🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

windows controls

Started by
0 comments, last by Anidem 22 years, 7 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