Can someone plz post how to make arrow moving menu in vb6
Posts 1–3 of 3 · Page 1 of 1
Can someone plz post how to make arrow moving menu in vb6
Like the titel says.If u have a tut ore something that can help than PLZ HELP:THX.I mean its like fake d3d menu.
u want a arrow (like a picutre that moves around) then do this
replace ***with watever the object name is and add .left or .hieght and put that in a timer with interval 1 so it will look like this
Code:
Label1.Left = Label1.Left + 5 (makes it move right)
Originally Posted by ilovepie21
u want a arrow (like a picutre that moves around) then do this
replace ***with watever the object name is and add .left or .hieght and put that in a timer with interval 1 so it will look like this
Code:
Label1.Left = Label1.Left + 5 (makes it move right)
No i meaned it will look like a d3d menu.Like u can move and activate things with arrows on the menu