Y
yxq
Hello,
I want to startup a form with hidden way like anti-virus software, how to
do?
////////////////////////////////////////////
Private Sub frmMain_Load(ByVal Sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Me.Hide() 'it will not work
Me.Opacity = 0 'it work
End sub
I want to use "Me.Hide".
Thank you
Steven
I want to startup a form with hidden way like anti-virus software, how to
do?
////////////////////////////////////////////
Private Sub frmMain_Load(ByVal Sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Me.Hide() 'it will not work
Me.Opacity = 0 'it work
End sub
I want to use "Me.Hide".
Thank you
Steven