Click here to Skip to main content
15,914,943 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: assert Pin
David Crow23-Oct-07 2:55
David Crow23-Oct-07 2:55 
GeneralRe: assert Pin
George_George23-Oct-07 4:41
George_George23-Oct-07 4:41 
AnswerRe: assert Pin
James R. Twine22-Oct-07 5:18
James R. Twine22-Oct-07 5:18 
GeneralRe: assert Pin
George_George22-Oct-07 18:58
George_George22-Oct-07 18:58 
QuestionHow to get text from Form? Pin
truestepper21-Oct-07 22:20
truestepper21-Oct-07 22:20 
QuestionRe: How to get text from Form? Pin
Hamid_RT21-Oct-07 22:28
Hamid_RT21-Oct-07 22:28 
AnswerRe: How to get text from Form? Pin
truestepper21-Oct-07 22:30
truestepper21-Oct-07 22:30 
GeneralRe: How to get text from Form? Pin
Hamid_RT21-Oct-07 22:41
Hamid_RT21-Oct-07 22:41 
For get or set text you need to handle(hwnd) do you have any CWnd of that window if you have you can use of this code if you run this code on your program it change text of all controls to 123 and vice versa for get text of control (if you have code can you show it dont need to post all code)
for(CWnd* pWnd = GetTopWindow(); pWnd;pWnd = pWnd ->GetNextWindow())
	{
	pWnd ->SetWindowTextW(_T("123"));
	} 

GeneralRe: How to get text from Form? Pin
truestepper21-Oct-07 22:47
truestepper21-Oct-07 22:47 
GeneralRe: How to get text from Form? Pin
Hamid_RT22-Oct-07 1:51
Hamid_RT22-Oct-07 1:51 
QuestionCursor Disappearing Pin
pankajbhalla21-Oct-07 20:07
pankajbhalla21-Oct-07 20:07 
QuestionChanging lpDialogTemplate Pin
hxhl9521-Oct-07 19:24
hxhl9521-Oct-07 19:24 
AnswerRe: Changing lpDialogTemplate Pin
Nelek22-Oct-07 4:16
protectorNelek22-Oct-07 4:16 
AnswerRe: Changing lpDialogTemplate Pin
hxhl9523-Oct-07 14:05
hxhl9523-Oct-07 14:05 
GeneralRe: Changing lpDialogTemplate Pin
Nelek29-Oct-07 21:29
protectorNelek29-Oct-07 21:29 
QuestionNeed help using CCmdTarget::OnEvent(...)? Pin
PhanMinhDuy21-Oct-07 19:05
PhanMinhDuy21-Oct-07 19:05 
AnswerRe: Need help using CCmdTarget::OnEvent(...)? Pin
CodingLover21-Oct-07 23:03
CodingLover21-Oct-07 23:03 
QuestionStudy materials for C++/MFC Pin
CodingLover21-Oct-07 18:17
CodingLover21-Oct-07 18:17 
AnswerRe: Study materials for C++/MFC Pin
_AnsHUMAN_ 21-Oct-07 18:45
_AnsHUMAN_ 21-Oct-07 18:45 
GeneralRe: Study materials for C++/MFC Pin
CodingLover21-Oct-07 21:48
CodingLover21-Oct-07 21:48 
GeneralRe: Study materials for C++/MFC Pin
Hamid_RT21-Oct-07 21:59
Hamid_RT21-Oct-07 21:59 
GeneralRe: Study materials for C++/MFC Pin
CodingLover21-Oct-07 22:28
CodingLover21-Oct-07 22:28 
GeneralRe: Study materials for C++/MFC Pin
Hamid_RT21-Oct-07 22:34
Hamid_RT21-Oct-07 22:34 
GeneralRe: Study materials for C++/MFC Pin
CodingLover21-Oct-07 22:43
CodingLover21-Oct-07 22:43 
GeneralRe: Study materials for C++/MFC Pin
Hamid_RT22-Oct-07 2:46
Hamid_RT22-Oct-07 2:46 

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.