Home » Category » Microsoft Visual Basic

Microsoft Visual Basic: Z-ORDER

112| Sun, 11 Nov 2007 02:51:00 GMT| anonymous| Comments (1)
[Originally posted by Jim]
Using pictureboxes, how do i write a function to move a picturebox forward or backward using their Z-order property. I don't want to move them all the way to the back, just one step backward at a time and the same for forward.

Keywords & Tags: z-order, microsoft, visual basic, vb

URL: http://www.programmerbase.com/visual-basic/560828/
 
«« Prev - Next »» 1 helpful answers below.
[Originally posted by vbUserName]

picture1.zorder 0
picture2.zorder 1

anonymous | Sun, 11 Nov 2007 17:39:00 GMT |

Microsoft Visual Basic Hot Answers

Microsoft Visual Basic New questions

Microsoft Visual Basic Related Categories