Results 1 to 2 of 2

Thread: Show-Hide

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 1999
    Location
    ca, usa
    Posts
    91

    Angry

    I am doing a program for work which controls another program which controls a Laser system. I created the main parts that talk to the other program but i am haveing trouble with showing and hiding the program i am controlling. I have my main program that starts as soon as the computer starts it covers the screen and is set to topmost so no one can access any other programs within windows, then when the user fills out the information and press's Setup (A button) it loads a program only 1 time which is needed, and they fill the info on that one out. then they click back onto my main program to hide the program i am controlling. Now when i do that it works fine for about 5 times and then it will not show again when i press setup. Basicly all i want to beable to do is show and hide a program that is being controlled by my topmost program. If this is to long winded and no one can understand it ill get the code i am using from my client and I will post it here but PLEASE HELP!!

    Thank you,
    Jeremy H.
    [email protected]
    If its as simple as it sounds I guess I am not basic enough.

  2. #2
    Hyperactive Member Asaf_99's Avatar
    Join Date
    Jul 2000
    Location
    Israel
    Posts
    335
    If I didn't get you wrong then try this:

    Form1.Visible = False
    Form1.ShowInTaskBar = False

    or make the app's icon, to a very known icon (such as ICQ) and download an OCX that minimizes the app to the System Tray.
    Asaf Sagi

    ICQ: 61917199
    E-Mail: [email protected]

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