Click here to Skip to main content
15,902,275 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionpSelection pointer Pin
qilujo20-Jul-09 2:11
qilujo20-Jul-09 2:11 
QuestionService startup Pin
tom groezer20-Jul-09 1:57
tom groezer20-Jul-09 1:57 
AnswerRe: Service startup Pin
David Crow20-Jul-09 3:00
David Crow20-Jul-09 3:00 
GeneralRe: Service startup Pin
tom groezer21-Jul-09 20:44
tom groezer21-Jul-09 20:44 
QuestionMessageBox not getting Focus Pin
Member 383463020-Jul-09 1:26
Member 383463020-Jul-09 1:26 
AnswerRe: MessageBox not getting Focus Pin
Naveen20-Jul-09 3:11
Naveen20-Jul-09 3:11 
GeneralRe: MessageBox not getting Focus Pin
Member 383463020-Jul-09 19:29
Member 383463020-Jul-09 19:29 
GeneralRe: MessageBox not getting Focus Pin
Naveen20-Jul-09 20:28
Naveen20-Jul-09 20:28 
Member 3834630 wrote:
WinExec("test.bat");


Firstly I want to say that WinExec function is Obsolete. you should use, CreateProcess() or ShellExecute() to create new process.

Member 3834630 wrote:
MessageBox is not having focus. If i remove Thread executions in between (WinExec). Then i get the focus properly.


Means if you comment out the WinExec() function, your message box is getting the focus and after closing the messagebox, your main dialog is getting the focus?


GeneralRe: MessageBox not getting Focus Pin
Member 383463020-Jul-09 20:39
Member 383463020-Jul-09 20:39 
GeneralRe: MessageBox not getting Focus Pin
Naveen20-Jul-09 20:49
Naveen20-Jul-09 20:49 
GeneralRe: MessageBox not getting Focus Pin
Member 383463020-Jul-09 20:56
Member 383463020-Jul-09 20:56 
GeneralRe: MessageBox not getting Focus Pin
Naveen20-Jul-09 22:20
Naveen20-Jul-09 22:20 
GeneralRe: MessageBox not getting Focus Pin
Member 383463028-Jul-09 23:14
Member 383463028-Jul-09 23:14 
Questionfilefind Pin
kumar sanghvi20-Jul-09 0:23
kumar sanghvi20-Jul-09 0:23 
AnswerRe: filefind Pin
n1pabs20-Jul-09 0:29
n1pabs20-Jul-09 0:29 
GeneralRe: filefind Pin
kumar sanghvi20-Jul-09 0:40
kumar sanghvi20-Jul-09 0:40 
GeneralRe: filefind Pin
n1pabs20-Jul-09 0:59
n1pabs20-Jul-09 0:59 
QuestionHow to use SHCNF_PRINTER with SHChangeNotify Pin
n1pabs20-Jul-09 0:13
n1pabs20-Jul-09 0:13 
QuestionHow to insert in the file.. Pin
Padmanabha_M19-Jul-09 23:25
Padmanabha_M19-Jul-09 23:25 
AnswerRe: How to insert in the file.. Pin
«_Superman_»20-Jul-09 1:53
professional«_Superman_»20-Jul-09 1:53 
AnswerRe: How to insert in the file.. Pin
David Crow20-Jul-09 3:04
David Crow20-Jul-09 3:04 
QuestionSetSel problem in dialog Pin
DevelopmentNoob19-Jul-09 22:40
DevelopmentNoob19-Jul-09 22:40 
AnswerRe: SetSel problem in dialog Pin
«_Superman_»19-Jul-09 22:54
professional«_Superman_»19-Jul-09 22:54 
GeneralRe: SetSel problem in dialog Pin
DevelopmentNoob19-Jul-09 23:04
DevelopmentNoob19-Jul-09 23:04 
AnswerRe: SetSel problem in dialog Pin
David Crow20-Jul-09 3:19
David Crow20-Jul-09 3:19 

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.