|
-
Apr 16th, 2000, 11:17 PM
#1
Thread Starter
New Member
I have a form that when it is visible in my program I need it to be Ontop( No problem, I have that already) but, when Other applications are brought up, I do not want them to be under my form. Is there a way to determine if a program is active, and if not, then make the form not top most?
i.e.: If my program is active, and they are processing an input fiel, I want to have the progress bar on top, but if they switch to Word, I want to make sure my progress bar is not floating over their Word Document.
I can't make is Modal, due to they fact that it is being called from a Modal form, and only one form is allowed to be Modal.Thanks
Chris Hockenberry
Application Engineer
Willow Bend Communications
-
Apr 16th, 2000, 11:27 PM
#2
Lively Member
I had the same problem , detecting what application runs
But hey , u can always do : Readln and ask the users if he saw some programs Running the memory
Code
Write("User , Please Be Kind And Tell Me If WINAMP is running ? Thank You");
Readln(Answer);
If Answer="Yes" Then Write("Thanks Man, i Hope u didnt fool me")
or was it pascal ,
anyway use it 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|