Click here to Skip to main content
15,908,166 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC Radio Buttons issue Pin
Mircea Puiu6-Oct-05 21:41
Mircea Puiu6-Oct-05 21:41 
GeneralRe: MFC Radio Buttons issue Pin
Axonn Echysttas6-Oct-05 22:11
Axonn Echysttas6-Oct-05 22:11 
QuestionSetWindowLong throwing ERROR_ACCESS_DENIED Pin
Anonymous6-Oct-05 21:14
Anonymous6-Oct-05 21:14 
QuestionDialog box Static text Pin
karmendra_js6-Oct-05 20:44
karmendra_js6-Oct-05 20:44 
AnswerRe: Dialog box Static text Pin
toxcct6-Oct-05 20:59
toxcct6-Oct-05 20:59 
AnswerRe: Dialog box Static text Pin
Cedric Moonen6-Oct-05 21:00
Cedric Moonen6-Oct-05 21:00 
GeneralRe: Dialog box Static text Pin
ThatsAlok6-Oct-05 21:08
ThatsAlok6-Oct-05 21:08 
AnswerRe: Dialog box Static text Pin
ThatsAlok6-Oct-05 21:07
ThatsAlok6-Oct-05 21:07 
Handle the EN_CHANGE message on Edit Box :- here is handller and IDC_EDIT1 is ID of Edit Box and IDC_STATIC_TEST is ID of the static box.

void CNegCtrlDlg::OnChangeEdit1() 
{
  CString str;
 this->GetDlgItemText(IDC_EDIT1,str);

 // Set number of the charecter in static box'
  SetDlgItemInt(IDC_STATIC_TEXT,str.GetLength());

	
}


"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
QuestionHelp needed on Activex Control Pin
_anil_6-Oct-05 20:35
_anil_6-Oct-05 20:35 
QuestionRotating a MetaFile Pin
ashwin206-Oct-05 20:01
ashwin206-Oct-05 20:01 
QuestionCreating a VxD Pin
Abraham.Varghese6-Oct-05 19:22
Abraham.Varghese6-Oct-05 19:22 
AnswerRe: Creating a VxD Pin
Gary R. Wheeler9-Oct-05 4:20
Gary R. Wheeler9-Oct-05 4:20 
QuestionSerialize Tree Info Pin
swarnamanoo6-Oct-05 19:10
swarnamanoo6-Oct-05 19:10 
AnswerRe: Serialize Tree Info Pin
Jose Lamas Rios6-Oct-05 19:19
Jose Lamas Rios6-Oct-05 19:19 
AnswerRe: Serialize Tree Info Pin
ThatsAlok6-Oct-05 19:54
ThatsAlok6-Oct-05 19:54 
GeneralRe: Serialize Tree Info Pin
swarnamanoo6-Oct-05 20:10
swarnamanoo6-Oct-05 20:10 
QuestionLog Scales Pin
Raza56806-Oct-05 18:51
Raza56806-Oct-05 18:51 
QuestionVisual Dev C++ Class Wizard Add Variable Script Error Pin
HaraldS6-Oct-05 18:07
HaraldS6-Oct-05 18:07 
QuestionInvalidateRect and GDI Pin
LighthouseJ6-Oct-05 18:01
LighthouseJ6-Oct-05 18:01 
AnswerRe: InvalidateRect and GDI Pin
ThatsAlok6-Oct-05 18:18
ThatsAlok6-Oct-05 18:18 
GeneralRe: InvalidateRect and GDI Pin
LighthouseJ6-Oct-05 18:56
LighthouseJ6-Oct-05 18:56 
GeneralRe: InvalidateRect and GDI Pin
Jose Lamas Rios6-Oct-05 19:02
Jose Lamas Rios6-Oct-05 19:02 
GeneralRe: InvalidateRect and GDI Pin
LighthouseJ6-Oct-05 19:37
LighthouseJ6-Oct-05 19:37 
GeneralRe: InvalidateRect and GDI Pin
Jose Lamas Rios6-Oct-05 19:46
Jose Lamas Rios6-Oct-05 19:46 
GeneralRe: InvalidateRect and GDI Pin
LighthouseJ6-Oct-05 19:55
LighthouseJ6-Oct-05 19:55 

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.