vote up 0 vote down star

Hi

I have got a C# UserControl in a Windows Forms Application which supports drag and drop. In my case, the location of the Control is not changed when dragging, only a new Control is spawned where the cursor is released. This UserControl also owns a ToolTip. When I move my mouse over the Control, the tool tip pops up. Drag and drop also works fine.

But after doing drag and drop from the Control, the tool tip doesn't pop up any more.

Has anyone an idea how to solve this problem without re-creating the tooltip after any drag and drop operation?

flag

67% accept rate

2 Answers

vote up 0 vote down

just write tooltip.isopen=true;

is the answwer for this problem

link|flag
vote up 0 vote down

i am facing same problem tooltip is there but as i dran ui it vanishes

link|flag
1  
Not really an answer to be fair Amit. – ThePower Aug 14 at 10:15
1  
Please use comments for this type of response. They are there for a reason. – kjfletch Aug 14 at 10:32

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.