04-04-2012, 07:54 PM
No, actually, that will not occur. This is how you would use it!
So then every time the SwitchMode() method is called, the hello world messagebox will appear!
Code:
Public Sub MS() Handles Modes1.onModeSwitch()
Msgbox("Hello, world!")
End Sub