View Single Post
  #1 (permalink)  
Old 10-18-2007, 12:33 AM
akr akr is offline
Newbie
 
Join Date: Oct 2007
Posts: 4
Default Minimize Application

Hello,

is there a way to minimize an application (form) using a button control?
Something like:

Sub Button3_Click
Form1.minimize 'or form1.hide
End Sub

I'm writing a program used in a car with only very few but large controls.
Reply With Quote