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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: larrinh
  • Content: Threads
  • Order by date
  1. larrinh

    Lock the form size

    Is there a way to lock the form size in VB6? I use the following code right now but it produces a runtime error if you attempt to minimize the form which the users must be able to do. Private Sub Form_Resize() Form1.Height = 8175 Form1.Width = 8550 End Sub

Part and Inventory Search

Back
Top