Is there an option in VC++ to create an application that just does some function without displaying a screen.. i want to run this application on a server from a client machine and then have it disappear without the user having to 'press any key to continue' as is the case with creating a Win32 console application.
It has to have support for MFC included as i'm using sockets.
The machine is running Win2000.
It has to have support for MFC included as i'm using sockets.
The machine is running Win2000.