Thread: rich edit control?

  1. #1
    brita
    Guest

    Question rich edit control?

    what is a rich edit control and who do i use it>?

  2. #2
    Registered User
    Join Date
    Dec 2002
    Posts
    119
    OK,
    1) Search google.com
    2) Search this site's forums
    3) Read your compiler's WIN32API reference
    4) Try to use it and when you run into problems, show your code and ask specific questions.

    That said, a rich edit control allows you to manipulate appearance & style of the text (font/color etc.) An edit control allows you to manipulate plain text (and limits the amount of text you can have in it).

    Good luck!
    If you speak or are learning Spanish, check out this Spanish and English Dictionary, it is a handy online resource.
    What happens is not as important as how you react to what happens. -Thaddeus Golas

  3. #3

  4. #4
    brita
    Guest

    thanks!!!

    thanks alot guys...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Button handler
    By Nephiroth in forum Windows Programming
    Replies: 8
    Last Post: 03-12-2006, 06:23 AM
  2. Messages from edit control in MFC
    By VirtualAce in forum Windows Programming
    Replies: 0
    Last Post: 01-08-2006, 01:11 AM
  3. Dialog Edit Control and Enter Key
    By Quantrizi in forum Windows Programming
    Replies: 2
    Last Post: 04-14-2004, 07:59 AM
  4. endless edit control
    By ZerOrDie in forum Windows Programming
    Replies: 3
    Last Post: 03-21-2003, 02:51 AM
  5. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM