Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3

Thread: hide program

  1. #1
    Join Date
    Feb 2004
    Posts
    131

    hide program

    Hey guys,

    I am working on a small program that runs in the backround. The program works on a timer that checks certain settings once every second. I have chosen the hidden feature that hides the program, but because I am using the Page timer feature, the page is visible on the screen.

    My question is, is it possible to make the page transparent or hidden while the program is running?

    thank you

  2. #2
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Hi.

    1. Check PROJECT > WINDOW SETTINGS > TASKBAR > HIDDEN

    2. Then add this code to your PAGE > ONSHOW event:

    Code:
    Window.Minimize(Application.GetWndHandle());
    Should work, hope that helps.

    Corey Milner
    Creative Director, Indigo Rose Software

  3. #3
    Join Date
    Feb 2004
    Posts
    131

    Works well!

    Thank you, this is exactly what I need.

Similar Threads

  1. Strange behaviour of the Close Program action
    By Elp in forum Setup Factory 6.0
    Replies: 2
    Last Post: 05-17-2004, 10:38 AM
  2. Running a Program and Waiting for it to Finish
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-26-2003, 09:26 AM
  3. Is there a way to stop a program launching twice?
    By amaru96 in forum AutoPlay Media Studio 4.0
    Replies: 4
    Last Post: 09-09-2003, 08:59 PM
  4. HOWTO: "Hide" Externally Referenced Files
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-23-2002, 03:19 PM
  5. HOWTO: Make a Program Run Every Time the System Starts
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-01-2002, 09:44 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts