|
-
Mar 16th, 2000, 10:56 AM
#1
Thread Starter
Member
This isn't really a problem, but i was just wondering why it does this. When i finish running my direct draw program, my vb window is less tall. the width is the same, but the height is different. It also still says that it is maximized. What's the deal with that?
-
Mar 16th, 2000, 05:51 PM
#2
Conquistador
if you don't like it try this
Code:
Private Sub Form_Resize()
Me.Height = Screen.Height
Me.Width = Screen.Width
End Sub
-
Mar 17th, 2000, 08:45 AM
#3
Thread Starter
Member
I was talking about the vb environment window. not my program, the actual program of vb. that always changes sizes when i stop running my direct draw program.
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
|