CEdit control .. change Font selection 
Author Message
 CEdit control .. change Font selection

Hi !!

How can I change the Font selection in a CEdit control ?

Thanks to all,
Dominique



Sat, 22 Feb 2003 23:50:25 GMT  
 CEdit control .. change Font selection

Quote:
>How can I change the Font selection in a CEdit control ?

Dominique,

You can change the font that the control uses with SetFont
(WM_SETFONT). However you can't make the edit control display
different fonts at the same time - for that try the rich edit control.

Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq
My address is altered to discourage junk mail.
Please post responses to the newsgroup thread,
there's no need for follow-up email copies.



Sun, 23 Feb 2003 04:25:22 GMT  
 CEdit control .. change Font selection


Fri, 19 Jun 1992 00:00:00 GMT  
 CEdit control .. change Font selection
Hi,

I'm trying to create a CEdit control by hand (no class wizard)

(It is working inside a band in the IE toolbar)

The problem is that backspace is not working, I do not know why?

I press on it and it is erasing eny chars.

Does any one know of an attribute or anything that might
causeing it,

Or how to override it?

Thanks.

Sent via Deja.com http://www.deja.com/
Before you buy.



Sat, 01 Mar 2003 17:54:12 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Changing Font in CEdit control

2. Changing the font of a CEdit control (non dialog)

3. How can I change the font of a CEdit control

4. How to change the font size for a CEdit control

5. changing font on a CEdit control

6. How to change font of run-time CEdit controls

7. Changing Font in a CEdit control

8. CEdit controls and changing the font color

9. Changing the font of a multiline CEdit Control

10. Changing font style in CEdit derived control.

11. Changing Fonts for a CEdit control?

12. changing font size in CEdit control

 

 
Powered by phpBB® Forum Software