Click here to Skip to main content
15,903,362 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: List files in drive Pin
deeps_cute2-Apr-07 1:37
deeps_cute2-Apr-07 1:37 
AnswerRe: List files in drive Pin
Hamid_RT2-Apr-07 0:55
Hamid_RT2-Apr-07 0:55 
GeneralRe: List files in drive Pin
deeps_cute2-Apr-07 1:41
deeps_cute2-Apr-07 1:41 
GeneralRe: List files in drive Pin
David Crow2-Apr-07 4:02
David Crow2-Apr-07 4:02 
AnswerRe: List files in drive Pin
vijay_aroli2-Apr-07 1:04
vijay_aroli2-Apr-07 1:04 
Questionwindow Restore problem Pin
Kiran Pinjala2-Apr-07 0:11
Kiran Pinjala2-Apr-07 0:11 
AnswerRe: window Restore problem Pin
_AnsHUMAN_ 2-Apr-07 0:18
_AnsHUMAN_ 2-Apr-07 0:18 
AnswerRe: window Restore problem Pin
Naveen2-Apr-07 0:48
Naveen2-Apr-07 0:48 
just try the below code...


DWORD dwThreadId = GetWindowThreadProcessId(::GetForegroundWindow(),NULL);
DWORD dwCurrentThreadId = GetCurrentThreadId();
AttachThreadInput( dwThreadId, dwCurrentThreadId,TRUE );
AfxGetMainWnd()->ShowWindow(SW_SHOW)
AfxGetMainWnd()->SetForegroundWindow();
AfxGetMainWnd()->SetFocus();
AttachThreadInput( dwThreadId, dwCurrentThreadId ,FALSE );


nave

GeneralRe: window Restore problem Pin
Kiran Pinjala2-Apr-07 2:37
Kiran Pinjala2-Apr-07 2:37 
QuestionVT_DISPATCH variant Pin
asdtry1-Apr-07 23:37
asdtry1-Apr-07 23:37 
AnswerRe: VT_DISPATCH variant Pin
Stephen Hewitt2-Apr-07 14:05
Stephen Hewitt2-Apr-07 14:05 
QuestionImporting MakeFiles Pin
shiraztk1-Apr-07 23:31
shiraztk1-Apr-07 23:31 
QuestionRegarding Read/Write Floppy Drive [modified] Pin
VC_RYK1-Apr-07 23:28
VC_RYK1-Apr-07 23:28 
AnswerRe: Regarding Read/Write Floppy Drive Pin
toxcct1-Apr-07 23:29
toxcct1-Apr-07 23:29 
QuestionExcel in MFC Doc View Application Pin
Vikrant for VC++1-Apr-07 23:24
Vikrant for VC++1-Apr-07 23:24 
AnswerRe: Excel in MFC Doc View Application Pin
Rajesh R Subramanian1-Apr-07 23:35
professionalRajesh R Subramanian1-Apr-07 23:35 
AnswerRe: Excel in MFC Doc View Application Pin
#realJSOP2-Apr-07 9:59
professional#realJSOP2-Apr-07 9:59 
QuestionRemove Backslashes Pin
Programm3r1-Apr-07 23:24
Programm3r1-Apr-07 23:24 
AnswerRe: Remove Backslashes Pin
toxcct1-Apr-07 23:27
toxcct1-Apr-07 23:27 
AnswerRe: Remove Backslashes Pin
_AnsHUMAN_ 1-Apr-07 23:35
_AnsHUMAN_ 1-Apr-07 23:35 
GeneralRe: Remove Backslashes Pin
Programm3r1-Apr-07 23:58
Programm3r1-Apr-07 23:58 
AnswerRe: Remove Backslashes Pin
Parthi_Appu1-Apr-07 23:36
Parthi_Appu1-Apr-07 23:36 
GeneralRe: Remove Backslashes Pin
Programm3r1-Apr-07 23:57
Programm3r1-Apr-07 23:57 
GeneralRe: Remove Backslashes Pin
Michael Dunn2-Apr-07 15:49
sitebuilderMichael Dunn2-Apr-07 15:49 
GeneralRe: Remove Backslashes Pin
Parthi_Appu2-Apr-07 16:34
Parthi_Appu2-Apr-07 16:34 

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.