Click here to Skip to main content
15,896,278 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: I got the answer !!!!!!!!!! Pin
saha2k51-Mar-05 22:10
saha2k51-Mar-05 22:10 
GeneralNULL character problem Pin
LighthouseJ1-Mar-05 18:38
LighthouseJ1-Mar-05 18:38 
GeneralRe: NULL character problem Pin
RicoH2-Mar-05 0:31
RicoH2-Mar-05 0:31 
GeneralRe: NULL character problem Pin
LighthouseJ2-Mar-05 2:48
LighthouseJ2-Mar-05 2:48 
GeneralRe: NULL character problem Pin
David Crow2-Mar-05 2:34
David Crow2-Mar-05 2:34 
GeneralRe: NULL character problem Pin
LighthouseJ2-Mar-05 2:46
LighthouseJ2-Mar-05 2:46 
QuestionHow to call PostThreadMessage from outside the thread function Pin
saha2k51-Mar-05 18:23
saha2k51-Mar-05 18:23 
AnswerRe: How to call PostThreadMessage from outside the thread function Pin
saha2k51-Mar-05 22:25
saha2k51-Mar-05 22:25 
Question" MFC appliation has encountered an error" Why??? Pin
wasife1-Mar-05 17:32
wasife1-Mar-05 17:32 
AnswerRe: " MFC appliation has encountered an error" Why??? Pin
Christian Graus1-Mar-05 18:04
protectorChristian Graus1-Mar-05 18:04 
AnswerRe: " MFC appliation has encountered an error" Why??? Pin
David Crow2-Mar-05 2:44
David Crow2-Mar-05 2:44 

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.