Determine when an app launches with SHELL is done
In VB3, you call GetModuleUsage() to determine when an app you started with the Shell command was complete. However, this call does not work correctly in the 32-bit arena of Windows NT and Windows 95.To overcome this obstacle, use a routine in both 16- and 32- bit environments that will tell you when a program has finished, even… Read More »