Results 1 to 3 of 3

Thread: Probably Reeeeeealy Obvious!

  1. #1

    Thread Starter
    Hyperactive Member CyberSurfer's Avatar
    Join Date
    Aug 2000
    Location
    Old London Town
    Posts
    425

    Question

    I have a feeling I'm missing something very obvious here, but here goes.

    I've got some nice code (from VB-World) to put my program in the systray instead of the task bar, and I've got all the menus etc sorted. My question is this:

    What code is used to show the program again? IE if the user clicked the "Show Program" option on the pop up menu, what code would I use to do this?

    I've tried Me.WindowState and a few other properties, but none seem to work. Am I being stupid, or is the code more complicated?

    Please help me!

    THX

  2. #2
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    hmmm... me.windowstate = 0 should work...

    maybe you set the forms.visible?

    try to set it to
    me.visible = True.

    hmmm.. lemmeknow if you miss something.
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  3. #3

    Thread Starter
    Hyperactive Member CyberSurfer's Avatar
    Join Date
    Aug 2000
    Location
    Old London Town
    Posts
    425
    Thanks, Jop!

    I'll try that when I get home!

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