![]() |
![]() | #2 | |
Easy rider Join Date: 11 2005 Location: tristeza Age: 36
Posts: 1,082
Downloads: 0 Uploads: 0
Reputation: 0 | 0 | ![]()
Just provide COMBOBOX to CreateWindow() as the class name instead of your own precreated class, unlike you usually do when creating an overlapped window. Quote:
Code: HWND CreateWindow( "COMBOBOX", "Default String", style, x, y, width, height, parent, menu, instance, Optional Parameter ); Here you can also find info on possible combobox styles. Sorry for the quality of the material on the links, I have just googled them up and didn't look through them too thoroughly. Cheers.
__________________ http://sssilver.googlepages.com/blog...ner_300x30.jpg http://www.hra.am/img/Gulyan1.gif You must spread before giving to Silver again. | |
![]() |