how to create an EDIT control?
do I have to define? if yes, how?
Printable View
how to create an EDIT control?
do I have to define? if yes, how?
I don't remember it all but:
CreateWindowEx(WS_EX_CLIENTEDGE, "Edit",...the rest is the same as any other control
:)
you create an edit control by specifying "edit" as window class in the call to CreateWindow(Ex). See the SDK:
Platform-SDK->User Interface Services->Controls->Edit Controls
Please use subjects that already say what the post is about in the future. Not only is it more convenient for the other people, but you may also get more replies.