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 TouchToneTommy 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 EJ13

  1. EJ13

    Disabling the Close, Maximize and Minimize buttons

    Set the borderStyle = None or place the following code on your form. Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer) If Cancel <> 1 then Cancel = -1 End IF End Sub
  2. EJ13

    Disabling the Close, Maximize and Minimize buttons

    You can set the MinButton = False & MaxButton = False in the Forms Properties Window.... Not Sure if this is what you were after?

Part and Inventory Search

Back
Top