Click here to Skip to main content
15,892,575 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using IXMLHTTPRequest->send( ... ) on Vista Pin
Andy H16-Oct-07 5:11
Andy H16-Oct-07 5:11 
GeneralRe: Using IXMLHTTPRequest->send( ... ) on Vista Pin
Jonathan [Darka]16-Oct-07 5:14
professionalJonathan [Darka]16-Oct-07 5:14 
QuestionProblem in Accessing CStringArray object, Pin
Atul2315-Oct-07 23:24
Atul2315-Oct-07 23:24 
GeneralRe: Problem in Accessing CStringArray object, Pin
Matthew Faithfull15-Oct-07 23:53
Matthew Faithfull15-Oct-07 23:53 
QuestionRe: Problem in Accessing CStringArray object, Pin
Hamid_RT16-Oct-07 0:37
Hamid_RT16-Oct-07 0:37 
QuestionRe: Problem in Accessing CStringArray object, Pin
David Crow16-Oct-07 3:06
David Crow16-Oct-07 3:06 
AnswerRe: Problem in Accessing CStringArray object, Pin
aks.16-Oct-07 3:24
aks.16-Oct-07 3:24 
GeneralRe: Problem in Accessing CStringArray object, Pin
Hadi Dayvary16-Oct-07 4:00
professionalHadi Dayvary16-Oct-07 4:00 
I have a program that have a lot of dialogs and so a lot of butons.
I wanna use my own button in all the dialogs, but I don't want to add a variable for each button on dialogs.
I wnat to do it in just one piece of code, something like this : (in InitDialog())

	CWnd* pWnd = GetWindow(GW_CHILD);<br />
<br />
	while(pWnd)<br />
	{<br />
		if(pWnd->GetRuntimeClass() != RUNTIME_CLASS(CButton))<br />
			;// - change them to CMyButton<br />
<br />
		pWnd = pWnd->GetWindow(GW_HWNDNEXT);<br />
	}<br />

QuestionRe: Problem in Accessing CStringArray object, Pin
David Crow16-Oct-07 4:06
David Crow16-Oct-07 4:06 
AnswerRe: Problem in Accessing CStringArray object, Pin
Hadi Dayvary16-Oct-07 4:17
professionalHadi Dayvary16-Oct-07 4:17 
GeneralRe: Problem in Accessing CStringArray object, Pin
David Crow16-Oct-07 4:25
David Crow16-Oct-07 4:25 
GeneralRe: Problem in Accessing CStringArray object, Pin
ThatsAlok17-Oct-07 2:11
ThatsAlok17-Oct-07 2:11 
Questionhow to change the font of property page Pin
rajneshmalik15-Oct-07 22:49
rajneshmalik15-Oct-07 22:49 
AnswerRe: how to change the font of property page Pin
Nelek15-Oct-07 23:13
protectorNelek15-Oct-07 23:13 
AnswerRe: how to change the font of property page Pin
Hadi Dayvary15-Oct-07 23:49
professionalHadi Dayvary15-Oct-07 23:49 
AnswerRe: how to change the font of property page Pin
Mark Salsbery16-Oct-07 5:27
Mark Salsbery16-Oct-07 5:27 
QuestionSubClass all buttons of aprogram Pin
Hadi Dayvary15-Oct-07 22:34
professionalHadi Dayvary15-Oct-07 22:34 
AnswerRe: SubClass all buttons of aprogram Pin
Anand Todkar15-Oct-07 23:22
Anand Todkar15-Oct-07 23:22 
GeneralRe: SubClass all buttons of aprogram Pin
Hadi Dayvary15-Oct-07 23:43
professionalHadi Dayvary15-Oct-07 23:43 
GeneralRe: SubClass all buttons of aprogram Pin
_AnsHUMAN_ 16-Oct-07 2:57
_AnsHUMAN_ 16-Oct-07 2:57 
AnswerRe: SubClass all buttons of aprogram Pin
Naveen16-Oct-07 3:38
Naveen16-Oct-07 3:38 
QuestionDisplaying WChar string in non-Unicode Project. Pin
nilesh.gawade15-Oct-07 22:15
nilesh.gawade15-Oct-07 22:15 
AnswerRe: Displaying WChar string in non-Unicode Project. Pin
Naveen15-Oct-07 23:16
Naveen15-Oct-07 23:16 
QuestionRe: Displaying WChar string in non-Unicode Project. Pin
nilesh.gawade16-Oct-07 0:22
nilesh.gawade16-Oct-07 0:22 
AnswerRe: Displaying WChar string in non-Unicode Project. Pin
Naveen16-Oct-07 14:08
Naveen16-Oct-07 14:08 

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.