Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to call windows form event?
Message
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
How to call windows form event?
Miscellaneous
Thread ID:
00768888
Message ID:
00768888
Views:
58
Dear All,

If these is button in the window form, and there is an event for it, like this:
Private Sub btnExit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnExit.Click
   myDA = Nothing
   myDS = Nothing
   Me.Dispose()
   Me.Close()
End Sub
How to call that event manualy?
Call btnExit_Click()
Thank for the help.
<><><><><><><><><><><><><><><><><><><><>
<><> REMEMBER,,,,KNOWLEDGE IS POWER <><>
<><><><><><><><><><><><><><><><><><><><>
Next
Reply
Map
View

Click here to load this message in the networking platform