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
-
job vacancy .Net Programmers - ( C# || C++ ) (5 full-time positions)
by tajulz (0 replies)
-
How to store C++ object pointers in Core foundation's ordered collections like CFMutableArrayRef, CFMutableDictionaryRef.
by elizas (0 replies)
-
Binary Studio | software development outsourcing Ukraine
by Soft Industry (5 replies)
-
searhing numeric data in urdu text file.
by adilsajjad (0 replies)
-
Programming MS Visual C++, David J. Kruglinski - missing files needed
by andwan0 (0 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.