Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OLEDragDrop Event

Status
Not open for further replies.

figler

Programmer
Dec 26, 2001
155
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top