|
-
Apr 15th, 2002, 03:01 PM
#1
Thread Starter
Addicted Member
form resize event
where might i find this, thanks!
-
Apr 15th, 2002, 06:48 PM
#2
Lively Member
-
Apr 16th, 2002, 04:24 PM
#3
Select the Base Class Events object from the object dropdown. The events dropdown will have the Resize event or you can type
Private Sub Form1_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Resize
End Sub
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
|