Results 1 to 3 of 3

Thread: Direct Draw resizes my vb window

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 1999
    Location
    New York
    Posts
    32
    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?

  2. #2
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    if you don't like it try this
    Code:
    Private Sub Form_Resize()
    Me.Height = Screen.Height
    Me.Width = Screen.Width
    End Sub

  3. #3

    Thread Starter
    Member
    Join Date
    Jan 1999
    Location
    New York
    Posts
    32
    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
  •  



Click Here to Expand Forum to Full Width