One option is to start your program from module [Public Sub Main()] and
show the form only when needed.
Jussi
On Tue, Feb 7, 2012 at 17:38, Rolf Schmidt wrote:
> Hi everybody out there
>
> is it possible to start a form minimized or invisible.
> I use a TrayIcon to terminate the program and p
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 Sc
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
signature.asc
Description: This is a digitally signed message part.
Try to add at the
Public Sub Form_Open()
Me.Minimized=True
.
End
2012/2/7, Rolf Schmidt :
> Hi everybody out there
>
> is it possible to start a form minimized or invisible.
> I use a TrayIcon to terminate the program and program should stay in the
> background and wait for incoming calls. Th
Hi everybody out there
is it possible to start a form minimized or invisible.
I use a TrayIcon to terminate the program and program should stay in the
background and wait for incoming calls. Then a second from will be shown with
the connection data but the main form - which only has a close butt