Hey, Ya!
Where can I find 'documents' about Rebar control and ComboBoxEx control?
All I have are some example programs that utilized these controls but I want to know ALL of their messages.
I only know 'CBEM_INSERTITEM' and '....SETIMAGELIST'.
Hello,
http://www.microsoft.com/msj/1298/controlspy3/controlspy3.aspx
It's the best source of information on the subject.
ToutEnMasm
Ya, hey!
Thanks a lot!
But where is ComboBoxEx control?
It is not a regular ComboBox, its classname is "ComboBoxEx32" and it can be set to display icon/bitmap next to items of your selection.
I still can't find any document explaining all of its messages.
Would you please help me again?
Thanks.
Hello,
The normal combobox is combobox DB 'COMBOBOX',0
The class of the common controls are not in windows.inc , but in the SDK (commctrl.h)
The class of the old control , like COMBOBOX can be find in winhelp.
Hutch promise me to put them in windows.inc but ....there was no more added
a+
ToutEnMasm
MSDN has all the information you will ever need on Windows intrinsic controls...
ComboBoxEx overview (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/comboex/comboex.asp)
ComboBoxEx Reference (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/comboex/reflist.asp)
All Windows controls (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/wincontrols.asp)
Thank you, donkey!
That's just what I was looking for.
Silly me, always have problems with GUI controls.
Hi,
I made a help file some time ago that contains information and tutoriols on toolbars and rebar controls. I hope this will be of some help.
I had intended to add more controls to this help file, but have not had time to do so!
Regards,
Feel free to pass this file on to others.
AsmCoder
[attachment deleted by admin]