|
-
Dec 4th, 2000, 01:01 AM
#1
Thread Starter
Fanatic Member
I would like to change my form scale height.how would i refresh it to show the new height?
If a post has helped you then Please Rate it!
-
Dec 4th, 2000, 01:06 AM
#2
PowerPoster
couldn't you put it in the form load event?
-
Dec 4th, 2000, 01:14 AM
#3
Thread Starter
Fanatic Member
what i meant is to resize the form when i click a button it will resize to a new height in runtime. the form is already loaded.
If a post has helped you then Please Rate it!
-
Dec 4th, 2000, 01:17 AM
#4
PowerPoster
How bout this
Code:
Private Sub Command1_Click()
Form1.Height = 2000
End Sub
Using this method, the form refreshes automatically
-
Dec 4th, 2000, 04:57 AM
#5
Thread Starter
Fanatic Member
that does it thanks...guys
If a post has helped you then Please Rate it!
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
|