-
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?
-
if you don't like it try this
Code:
Private Sub Form_Resize()
Me.Height = Screen.Height
Me.Width = Screen.Width
End Sub
-
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.