views:

194

answers:

2

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?

A: 

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

Amit
Not really an answer to be fair Amit.
ThePower
Please use comments for this type of response. They are there for a reason.
kjfletch
A: 

just write tooltip.isopen=true;

is the answwer for this problem

Amit