Results 1 to 2 of 2

Thread: Detecting Other Applications

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    Plano, TX, USA
    Posts
    11

    Lightbulb

    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

  2. #2
    Lively Member
    Join Date
    Mar 2000
    Posts
    80
    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
    Got It , Roger And Out

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