Anonymous
02-27-2004, 05:20 AM
Now I know this issue has been raised earlier but as far as I know it has not been solved.
When I use VB.NET and I create a BeforeClick event it will look like this:
Private Sub AxMappointControl1_BeforeClick(ByVal sender As Object, ByVal e As AxMapPoint._IMappointCtrlEvents_BeforeClickEvent) Handles AxMappointControl1.BeforeClick
End Sub
I have tried all kind of way's to disable this button. Does anyone really know how to do this or is this not possible in VB.NET
Regards and thanks in advance,
The Murf
When I use VB.NET and I create a BeforeClick event it will look like this:
Private Sub AxMappointControl1_BeforeClick(ByVal sender As Object, ByVal e As AxMapPoint._IMappointCtrlEvents_BeforeClickEvent) Handles AxMappointControl1.BeforeClick
End Sub
I have tried all kind of way's to disable this button. Does anyone really know how to do this or is this not possible in VB.NET
Regards and thanks in advance,
The Murf