form unload
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
dear all, how can i unload a Form from the Form_Load event if i use Unload me , i get an error Object Unloaded plz. help
-
dear all, how can i unload a Form from the Form_Load event if i use Unload me , i get an error Object Unloaded plz. help
Hi ! I guess this won't help, but I tried to do this :
Private Sub Form_Load() MsgBox "Hi !" Unload Me End Sub
and everything works fine. Are you doing something special into the Form_Load event ? Jerome