how object.move will work

  • Thread starter Thread starter Lal - Luxor
  • Start date Start date
Lal - Luxor said:
how to work object.move will work on ve.net

I'm not sure what exactly you are referring to. If you want to move a
control, set its location:

\\\
Me.Button1.Location = New Point(100, 100)
///
 
Back
Top