Click here to Skip to main content
15,913,587 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionNumber of Threads in a simple Windows Application. Pin
VCSharp00728-Nov-06 19:29
VCSharp00728-Nov-06 19:29 
AnswerRe: Number of Threads in a simple Windows Application. Pin
Cedric Moonen28-Nov-06 20:38
Cedric Moonen28-Nov-06 20:38 
Questionanyone having MFC Internals eBook by scot wingo Pin
Neo Andreson28-Nov-06 19:23
Neo Andreson28-Nov-06 19:23 
AnswerRe: anyone having MFC Internals eBook by scot wingo Pin
Monty228-Nov-06 20:04
Monty228-Nov-06 20:04 
GeneralRe: anyone having MFC Internals eBook by scot wingo Pin
Neo Andreson28-Nov-06 23:20
Neo Andreson28-Nov-06 23:20 
AnswerRe: anyone having MFC Internals eBook by scot wingo Pin
David Crow29-Nov-06 2:56
David Crow29-Nov-06 2:56 
Questionstart an .exe from windows service Pin
nsurendran28-Nov-06 18:38
nsurendran28-Nov-06 18:38 
AnswerRe: start an .exe from windows service Pin
kakan28-Nov-06 20:56
professionalkakan28-Nov-06 20:56 
I have been working with this problem recently, in Windows Server 2003.
I started a GUI app as a service (with XYNTService), but I couldn't see the app window either.
I found out that the only account that could interact with the desktop is (at least in 2003) is services running under Local Account.
I tried it, but as expeced, the Local Account cannot access the network.

I ended up with doing an autologin to the preferred user account, then autostart the GUI app.
The biggest drawback is that if a user performs a logoff, the app is closed, so I had to make a Windows wallpaper saying: "Don't logoff, just do a "lock computer".

I'm really interested in a better solution, I really hope you will get a better answer than this one.


Alcohol. The cause of, and the solution to, all of life's problems - Homer Simpson

GeneralRe: start an .exe from windows service Pin
bolivar12329-Nov-06 2:29
bolivar12329-Nov-06 2:29 
GeneralRe: start an .exe from windows service Pin
kakan29-Nov-06 2:59
professionalkakan29-Nov-06 2:59 
GeneralRe: start an .exe from windows service Pin
nsurendran29-Nov-06 21:37
nsurendran29-Nov-06 21:37 
QuestionTSP problem Pin
irs9728-Nov-06 18:12
irs9728-Nov-06 18:12 
AnswerRe: TSP problem Pin
CPallini28-Nov-06 21:32
mveCPallini28-Nov-06 21:32 
GeneralRe: TSP problem Pin
irs9729-Nov-06 3:26
irs9729-Nov-06 3:26 
GeneralRe: TSP problem Pin
irs9729-Nov-06 3:26
irs9729-Nov-06 3:26 
QuestionRe: TSP problem Pin
David Crow29-Nov-06 3:04
David Crow29-Nov-06 3:04 
QuestionRe: TSP problem Pin
irs9729-Nov-06 4:14
irs9729-Nov-06 4:14 
QuestionSegmentation fault while working with C Pin
Aqueel28-Nov-06 17:50
Aqueel28-Nov-06 17:50 
AnswerRe: Segmentation fault while working with C Pin
Cedric Moonen28-Nov-06 20:36
Cedric Moonen28-Nov-06 20:36 
GeneralRe: Segmentation fault while working with C Pin
Aqueel28-Nov-06 21:36
Aqueel28-Nov-06 21:36 
QuestionSystem::String^ to const WCHAR* ? Pin
Fritzables28-Nov-06 17:30
Fritzables28-Nov-06 17:30 
AnswerRe: System::String^ to const WCHAR* ? Pin
ThatsAlok28-Nov-06 18:21
ThatsAlok28-Nov-06 18:21 
GeneralRe: System::String^ to const WCHAR* ? Pin
Fritzables28-Nov-06 19:12
Fritzables28-Nov-06 19:12 
QuestionHow to force windows installer to overwrite files Pin
rp_suman28-Nov-06 14:56
rp_suman28-Nov-06 14:56 
AnswerRe: How to force windows installer to overwrite files Pin
includeh1028-Nov-06 21:59
includeh1028-Nov-06 21:59 

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.