How can I assign a clicked Label the same procedure which is used by the minimize button? :blush:
Printable View
How can I assign a clicked Label the same procedure which is used by the minimize button? :blush:
in the label click event put
although it doesn't assign the procedure, it minimizes the form when you click the labelVB Code:
Me.WindowState = FormWindowState.Minimize
HTH
kevin
Thanks, thats all I need ;) Now I want to know if I can create a transparent object that will allow me to move the form much like the title bar of any other window, you know, click and drag... Anyway, is that possible? I don't need to know how to do that if it requires too much coding though. Thanks in advance.
not sure....try starting a new thread :wave:
kevin