Results 1 to 3 of 3

Thread: Minimizing to Toolbar

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2000
    Location
    Texas
    Posts
    27

    Question Minimizing to Taskbar

    How can I minimize my program into the taskbar when a command button is clicked, and whent they click the icon in the taskbar, have it appear again?
    Last edited by Juro128; May 30th, 2001 at 02:21 PM.
    Software for the next century...

  2. #2
    Matthew Gates
    Guest
    Code:
    Private Sub Command1_Click()
       Me.WindowState = vbMinimized
    End Sub

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Nov 2000
    Location
    Texas
    Posts
    27
    Thank you very much for you help, but I mean to have it minimized into the system tray, such as where napster, norton, zone alarm, and other programs minimize to and you can see their icons in there. Can I minimize it to there?
    Software for the next century...

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