hai all,
I am a primer VC++ programmer.
I want to place the text , color and font of a button to a edit box.
Please help me..
with regards,
Arun Chakaravarthy
Printable View
hai all,
I am a primer VC++ programmer.
I want to place the text , color and font of a button to a edit box.
Please help me..
with regards,
Arun Chakaravarthy
check the article section of www.codeguru.com. You'll find alot of articles related to that.
I've to run now, so right now, I can only tell you the procedure for these 3 tasks.
Derive your own class from CEdit.
Make a CFont member and in the construcutor create a font.
Use the method SetFont(...) to set that font to your CEdit derive class.