I have a form which contains some stuff (buttons, labels, pictures...). When the first form is shown, a second form will load, containing a label. If I now move the mouse over a control on the first form, the label on the second form will show information about that. Or at least thats what I want to happen. But i just dont know how I could do it that the second form will still be shown and not minimized when I click things in form1.
Is there any way to keep the second form visible while doing things in form 1?
EDIT: Maybe I said wrong what I meant, I just want the second form to be shown while I still can do things on form 1.