|
-
Apr 29th, 2005, 09:51 PM
#1
Thread Starter
Lively Member
Minimize procedure
How can I assign a clicked Label the same procedure which is used by the minimize button?
-
Apr 29th, 2005, 10:23 PM
#2
Re: Minimize procedure
in the label click event put
VB Code:
Me.WindowState = FormWindowState.Minimize
although it doesn't assign the procedure, it minimizes the form when you click the label
HTH
kevin
Process control doesn't give you good quality, it gives you consistent quality.
Good quality comes from consistently doing the right things.
Vague general questions have vague general answers. A $100 donation is required for me to help you if you PM me asking for help. Instructions for donating to one of our local charities will be provided.
______________________________ Last edited by kebo : Now. Reason: superfluous typo's
-
Apr 30th, 2005, 02:31 AM
#3
Thread Starter
Lively Member
Re: Minimize procedure
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.
-
Apr 30th, 2005, 11:31 AM
#4
Re: Minimize procedure
not sure....try starting a new thread
kevin
Process control doesn't give you good quality, it gives you consistent quality.
Good quality comes from consistently doing the right things.
Vague general questions have vague general answers. A $100 donation is required for me to help you if you PM me asking for help. Instructions for donating to one of our local charities will be provided.
______________________________ Last edited by kebo : Now. Reason: superfluous typo's
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|