Thread: Help with editable text element

  1. #1
    Registered User
    Join Date
    Apr 2007
    Posts
    1

    Help with editable text element

    I would like to know how to create an editable text-widget in c++ win32. I have the basic code for a window (with _tWinMain) but I just can't figure out a none MFC way to place a text field in the window.

    A full example would be nice, but not neccesary. Links are also ok.

    PS. Speak up if I'm being unclear about my objective in this matter, I found it kind of hard to explain DS.
    Last edited by drake_ghoul; 04-10-2007 at 02:22 PM.

  2. #2
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342
    CreateWindow() makes child controls as well, such as text fields.

  3. #3
    Registered User pronecracker's Avatar
    Join Date
    Oct 2006
    Location
    netherlands
    Posts
    158

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. DirectX | Drawing text
    By gavra in forum Game Programming
    Replies: 4
    Last Post: 06-08-2009, 12:23 AM
  2. What error in this code?Help me!
    By KySiRo in forum C++ Programming
    Replies: 8
    Last Post: 12-20-2006, 03:45 PM
  3. Urgent: output editable text to dos
    By samohx in forum C Programming
    Replies: 4
    Last Post: 09-27-2002, 12:25 PM
  4. Validating the contents of a char buffer
    By mattz in forum C Programming
    Replies: 3
    Last Post: 12-09-2001, 06:21 PM
  5. Moving to the next structure array
    By mattz in forum C Programming
    Replies: 2
    Last Post: 11-30-2001, 03:43 PM