Click to See Complete Forum and Search --> : exe file that don't open a window


Katrin
May 26th, 1999, 02:47 AM
How can I create an exe file that, when executed, don't open any window?
( It just need to check something in the registry ).

Marqy
May 26th, 1999, 03:44 AM
You could create a Windows EXE, but in your InitInstance just read your registry stuff and return FALSE (i.e. don't create a window). Or you could create a console application.

MJA