|
-
May 27th, 2001, 01:15 PM
#1
Thread Starter
Junior Member
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
-
May 27th, 2001, 01:17 PM
#2
PowerPoster
Try the General VB forum. This is Chit chat (which is for off-topic posts and anything goes here )
-
May 27th, 2001, 01:20 PM
#3
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
-
May 27th, 2001, 01:42 PM
#4
-
May 27th, 2001, 01:47 PM
#5
PowerPoster
oi Thwaites!! I'm ganna drive over your hay bails!!!
-
May 27th, 2001, 01:54 PM
#6
Banned
6700 posts! Is he human?
-
May 27th, 2001, 02:29 PM
#7
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|