i made an edit box, rather like this:
But it has a title bar and i can drag it across the screen..i dont want to be able toCode:box1 = CreateWindow("EDIT",NULL,ES_NUMBER,200,200,300,120,hwnd,NULL,hInstance,NULL);![]()
This is a discussion on EDIT boxes within the Windows Programming forums, part of the Platform Specific Boards category; 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 ...
i made an edit box, rather like this:
But it has a title bar and i can drag it across the screen..i dont want to be able toCode:box1 = CreateWindow("EDIT",NULL,ES_NUMBER,200,200,300,120,hwnd,NULL,hInstance,NULL);![]()
Thanks, i did't rthink of combining WS_* and ES_*