minimize to task bar not system tray vb6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gobblegob
    New Member
    • Dec 2007
    • 133

    minimize to task bar not system tray vb6

    Hi all,

    here is my problem i have a shaped form which removes controlbox
    and i want to know how to minimize the program with a command button
    to the task bar not to system tray.

    thanks in advanced,
    Gobble.
  • VACEPROGRAMER
    Banned
    New Member
    • Nov 2007
    • 167

    #2
    Make a button then get in the code and write:

    Form1.CheckStat e = Minimaze
    'I hope this will help you, maybe some word in the code are write incorect
    ' Maymbe ScheckState is ChekState - try some same word, OK?

    VxE

    Comment

    • gobblegob
      New Member
      • Dec 2007
      • 133

      #3
      ok i worked it out

      Code:
      Me.WindowState = vbMinimized
      thanks for the post VxE

      Gobble.


      Originally posted by VACEPROGRAMER
      Make a button then get in the code and write:

      Form1.CheckStat e = Minimaze
      'I hope this will help you, maybe some word in the code are write incorect
      ' Maymbe ScheckState is ChekState - try some same word, OK?

      VxE

      Comment

      • VACEPROGRAMER
        Banned
        New Member
        • Nov 2007
        • 167

        #4
        Yes , it was Windows State. By the way I'm not VxE , my name is Vladica and my Nick is Vace. If you got some problems just PM me , I will help you.

        VxE

        Comment

        • gobblegob
          New Member
          • Dec 2007
          • 133

          #5
          Thanks alot Vladica i will :)
          Gobbe.

          Originally posted by VACEPROGRAMER
          Yes , it was Windows State. By the way I'm not VxE , my name is Vladica and my Nick is Vace. If you got some problems just PM me , I will help you.

          VxE

          Comment

          • Killer42
            Recognized Expert Expert
            • Oct 2006
            • 8429

            #6
            I'd just like to point out that while any personal matters certainly should be taken to PM, as far as possible any technical questions should be dealt with through the forum. The whole point of the forum is to make this information open to everyone, not lock it away.

            Comment

            Working...