Thread: rich text in application

  1. #1
    Registered User juschillin's Avatar
    Join Date
    Sep 2002
    Posts
    20

    rich text in application

    I'm new! Giving you fair warning

    I wrote a small application that is square box (duh) and has three buttons and a list box. One of the buttons clears the list box, one deletes selected items, and one connects to a mysql database and lists the results found therein.


    NO Problem right~! I'm just trying to spice the ugly grey box up and I want to but a picture and colored text in the towards the top of the screen like this


    Code:
      _________________________________________________
     |_______________________________________________X_|
     |   \0/  Rich Text                  |Button|   |Button|   |Button|            |
     |    ~   (picture)                                                                            |
     |   /  \   __________________________________________    |
     |  |                                                                                           |   |
     |  |                         ListBox                                                       |   |
     |  |                                                                                           |   |
     |  |_____________________________________________ |   |
     |_________________________________________________|
    This goes where rich text is: Title

    And I need a picture where (picture is)

    Everything else is already done

    Can anybody show me how to do this?

    How do I do this???? painttext() and images?

    Any Leads. I have been searching the net for over two hours now, and there are now good tutorials on this stuff.

    If you don't know what I'm asking, ....ask and maybe I can clarify.

    Can anybody give me an example
    Last edited by juschillin; 09-11-2002 at 09:25 AM.
    !Carpe Diem!
    "Sieze the Day"

  2. #2
    Registered User juschillin's Avatar
    Join Date
    Sep 2002
    Posts
    20
    can you show me how to do this?
    !Carpe Diem!
    "Sieze the Day"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Automatic Rich Text Edit
    By Queatrix in forum Windows Programming
    Replies: 3
    Last Post: 12-27-2006, 02:18 PM
  2. need to edit text from within my application.
    By spiroth10 in forum C++ Programming
    Replies: 2
    Last Post: 12-15-2006, 03:15 PM
  3. newbie to rich edit, cant get it to work
    By hanhao in forum Windows Programming
    Replies: 1
    Last Post: 03-24-2004, 10:54 PM
  4. Small HTML question
    By Thantos in forum Tech Board
    Replies: 4
    Last Post: 12-29-2003, 12:37 AM
  5. Ok, Structs, I need help I am not familiar with them
    By incognito in forum C++ Programming
    Replies: 7
    Last Post: 06-29-2002, 09:45 PM