Thread: My class doesn't create an edit box.

  1. #16
    Registered User
    Join Date
    Aug 2005
    Posts
    96
    I did what you said Fordy but it didn't work no edit control.

    I also did EditControl.Create(Window.g_hMainWindow);
    but that didn't work either.

    EDIT:

    If I do EditControl.Create(hwnd); and I set the Width and Height of the window to 100 I get an edit control. Why won't it take CW_USEDEFAULT? I got it to work using C awhile back.
    Last edited by sethjackson; 09-02-2005 at 03:52 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. edit box
    By beene in forum Windows Programming
    Replies: 3
    Last Post: 11-11-2006, 04:40 AM
  2. WS_HSCROLL in ES_READONLY edit box error
    By Homunculus in forum Windows Programming
    Replies: 4
    Last Post: 02-13-2006, 08:46 AM
  3. Multiline Edit Box Parser
    By The Brain in forum Windows Programming
    Replies: 6
    Last Post: 11-01-2005, 07:15 PM
  4. setting fixed floats in edit box
    By WaterNut in forum Windows Programming
    Replies: 4
    Last Post: 08-13-2004, 09:13 AM
  5. Limiting Characters in Edit Box :: MFC
    By kuphryn in forum Windows Programming
    Replies: 5
    Last Post: 06-02-2002, 10:21 AM