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.fr...@t-online.de>:
> 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
>

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to