Link to home
Start Free TrialLog in
Avatar of gopalhazel
gopalhazel

asked on

Open Winform in vb.net

Hello
   Can anyone give me solution To open windows form in vb.net by creating Form object without trigger any Event.My Code Sample Given below it open the form but close witinin second

Module Dotlib2
    Sub main()
        Dim obj1 As New BackUP
        obj1.Show()    
    End Sub
End Module
ASKER CERTIFIED SOLUTION
Avatar of kraiven
kraiven

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gopalhazel
gopalhazel

ASKER

thanks