[Gambas-user] Start a form minized
M. Cs.
mohareve at ...626...
Wed Feb 8 17:38:04 CET 2012
Just a trick:
Add a Timer to FMain
and set the Timer1 Enabled to true.
Add the following procedure
Public Sub Timer1_Timer()
FMain.Minimized = True
Timer1.Enabled = False
End
This will hide FMain 1 seconds after the start. Probably not the
solution you are looking for...
Csaba
2012/2/8, Rolf Schmidt <rolf.frogs at ...221...>:
> Hi M. Cs.:
>
>> Try to add at the
>> Public Sub Form_Open()
>> Me.Minimized=True
>> .....
>> End
>
> Because this didn't work, I asked.
>
> Any other ideas?
> Thanks
> Rolf
>
More information about the User
mailing list