Results 1 to 4 of 4

Thread: Minimize procedure

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2005
    Posts
    124

    Minimize procedure

    How can I assign a clicked Label the same procedure which is used by the minimize button?

  2. #2
    Still learning kebo's Avatar
    Join Date
    Apr 2004
    Location
    Gardnerville,nv
    Posts
    3,762

    Re: Minimize procedure

    in the label click event put

    VB Code:
    1. 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

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Mar 2005
    Posts
    124

    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.

  4. #4
    Still learning kebo's Avatar
    Join Date
    Apr 2004
    Location
    Gardnerville,nv
    Posts
    3,762

    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
  •  



Click Here to Expand Forum to Full Width