Results 1 to 2 of 2

Thread: property control

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2004
    Posts
    908

    property control

    how do i change the location of a txtbox? in vb.net?

    thought it would be the same in vb6?

    for eg ( in vb.net)

    txtbox.location .x = 16
    it wont work
    how do i do it?

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    VB Code:
    1. txtbox.location =new point (x,y)

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