Click here to Skip to main content
15,905,874 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Just one document open at the same time Pin
senn2-Mar-05 2:37
senn2-Mar-05 2:37 
GeneralRe: Just one document open at the same time Pin
David Crow2-Mar-05 2:56
David Crow2-Mar-05 2:56 
GeneralRe: Just one document open at the same time Pin
senn2-Mar-05 3:16
senn2-Mar-05 3:16 
GeneralRe: Just one document open at the same time Pin
David Crow2-Mar-05 8:31
David Crow2-Mar-05 8:31 
GeneralRe: Just one document open at the same time Pin
senn2-Mar-05 19:47
senn2-Mar-05 19:47 
Generaljvm invoke Pin
alpha_101-Mar-05 23:58
alpha_101-Mar-05 23:58 
GeneralResource Files ( .rc .res) Pin
kedar.dave1-Mar-05 22:14
kedar.dave1-Mar-05 22:14 
GeneralRe: Resource Files ( .rc .res) Pin
Mike Dimmick1-Mar-05 23:42
Mike Dimmick1-Mar-05 23:42 
GeneralRe: Resource Files ( .rc .res) Pin
kedar.dave2-Mar-05 0:29
kedar.dave2-Mar-05 0:29 
Generalasynchonous download file internet Pin
sunit51-Mar-05 22:13
sunit51-Mar-05 22:13 
GeneralRe: asynchonous download file internet Pin
ThatsAlok2-Mar-05 2:32
ThatsAlok2-Mar-05 2:32 
GeneralRe: asynchonous download file internet Pin
Blake Miller2-Mar-05 8:50
Blake Miller2-Mar-05 8:50 
GeneralHotkeys working in Debug build but not working in Release build Pin
PravinSingh1-Mar-05 22:11
PravinSingh1-Mar-05 22:11 
GeneralRe: Hotkeys working in Debug build but not working in Release build Pin
V.1-Mar-05 22:45
professionalV.1-Mar-05 22:45 
GeneralRe: Hotkeys working in Debug build but not working in Release build Pin
PravinSingh1-Mar-05 23:28
PravinSingh1-Mar-05 23:28 
GeneralRe: Hotkeys working in Debug build but not working in Release build Pin
Mike Dimmick1-Mar-05 23:43
Mike Dimmick1-Mar-05 23:43 
Questionhow to make a stealth application Pin
Mohsen Saad1-Mar-05 21:35
Mohsen Saad1-Mar-05 21:35 
AnswerRe: how to make a stealth application Pin
V.1-Mar-05 22:44
professionalV.1-Mar-05 22:44 
AnswerRe: how to make a stealth application Pin
RicoH2-Mar-05 0:17
RicoH2-Mar-05 0:17 
I don't think that you can hide your application completely, but you can definitely hide it enough so the average user won't find it.

If you don't show the main window of your application "ShowWindow(SW_HIDE)" then you won't have an entry on the taskbar. It will however be visible in task manager.
If you don't want it in the task manager you'll have to make a service of your application. (search for 'service' on CP and you'll find a bunch of articles on how to do this...)
In the event viewer you'll still be able to see that your service is started, but I guess the average user won't go looking there.

Hiding your app from the user might not be a nice thing to do as they have a right to know what's going on...

Don't think you are, know you are...
AnswerRe: how to make a stealth application Pin
ThatsAlok2-Mar-05 2:33
ThatsAlok2-Mar-05 2:33 
AnswerRe: how to make a stealth application Pin
JWood2-Mar-05 5:17
JWood2-Mar-05 5:17 
GeneralRe: how to make a stealth application Pin
David Crow2-Mar-05 8:37
David Crow2-Mar-05 8:37 
QuestionHow to minimize Form to taskbar like mediaplay9 Pin
sprewellkobe1-Mar-05 19:47
sprewellkobe1-Mar-05 19:47 
GeneralDRAWCLI design help Pin
KoderProject1-Mar-05 19:39
sussKoderProject1-Mar-05 19:39 
QuestionHow to call PostThreadMessage from outside the thread function Pin
saha2k51-Mar-05 19:39
saha2k51-Mar-05 19:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.