I have a DOS app from which I shell to a PB/DLL app. The PB/DLL app acts as
a tsr to do various disk and registry operations (eg, read long file names,
read the registry to launch other apps to open various types of files). In Win95/
98 it works quite well but with some configurations of Win2000/NT the PB app
grabs the focus and doesn't let go. Is there some way to give up the focus
so that it will return to the calling DOS app?
------------------
a tsr to do various disk and registry operations (eg, read long file names,
read the registry to launch other apps to open various types of files). In Win95/
98 it works quite well but with some configurations of Win2000/NT the PB app
grabs the focus and doesn't let go. Is there some way to give up the focus
so that it will return to the calling DOS app?
------------------
Comment