windows controls

Started by
0 comments, last by Anidem 22 years, 5 months ago
how can I implement them into a application, for example a text box
Advertisement
CreateWindowEx() or via a pre-designed dialog box.

For the class name argument in CreateWindowEx() you would use one of the predefined strings or atoms to create the control.

"BUTTON" for a button
"EDIT for an edit box (text box)
etc...

look them up on MSDN.

Invader X
Invader''s Realm

This topic is closed to new replies.

Advertisement