Library code snippets
Asynchronous Process Notification
By Joseph M. Newcomer, published on 20 Oct 2001
This is a code sample to accompany my essay on process management. It consists of a simple dialog-based application that can launch another application and have the GUI remain alive while the launched process runs, instead of just blocking and being non-responsive.
Related articles
Related discussion
-
Effective tool for GDI memory leaks detection in C++
by Stuka4 (0 replies)
-
C++ CATMULL-ROM
by tkruvgt (0 replies)
-
VS2005 app's won't run on another machine
by ted4444 (0 replies)
-
VB.NET: Hide and show table using radio buttons
by converter2009 (1 replies)
-
Convert C++ code to VB6
by mawcot (4 replies)
zip file missing a project file ???
when i create a new 1, and add all the files and resources myself, i get errors in the linking stage of compilation.
most of you have rated this resource very highly, so im assuming you all got it working.... does any1 know what im doing wrong ???
This thread is for discussions of Asynchronous Process Notification.