Results 1 to 7 of 7

Thread: command button

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2001
    Location
    pakistan (quetta)
    Posts
    25

    Exclamation command button

    IF any one knows how to move command button down to show the text box
    which is behind the command button,i want to move the button in the way that i looks like some one is pulling done the button iam trying
    this thing with timer but its noting working
    thanx

  2. #2
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    Try the General VB forum. This is Chit chat (which is for off-topic posts and anything goes here )

  3. #3
    Megatron
    Guest
    Try this:
    Code:
    Private Sub Form_Load()
        Timer1.Interval = 1
    End Sub
    
    Private Sub Timer1_Timer()
        Command1.Move Command1.Left, Command1.Top + 10
    End Sub

  4. #4
    chenko
    Guest
    Stay off our land!!


    Originally posted by chrisjk
    Chit chat (which is for off-topic posts and anything goes here )
    ...for WAY off topic replies (unless its a smut titled thread of course )

  5. #5
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    oi Thwaites!! I'm ganna drive over your hay bails!!!

  6. #6
    Banned
    Join Date
    Feb 2001
    Location
    Back to sh*tland
    Posts
    294
    6700 posts! Is he human?

  7. #7
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    no

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