I copied the OLEDragDrop signature straight from MSDN. Any idea why I am getting the following error?:
"Procedure declaration does not match description of event or procedure having the same name"
My code looks like this:
Private Sub trvwPatXplr_OLEDragDrop(data As DataObject, effect As Long, button As Integer, shift As Integer, x As Single, y As Single)
Note: trvwPatXplr is the name of a treeview control on my form
Has anyone else experienced this problem??? -Brad
"Procedure declaration does not match description of event or procedure having the same name"
My code looks like this:
Private Sub trvwPatXplr_OLEDragDrop(data As DataObject, effect As Long, button As Integer, shift As Integer, x As Single, y As Single)
Note: trvwPatXplr is the name of a treeview control on my form
Has anyone else experienced this problem??? -Brad