Hi,
I have a different kind of issue inside my code. I can not use my code as era. I have a simple code to make form drop from visible status but it is not working. I could not manage this problem.
Thanks all
//This is my code
Code:Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.Visible = False End Sub End Class


Reply With Quote
