C
Colin McGuire
Hi again - just another difficult question from me.
If I have a form with the following code in it:
Private Sub MouseUp(ByVal sender As Object,
ByVal e As System.Windows.Forms.MouseEventArgs)
Handles MyBase.MouseUp
MsgBox "MouseUp"
End Sub
I see a dialog box appearing with the content "MouseUp" in it upon
mouse button release. But if the mouse is released over the forms
border, the message box doesn't appear. If there a way to catch this
event, make the form border appear as though it were the form insides?
Thank you again
Colin
If I have a form with the following code in it:
Private Sub MouseUp(ByVal sender As Object,
ByVal e As System.Windows.Forms.MouseEventArgs)
Handles MyBase.MouseUp
MsgBox "MouseUp"
End Sub
I see a dialog box appearing with the content "MouseUp" in it upon
mouse button release. But if the mouse is released over the forms
border, the message box doesn't appear. If there a way to catch this
event, make the form border appear as though it were the form insides?
Thank you again
Colin