Thread: EDIT boxes

  1. #1
    Mmm. Purple.
    Join Date
    May 2002
    Posts
    154

    EDIT boxes

    i made an edit box, rather like this:
    Code:
    box1 = CreateWindow("EDIT",NULL,ES_NUMBER,200,200,300,120,hwnd,NULL,hInstance,NULL);
    But it has a title bar and i can drag it across the screen..i dont want to be able to

  2. #2
    King of the Internet Fahrenheit's Avatar
    Join Date
    Oct 2001
    Posts
    128
    Yeah, you'll want the style WS_CHILD for sure

  3. #3
    Mmm. Purple.
    Join Date
    May 2002
    Posts
    154
    Thanks, i did't rthink of combining WS_* and ES_*

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. WS_HSCROLL in ES_READONLY edit box error
    By Homunculus in forum Windows Programming
    Replies: 4
    Last Post: 02-13-2006, 08:46 AM
  2. Edit box(es), and specialized onmouseover
    By Lurker in forum Windows Programming
    Replies: 7
    Last Post: 05-25-2003, 04:13 PM
  3. Edit Boxes
    By ColdFire in forum Windows Programming
    Replies: 2
    Last Post: 02-13-2002, 02:54 PM
  4. please help visual c++ edit control boxes
    By alcoholic in forum C++ Programming
    Replies: 3
    Last Post: 02-05-2002, 02:39 PM
  5. Password Edit Boxes
    By Unregistered in forum Windows Programming
    Replies: 1
    Last Post: 08-27-2001, 02:40 PM