GLBasic forum

Main forum => GLBasic - en => Topic started by: scotty1973 on 2012-Jun-11

Title: Keep program running in background
Post by: scotty1973 on 2012-Jun-11
Hi

re: Using Windows 7 only..

I was wondering if there is any way of keeping a program running in the background when another window is being used.

For example using a Timer/alarm counting down on the program and still running while the user uses another window for example windows media player?

When I switch windows(ie to media player from Program)  the program pauses which means the alarm wont go off.

Many thanks


Scotty  :)
Title: Re: Make a Pie Chart and fill each portion
Post by: kanonet on 2012-Jun-12
Just use AUTOPAUSE FALSE.
Title: Re: Keep program running in background
Post by: scotty1973 on 2012-Jun-12
 :) :) :) Thanks for your help, must have missed that command.

Scotty