Click here to Skip to main content
15,896,269 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Child to Popup dynamically... Pin
Nishad S17-May-06 23:09
Nishad S17-May-06 23:09 
GeneralRe: Child to Popup dynamically... Pin
_Beren_17-May-06 23:41
_Beren_17-May-06 23:41 
GeneralRe: Child to Popup dynamically... Pin
Nishad S18-May-06 0:13
Nishad S18-May-06 0:13 
QuestionSetWindowText Error Pin
VinayCool17-May-06 21:16
VinayCool17-May-06 21:16 
AnswerRe: SetWindowText Error Pin
Cedric Moonen17-May-06 21:21
Cedric Moonen17-May-06 21:21 
GeneralRe: SetWindowText Error Pin
VinayCool17-May-06 21:38
VinayCool17-May-06 21:38 
AnswerRe: SetWindowText Error Pin
Hamid_RT17-May-06 21:32
Hamid_RT17-May-06 21:32 
AnswerRe: SetWindowText Error Pin
VinayCool17-May-06 21:42
VinayCool17-May-06 21:42 
Hi WhiteSky,

Thanks a lot its working ......Smile | :)


TCHAR buffer[50];
long n=INDX.total_words;
_ltoa(n,buffer,10);
status->m_TOTAL_WORDS.SetWindowText(buffer);

GeneralRe: SetWindowText Error Pin
VinayCool17-May-06 21:58
VinayCool17-May-06 21:58 
GeneralRe: SetWindowText Error Pin
Hamid_RT17-May-06 22:00
Hamid_RT17-May-06 22:00 
AnswerRe: SetWindowText Error Pin
VinayCool17-May-06 22:42
VinayCool17-May-06 22:42 
GeneralRe: SetWindowText Error Pin
Eytukan17-May-06 22:03
Eytukan17-May-06 22:03 
GeneralRe: SetWindowText Error Pin
Hamid_RT17-May-06 22:18
Hamid_RT17-May-06 22:18 
GeneralRe: SetWindowText Error Pin
Eytukan17-May-06 22:47
Eytukan17-May-06 22:47 
GeneralRe: SetWindowText Error Pin
Hamid_RT17-May-06 23:13
Hamid_RT17-May-06 23:13 
GeneralRe: SetWindowText Error Pin
Laxman Auti17-May-06 22:19
Laxman Auti17-May-06 22:19 
GeneralRe: SetWindowText Error Pin
Eytukan17-May-06 22:51
Eytukan17-May-06 22:51 
GeneralRe: SetWindowText Error Pin
Laxman Auti17-May-06 23:04
Laxman Auti17-May-06 23:04 
GeneralRe: SetWindowText Error Pin
Eytukan17-May-06 23:08
Eytukan17-May-06 23:08 
QuestionGetPeerName() Pin
Anu_Bala17-May-06 21:16
Anu_Bala17-May-06 21:16 
AnswerRe: GetPeerName() Pin
Eytukan17-May-06 22:08
Eytukan17-May-06 22:08 
QuestionDoModal from CDialog Box return -1, Solved Pin
NorGUI17-May-06 21:05
NorGUI17-May-06 21:05 
AnswerRe: DoModal from CDialog Box return -1 Pin
Hamid_RT17-May-06 21:10
Hamid_RT17-May-06 21:10 
GeneralRe: DoModal from CDialog Box return -1 Pin
NorGUI17-May-06 21:18
NorGUI17-May-06 21:18 
GeneralRe: DoModal from CDialog Box return -1 Pin
Hamid_RT17-May-06 21:34
Hamid_RT17-May-06 21:34 

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.