Click here to Skip to main content
15,915,172 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAccessing microsoft index service with ADO Pin
tustin6-Aug-08 14:09
tustin6-Aug-08 14:09 
QuestionLPITEMIDLIST Pin
Bram van Kampen6-Aug-08 13:17
Bram van Kampen6-Aug-08 13:17 
AnswerRe: LPITEMIDLIST Pin
Stephen Hewitt6-Aug-08 14:04
Stephen Hewitt6-Aug-08 14:04 
GeneralRe: LPITEMIDLIST Pin
Bram van Kampen6-Aug-08 15:25
Bram van Kampen6-Aug-08 15:25 
QuestionRe: LPITEMIDLIST Pin
David Crow7-Aug-08 3:35
David Crow7-Aug-08 3:35 
QuestionRe: LPITEMIDLIST Pin
Bram van Kampen7-Aug-08 8:19
Bram van Kampen7-Aug-08 8:19 
QuestionScrolling won't work when zooming in CScrollView [modified] Pin
ccaprani6-Aug-08 12:49
ccaprani6-Aug-08 12:49 
Questionvc++ 6 mfc, dialog with child, messed up Pin
rolfhorror6-Aug-08 7:59
rolfhorror6-Aug-08 7:59 
i have a main dialog with some controls,
i also have a second dialog(modeless) and i want to make it into child.

when selected style "popup" in the child dlg properties
the "child" dlg acts normal, but its not what i want, because i only want the child dlg to appear inside the main dlg, not anywhere else on the screen.

opening the child dlg, when selected style "child" in the dlg properties,
the main dlg gets painted onto the child dlg making it a transparent mess.

how can i get the "child" dlg to be painted correctly?

this is the code that opens the modeless "child" dlg:

void CMyApp::OpenChDlg()
{
CChildDlg *dlg;
dlg = new CChildDlg;
dlg->Create(IDD_CHILDDLG);
dlg->ShowWindow(true);
}

thx
QuestionRe: vc++ 6 mfc, dialog with child, messed up Pin
Mark Salsbery6-Aug-08 9:18
Mark Salsbery6-Aug-08 9:18 
AnswerRe: vc++ 6 mfc, dialog with child, messed up [modified] Pin
rolfhorror6-Aug-08 10:04
rolfhorror6-Aug-08 10:04 
GeneralRe: vc++ 6 mfc, dialog with child, messed up Pin
Mark Salsbery7-Aug-08 4:45
Mark Salsbery7-Aug-08 4:45 
GeneralRe: vc++ 6 mfc, dialog with child, messed up Pin
rolfhorror7-Aug-08 8:18
rolfhorror7-Aug-08 8:18 
QuestionRe: vc++ 6 mfc, dialog with child, messed up Pin
David Crow7-Aug-08 3:38
David Crow7-Aug-08 3:38 
Question2005 C++ Resource editor replaces #defs with strings Pin
anand91966-Aug-08 7:24
anand91966-Aug-08 7:24 
AnswerRe: 2005 C++ Resource editor replaces #defs with strings Pin
Joe Woodbury6-Aug-08 10:43
professionalJoe Woodbury6-Aug-08 10:43 
QuestionOpenGL and HW acceleration [modified] Pin
Dave Calkins6-Aug-08 3:45
Dave Calkins6-Aug-08 3:45 
QuestionError message observed while using Standard User Analyzer Pin
V K 26-Aug-08 2:18
V K 26-Aug-08 2:18 
Questionnewbie C question Pin
johnny alpaca6-Aug-08 2:12
johnny alpaca6-Aug-08 2:12 
AnswerRe: newbie C question Pin
toxcct6-Aug-08 2:32
toxcct6-Aug-08 2:32 
GeneralRe: newbie C question Pin
_AnsHUMAN_ 6-Aug-08 2:36
_AnsHUMAN_ 6-Aug-08 2:36 
GeneralRe: newbie C question Pin
toxcct6-Aug-08 2:38
toxcct6-Aug-08 2:38 
GeneralRe: newbie C question Pin
johnny alpaca6-Aug-08 2:39
johnny alpaca6-Aug-08 2:39 
GeneralRe: newbie C question Pin
Kwanalouie6-Aug-08 2:55
Kwanalouie6-Aug-08 2:55 
GeneralRe: newbie C question Pin
Maximilien6-Aug-08 2:58
Maximilien6-Aug-08 2:58 
GeneralRe: newbie C question Pin
David Crow6-Aug-08 3:00
David Crow6-Aug-08 3:00 

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.