|
-
May 26th, 1999, 02:47 AM
#1
exe file that don't open a window
How can I create an exe file that, when executed, don't open any window?
( It just need to check something in the registry ).
-
May 26th, 1999, 03:44 AM
#2
Re: exe file that don't open a window
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|