M
Marc
Hi,
I create buttons dynamically at runtime in my application. I want to
open a messgae box when the user hovers over a button.how can i do
this?
i need something like the below(which doesnt work!)
Private Sub test (ByVal sender As System.Object, ByVal e As
System.EventArgs)Handles me.activecontrol.mousehover
msbox("test")
end sub
Thanks
I create buttons dynamically at runtime in my application. I want to
open a messgae box when the user hovers over a button.how can i do
this?
i need something like the below(which doesnt work!)
Private Sub test (ByVal sender As System.Object, ByVal e As
System.EventArgs)Handles me.activecontrol.mousehover
msbox("test")
end sub
Thanks