Need help Detecting a 16-bit app running on Nt WS... 
Author Message
 Need help Detecting a 16-bit app running on Nt WS...

I am calling a 16-bit app from vb 6.0. I need to know, when that app is done
processing what its suppose to do, So I can read the output through VB and
save it to SQL server. The problem I am running into is that I can detect
the Process Id for a 32-bit app but not for 16 bit.

In my code, I have to wait for the processing by the 16 - app, but it comes
back right away and tell me that the app is not running any more...since it
never had a ProcessId, and thats what i am looking for..

Will really Appreciate, if helped...

Tahir




Tue, 22 Jan 2002 03:00:00 GMT  
 Need help Detecting a 16-bit app running on Nt WS...
Try this:

http://www.mvps.org/vbnet/faq/waitforsingleobject.htm

--
Tim Rude, Mighty Computer Services


(remove .NOSPAM for correct email address)

[Please reply via the newsgroup so all can benefit]


Quote:
> I am calling a 16-bit app from vb 6.0. I need to know, when that app is
done
> processing what its suppose to do, So I can read the output through VB and
> save it to SQL server. The problem I am running into is that I can detect
> the Process Id for a 32-bit app but not for 16 bit.

> In my code, I have to wait for the processing by the 16 - app, but it
comes
> back right away and tell me that the app is not running any more...since
it
> never had a ProcessId, and thats what i am looking for..

> Will really Appreciate, if helped...

> Tahir





Tue, 22 Jan 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Need help calling 16-bit app from 32-bit app

2. How to detect 16-bit Windows-based application running under Windows NT

3. Unable to run VB4 16-bit app in Windows NT u62148@uicvm.uic.edu

4. Launching and Monitoring a 16-bit Windows app from VB5 application running on Windows NT 4.0

5. Launching and Monitoring a 16-bit Windows app from VB5 application running on Windows NT 4.0

6. 16-Bit and need to know if running under NT

7. 16 bit app running in 32 bit world

8. Help wanted: How to run 16-bit VB Internet app under Win95

9. Win 95B - Running 16 bit VB Apps - help

10. corruption of 16 bit db when used by both 16 and 32 bit apps

11. Help..-NT 4.0-ISA access with 16 Bit GFA and 32 Bit DLL

12. Detecting 16-bit task under NT 4.0

 

 
Powered by phpBB® Forum Software