Problem in getting the handle of edit box of a combobox
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
Hi, can somebody tell me how to get the handle of edit box of a combobox in win32 environment. Thanks
Call
GetComboBoxInfo
and chack out thehwndItem
member of the obtainedCOMBOBOXINFO
struct, see http://msdn2.microsoft.com/en-us/library/bb775798(VS.85).aspx[^] and http://msdn2.microsoft.com/en-us/library/bb775798(VS.85).aspx[^] :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
[my articles] -
Hi, can somebody tell me how to get the handle of edit box of a combobox in win32 environment. Thanks
-
Hi, can somebody tell me how to get the handle of edit box of a combobox in win32 environment. Thanks