Results 1 to 3 of 3

Thread: Move web control dynamically

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2002
    Location
    FlyingOffice
    Posts
    178

    Move web control dynamically

    How can I change the top and left position of a control (say a label) when user click a button?

    Thanks

  2. #2
    Member
    Join Date
    Sep 2002
    Location
    London
    Posts
    63
    just set the .Top and .Left properties of the label to wherever you want the label positioned within the buttons .Click event.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2002
    Location
    FlyingOffice
    Posts
    178
    for web control, I can't find any property for Top & Left, only has Width and Height

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width