Click here to Skip to main content
15,920,836 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: c++ and Microsoft Access Pin
Hamid_RT10-May-07 3:05
Hamid_RT10-May-07 3:05 
QuestionRe: c++ and Microsoft Access Pin
David Crow10-May-07 4:15
David Crow10-May-07 4:15 
AnswerRe: c++ and Microsoft Access Pin
Jay Minor10-May-07 12:03
Jay Minor10-May-07 12:03 
GeneralRe: c++ and Microsoft Access Pin
David Crow11-May-07 2:40
David Crow11-May-07 2:40 
AnswerRe: c++ and Microsoft Access Pin
Stephen Hewitt10-May-07 14:13
Stephen Hewitt10-May-07 14:13 
QuestionHow to debug Shell programming? Pin
Max++10-May-07 2:20
Max++10-May-07 2:20 
AnswerRe: How to debug Shell programming? Pin
Arman S.10-May-07 3:41
Arman S.10-May-07 3:41 
QuestionHidden modeless dialog in MFC Pin
rrrado10-May-07 2:20
rrrado10-May-07 2:20 
I need to create hidden modeless dialog in my MFC app.
The problem is that when it is created, althought it is not shown, it activates itself
so my application lose the focus. How to avoid this?
This is how do I create the dialog after clicking the button:

CDialog1 *dlg;

dlg = new CDialog1;
dlg->Create(IDD_DIALOG1,GetDesktopWindow());


I've also tried to override child dialog's OnWindowPosChanging() and set flags to
SWP_NOACTIVATE but without success.
Any ideas?

Thank you!


rrrado

AnswerRe: Hidden modeless dialog in MFC Pin
Hamid_RT10-May-07 2:27
Hamid_RT10-May-07 2:27 
GeneralRe: Hidden modeless dialog in MFC Pin
rrrado10-May-07 2:31
rrrado10-May-07 2:31 
GeneralRe: Hidden modeless dialog in MFC Pin
spsharma10-May-07 2:46
spsharma10-May-07 2:46 
GeneralRe: Hidden modeless dialog in MFC Pin
rrrado10-May-07 3:13
rrrado10-May-07 3:13 
AnswerSOLVED Pin
rrrado10-May-07 3:43
rrrado10-May-07 3:43 
QuestionC++ Help ASAP Pin
sbswish710-May-07 2:18
sbswish710-May-07 2:18 
AnswerRe: C++ Help ASAP Pin
Christian Graus10-May-07 2:48
protectorChristian Graus10-May-07 2:48 
AnswerRe: C++ Help ASAP Pin
ThatsAlok16-May-07 21:25
ThatsAlok16-May-07 21:25 
Question.dat [modified] Pin
Jay Minor10-May-07 2:13
Jay Minor10-May-07 2:13 
AnswerRe: .dat Pin
Hamid_RT10-May-07 2:24
Hamid_RT10-May-07 2:24 
GeneralRe: .dat Pin
Jay Minor10-May-07 2:42
Jay Minor10-May-07 2:42 
AnswerRe: .dat Pin
Maximilien10-May-07 2:48
Maximilien10-May-07 2:48 
GeneralRe: .dat Pin
Jay Minor10-May-07 2:53
Jay Minor10-May-07 2:53 
QuestionSomething wrong with CRecordset::Open Pin
chaoxin10-May-07 2:12
chaoxin10-May-07 2:12 
AnswerRe: Something wrong with CRecordset::Open Pin
Hamid_RT10-May-07 2:31
Hamid_RT10-May-07 2:31 
GeneralRe: Something wrong with CRecordset::Open Pin
chaoxin10-May-07 2:35
chaoxin10-May-07 2:35 
AnswerRe: Something wrong with CRecordset::Open Pin
Mark Salsbery10-May-07 7:56
Mark Salsbery10-May-07 7:56 

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.