Hi all,

I have a Panel on a Form that will serves as a drag & drop "source". I would like to be notified of the "GiveFeedback" events when the user begins a drag operation from the Panel. The Panel is the "source" of the drag.

From what I read in some postings (MSDN was of no help), I need to attach the "GiveFeedback" handler to the Panel that will be the source of my drag & drop operation. In doing this, however, I find the event is never fired.

Was I correct in listening for "GiveFeedback" from the "source Panel"?

Just for the heck of it, I attached a "GiveFeedback" listener to the underlying Form and lo and behold, I started getting "GiveFeedback" notifications!

I'm really a ta loss here. Can someone explain why it's necessary to attach the "GiveFeedback" listener to the underlying Form rather than the source Panel?

Thanks very much