|
-
Jan 18th, 2002, 09:34 PM
#1
Thread Starter
Fanatic Member
how to create?
how to create an EDIT control?
do I have to define? if yes, how?

prog_tom
JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
http://physics.sviesoft.com/forum
-
Jan 18th, 2002, 10:07 PM
#2
Frenzied Member
I don't remember it all but:
CreateWindowEx(WS_EX_CLIENTEDGE, "Edit",...the rest is the same as any other control
-
Jan 21st, 2002, 06:29 PM
#3
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.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|