Click here to Skip to main content
15,911,139 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ActiveX controls child window of another ActiveX control Pin
Alton Williams9-Nov-06 11:29
Alton Williams9-Nov-06 11:29 
GeneralRe: ActiveX controls child window of another ActiveX control Pin
TClarke9-Nov-06 23:06
TClarke9-Nov-06 23:06 
QuestionCombobox problems Pin
ceejeeb1-Nov-06 4:21
ceejeeb1-Nov-06 4:21 
QuestionRe: Combobox problems Pin
David Crow1-Nov-06 4:38
David Crow1-Nov-06 4:38 
AnswerRe: Combobox problems Pin
Maximilien1-Nov-06 5:08
Maximilien1-Nov-06 5:08 
GeneralRe: Combobox problems Pin
David Crow1-Nov-06 5:29
David Crow1-Nov-06 5:29 
AnswerRe: Combobox problems Pin
Hamid_RT1-Nov-06 5:22
Hamid_RT1-Nov-06 5:22 
QuestionDisconnect data exchange Pin
Wim Engberts1-Nov-06 3:56
Wim Engberts1-Nov-06 3:56 
Hi to you all,

In a Dialog, I use an Edit element to enter a key value for new objects. I use the same dialog somewhere else to select one of the objects and I then replace this CEdit element with a CComboBox from which the value can be selected. I would likt to use the same CString variable. In the current version, this CString is connected to the CEdit object in the DoDataExchange by a DDX_Text(pDX,.....). I would likt (in the OnInitDialog routine) to disconnect this CString from the CEdit element, and reconnect it (with a new DDX_Text probably) to the CComboBox element. Is there a way in which one can disconnect the data exchange? Or should I take the DDX_Text for this element out of DoDataExchange and put it in OnInitDialog altogether?

Anyone have any suggestions?
Thanks in advance
William
AnswerRe: Disconnect data exchange Pin
David Crow1-Nov-06 4:39
David Crow1-Nov-06 4:39 
GeneralRe: Disconnect data exchange Pin
Wim Engberts1-Nov-06 5:04
Wim Engberts1-Nov-06 5:04 
GeneralRe: Disconnect data exchange Pin
David Crow1-Nov-06 5:32
David Crow1-Nov-06 5:32 
QuestionGetThreadId - kernel32.dll Pin
edvintas1-Nov-06 3:48
edvintas1-Nov-06 3:48 
AnswerRe: GetThreadId - kernel32.dll Pin
Chris Meech1-Nov-06 4:29
Chris Meech1-Nov-06 4:29 
GeneralRe: GetThreadId - kernel32.dll Pin
edvintas1-Nov-06 4:39
edvintas1-Nov-06 4:39 
GeneralRe: GetThreadId - kernel32.dll Pin
Chris Meech1-Nov-06 5:16
Chris Meech1-Nov-06 5:16 
GeneralRe: GetThreadId - kernel32.dll Pin
edvintas1-Nov-06 6:21
edvintas1-Nov-06 6:21 
QuestionRe: GetThreadId - kernel32.dll Pin
Hamid_RT1-Nov-06 5:23
Hamid_RT1-Nov-06 5:23 
AnswerRe: GetThreadId - kernel32.dll Pin
Niklas L1-Nov-06 20:46
Niklas L1-Nov-06 20:46 
QuestionFunction Pointers and ctors. Pin
Chris Meech1-Nov-06 2:35
Chris Meech1-Nov-06 2:35 
AnswerRe: Function Pointers and ctors. [modified] Pin
benjymous1-Nov-06 3:42
benjymous1-Nov-06 3:42 
GeneralRe: Function Pointers and ctors. Pin
Chris Meech1-Nov-06 4:18
Chris Meech1-Nov-06 4:18 
GeneralRe: Function Pointers and ctors. Pin
benjymous1-Nov-06 4:42
benjymous1-Nov-06 4:42 
Questionproblem with gethostbyaddr() Pin
priyank_ldce1-Nov-06 2:15
priyank_ldce1-Nov-06 2:15 
AnswerRe: problem with gethostbyaddr() Pin
David Crow1-Nov-06 3:32
David Crow1-Nov-06 3:32 
GeneralRe: problem with gethostbyaddr() Pin
priyank_ldce1-Nov-06 6:05
priyank_ldce1-Nov-06 6:05 

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.