Application vs. Process

R

Randy Fritz

Hello NG,

Access97 on a Windows 2000 Machine -

I have a database that prints labels using a 3rd party printing
software - Occasionally it locks up in the spooler - I went to the Access
web page and used the api Call to see if app is running - if it is running
longer then 5 minutes we want the pc to Beep - Problem Application isn't
what is running -Process is running - anyone have a bit of code to determine
if a Process is running rather then the Application.

TIAFAH

Randy
 
D

Dirk Goldgar

Randy Fritz said:
Hello NG,

Access97 on a Windows 2000 Machine -

I have a database that prints labels using a 3rd party printing
software - Occasionally it locks up in the spooler - I went to the
Access web page and used the api Call to see if app is running - if
it is running longer then 5 minutes we want the pc to Beep - Problem
Application isn't what is running -Process is running - anyone have a
bit of code to determine if a Process is running rather then the
Application.

TIAFAH

Randy

You might want to have a look here:

http://vbnet.mvps.org/code/system/toolhelpprocesses.htm

or here:


http://www.vbaccelerator.com/home/VB/Tips/Getting_Process_Information_Using_PSAPI/article.asp
 
R

Randy Fritz

TY Dirk,

The First Site you suggested worked like a charm.

Most Appreciative

Randy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top