Results 1 to 2 of 2

Thread: Program to Task bar

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 1999
    Posts
    184
    My form has no Minamise button.. I dont want
    It to. I want it to be a option.
    Sooo How Do I tell the form to minimise to
    the task bar and return to the up POS when
    clicked on?

    Evan Duffield --------
    --- [email protected]
    - -
    VB6 - Learning Edition
    - -


  2. #2
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892

    Arrow WindowState = vbMinimized

    Minimizing code:
    Code:
    WindowState = vbMinimized
    That's it!
    Put it behind a button or something.

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