Click here to Skip to main content
15,890,609 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to add check boxes Pin
pavan_sw5-Feb-07 20:11
pavan_sw5-Feb-07 20:11 
AnswerRe: how to add check boxes Pin
Hamid_RT5-Feb-07 20:28
Hamid_RT5-Feb-07 20:28 
AnswerRe: how to add check boxes Pin
ThatsAlok6-Feb-07 19:55
ThatsAlok6-Feb-07 19:55 
QuestionMessage Map Return types Pin
G.DHANASEKAR5-Feb-07 19:18
G.DHANASEKAR5-Feb-07 19:18 
AnswerRe: Message Map Return types Pin
Don Box5-Feb-07 19:46
Don Box5-Feb-07 19:46 
AnswerRe: Message Map Return types Pin
Roger Stoltz5-Feb-07 22:58
Roger Stoltz5-Feb-07 22:58 
AnswerRe: Message Map Return types Pin
Mark Salsbery6-Feb-07 8:08
Mark Salsbery6-Feb-07 8:08 
AnswerRe: Message Map Return types Pin
ThatsAlok6-Feb-07 19:56
ThatsAlok6-Feb-07 19:56 
wrote:
My message handling function is:

int CPreferences::OnEnChangeEditmessage()
{
CPaintDC *pDC;
CSize size;

size = pDC->GetTextExtent(m_strMessage);
return size.cx;
}

every Message map has it specific handler... you have to consult MSDN for same


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
VC Forum Q&A :- I/ IV
Support CRY- Child Relief and you

QuestionSet Edit Box Text from Different Dialog Pin
Sonani Prakash5-Feb-07 19:08
Sonani Prakash5-Feb-07 19:08 
AnswerRe: Set Edit Box Text from Different Dialog Pin
Hamid_RT5-Feb-07 19:20
Hamid_RT5-Feb-07 19:20 
GeneralRe: Set Edit Box Text from Different Dialog Pin
Sonani Prakash5-Feb-07 19:28
Sonani Prakash5-Feb-07 19:28 
GeneralRe: Set Edit Box Text from Different Dialog Pin
Hamid_RT5-Feb-07 19:34
Hamid_RT5-Feb-07 19:34 
GeneralRe: Set Edit Box Text from Different Dialog Pin
Sonani Prakash5-Feb-07 19:41
Sonani Prakash5-Feb-07 19:41 
GeneralRe: Set Edit Box Text from Different Dialog Pin
Hamid_RT5-Feb-07 20:07
Hamid_RT5-Feb-07 20:07 
GeneralRe: Set Edit Box Text from Different Dialog Pin
Sonani Prakash5-Feb-07 20:59
Sonani Prakash5-Feb-07 20:59 
GeneralRe: Set Edit Box Text from Different Dialog Pin
Hamid_RT5-Feb-07 21:22
Hamid_RT5-Feb-07 21:22 
AnswerRe: Set Edit Box Text from Different Dialog Pin
ThatsAlok6-Feb-07 19:57
ThatsAlok6-Feb-07 19:57 
Questionpopulating datagrid... Pin
meg15-Feb-07 18:59
meg15-Feb-07 18:59 
AnswerRe: populating datagrid... Pin
Hamid_RT5-Feb-07 19:44
Hamid_RT5-Feb-07 19:44 
GeneralRe: populating datagrid... Pin
meg15-Feb-07 21:34
meg15-Feb-07 21:34 
GeneralRe: populating datagrid... Pin
meg16-Feb-07 0:04
meg16-Feb-07 0:04 
GeneralRe: populating datagrid... Pin
Hamid_RT6-Feb-07 5:24
Hamid_RT6-Feb-07 5:24 
GeneralRe: populating datagrid... Pin
meg16-Feb-07 16:43
meg16-Feb-07 16:43 
QuestionRe: populating datagrid... Pin
Hamid_RT6-Feb-07 19:56
Hamid_RT6-Feb-07 19:56 
AnswerRe: populating datagrid... Pin
ThatsAlok6-Feb-07 19:58
ThatsAlok6-Feb-07 19:58 

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.