Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DanVerssen

  1. DanVerssen

    Resize Form to Fit New Screen Resolution?

    Ah okay, I'll give that a try. Thank you!
  2. DanVerssen

    Resize Form to Fit New Screen Resolution?

    I also tried pasting it in after the default... "Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load End Sub End Class" The same errors showed up.
  3. DanVerssen

    Resize Form to Fit New Screen Resolution?

    I opened a new project, double-clicked on the blank form to open the coding window, selected all, deleted, then pasted in your code from above. It gave me 2 errors... <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ ...gives me the error "Attribute...
  4. DanVerssen

    Resize Form to Fit New Screen Resolution?

    Zameer, Thank you for the links. When I tried what they said, I could get one text box per form to resize as I changed the form size while it was running. However, it would not change the size/position of labels. My goal is changing the screen between 1024x768 and 1280x800 resolutions...
  5. DanVerssen

    Resize Form to Fit New Screen Resolution?

    I've tried anchor and dock. The problem is, this is a game window with controls and pictureboxes spread all over the screen. When the screen changes resolutions they don't resize/reposition accurately.
  6. DanVerssen

    Resize Form to Fit New Screen Resolution?

    Okay, I have the form to resize to match the screen resolution, but how do I get the controls to rescale to stay in their same relative locations and sizes?
  7. DanVerssen

    Resize Form to Fit New Screen Resolution?

    I have a program in VB2005.net that needs to change the screen resolution and then adjust the form to fill the new screen. I have the screen resolution changes controlled by radio buttons. The resolution changes, but my form remains the same size. The form is originally designed as 1024x768...

Part and Inventory Search

Back
Top