Win32 questions

Win32 questions

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

Post Reply
User avatar
[K.B.] Napalm Cobra
Posts: 1222
Joined: 16 Aug 2004, 06:15

Win32 questions

Post by [K.B.] Napalm Cobra »

Whats the type for CreateWindow() for a check box?

(more to follow :P )
User avatar
jcnossen
Former Engine Dev
Posts: 2440
Joined: 05 Jun 2005, 19:13

Post by jcnossen »

Shouldn't you be posting this in a general programming forum?
Anyway, if you want to do real gui development, just use a decent GUI library instead of basic win32 api. My favourite is FLTK. Oh and I don't know the class for a check box sry. Check msdn on createwindow for all the standard classes...
User avatar
[K.B.] Napalm Cobra
Posts: 1222
Joined: 16 Aug 2004, 06:15

Post by [K.B.] Napalm Cobra »

Fast light, wxwidgets, gtkmm, all an absolute pain in the ass to even get it to compile. I'll stick with what I've got thanks. :P
Post Reply

Return to “Engine”