Hello all,

I tried the whole day now with solving a problem which I have come across yesterday, nothing seems to work. Google does not help for once, so a question out to you, somebody simply must have had the same problem once. So, here we go:

In VB6, I have a user control with a number of constituent controls (CommandBox, Label, TextBox controls as well as subordinated user controls).

I want to drop an unrelated control onto one of the user control's constituent controls, starting it with the .Drag vbBeginDrag method.

The UserControl gets the DragDrop, but the constituent controls do not. How ca I make them recognize the Drop on them?

Thanks,
Donar