Urgent:: Problem in Changing the style of ComboBox
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello everybody, In a program i need to change the style of a ComboBox (Using Win32 SDK) from CBS_DROPDOWN to CBS_DROPDOWNLIST (either way). I tried using SetWindowLong() and ModifyStyle(), but failed in both the ways and failed to get what i want. If anybody knows plz help me. Thanx in advance. :confused: