Click here to Skip to main content
15,910,797 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Listing files in folder Pin
Jijo.Raj14-Jan-09 21:43
Jijo.Raj14-Jan-09 21:43 
AnswerRe: Listing files in folder Pin
Hamid_RT15-Jan-09 1:46
Hamid_RT15-Jan-09 1:46 
Questionadding controls listbox. Pin
kir_MFC14-Jan-09 20:14
kir_MFC14-Jan-09 20:14 
AnswerRe: adding controls listbox. Pin
Cedric Moonen14-Jan-09 20:21
Cedric Moonen14-Jan-09 20:21 
AnswerRe: adding controls listbox. Pin
Hamid_RT15-Jan-09 1:44
Hamid_RT15-Jan-09 1:44 
QuestionRe: adding controls listbox. Pin
David Crow15-Jan-09 3:00
David Crow15-Jan-09 3:00 
QuestionHelp me ,~ thanks Pin
ox010114-Jan-09 19:57
ox010114-Jan-09 19:57 
AnswerRe: Help me ,~ thanks Pin
Naveen14-Jan-09 21:25
Naveen14-Jan-09 21:25 
Basically its not a good idea to interact with the desktop from a service. How ever I think giving the dektop interactive privilage to the service will solve your problem. To do so, select your service in the service constrol manager( "services.msc" ), take the logon tab, tick the "Allo&w service to interact with desktop" check box and restart your service.


ox0101 wrote:
create a Service progam, and use it to WinExec a other progress,


WinExec function should not be used by newer applications. Please use CreateProcess() or ShellExecuteEx() functions.


AnswerRe: Help me ,~ thanks Pin
Emilio Garavaglia14-Jan-09 21:42
Emilio Garavaglia14-Jan-09 21:42 
GeneralRe: Help me ,~ thanks Pin
ox010115-Jan-09 20:08
ox010115-Jan-09 20:08 
AnswerRe: Help me ,~ thanks Pin
«_Superman_»14-Jan-09 22:43
professional«_Superman_»14-Jan-09 22:43 
AnswerRe: Help me ,~ thanks Pin
KarstenK14-Jan-09 23:05
mveKarstenK14-Jan-09 23:05 
AnswerRe: Help me ,~ thanks Pin
ox010115-Jan-09 14:35
ox010115-Jan-09 14:35 
GeneralRe: Help me ,~ thanks Pin
ox010115-Jan-09 14:37
ox010115-Jan-09 14:37 
QuestionMoving dailog box by clicking anywhere not only on caption bar? Pin
sam_psycho14-Jan-09 19:12
sam_psycho14-Jan-09 19:12 
AnswerRe: Moving dailog box by clicking anywhere not only on caption bar? Pin
Naveen14-Jan-09 19:24
Naveen14-Jan-09 19:24 
GeneralRe: Moving dailog box by clicking anywhere not only on caption bar? Pin
sam_psycho14-Jan-09 22:32
sam_psycho14-Jan-09 22:32 
GeneralRe: Moving dailog box by clicking anywhere not only on caption bar? Pin
«_Superman_»14-Jan-09 22:40
professional«_Superman_»14-Jan-09 22:40 
AnswerRe: Moving dailog box by clicking anywhere not only on caption bar? Pin
Nishad S14-Jan-09 19:33
Nishad S14-Jan-09 19:33 
AnswerRe: Moving dailog box by clicking anywhere not only on caption bar? Pin
Jijo.Raj14-Jan-09 21:49
Jijo.Raj14-Jan-09 21:49 
QuestionError LNK2005 ( extern variable) Pin
Arif Liminto14-Jan-09 15:17
professionalArif Liminto14-Jan-09 15:17 
AnswerRe: Error LNK2005 ( extern variable) Pin
«_Superman_»14-Jan-09 16:51
professional«_Superman_»14-Jan-09 16:51 
GeneralRe: Error LNK2005 ( extern variable) Pin
Arif Liminto14-Jan-09 17:03
professionalArif Liminto14-Jan-09 17:03 
QuestionHow to debug a program for unknown error?? Pin
Kiran Satish14-Jan-09 12:11
Kiran Satish14-Jan-09 12:11 
AnswerRe: How to debug a program for unknown error?? Pin
Stephen Hewitt14-Jan-09 13:51
Stephen Hewitt14-Jan-09 13:51 

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.