Credtits screen?? VB6.0!!!!
-
How do you make a credits screen which has for example a picturebox or something... The idea is just to make a box where text (or also pictures) scrolls down... Does anybody got an idea on how to do this??? Thnx, and remember VB6.0!!! (¯`·._.·[eRiK]·._.·´¯)
-
How do you make a credits screen which has for example a picturebox or something... The idea is just to make a box where text (or also pictures) scrolls down... Does anybody got an idea on how to do this??? Thnx, and remember VB6.0!!! (¯`·._.·[eRiK]·._.·´¯)
simplest way to do it is probably to have a huge group box. in the group box you place your pictures and labels that you want on your credits. remove the border of the group box and use a timer to make it scroll up (decrease the .top property of the group box) slowly. edit: oh ya.. this is vb.NET.. u said vb6. well you CAN do this in vb6, of course. only thing is that i dont think group boxes are called that in vb6, only vb.net. so check out vb.net to see what a group box is. it looks just like a big label, with a border and a caption at the top left of the border.