The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Dark Schneider on June 22, 2005, 01:10:19 PM

Title: Rebar & ComboBoxEx
Post by: Dark Schneider on June 22, 2005, 01:10:19 PM
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'.
Title: Re: Rebar & ComboBoxEx
Post by: ToutEnMasm on June 22, 2005, 01:47:39 PM
Hello,
http://www.microsoft.com/msj/1298/controlspy3/controlspy3.aspx
It's the best source of information on the subject.
                                ToutEnMasm
Title: Re: Rebar & ComboBoxEx
Post by: Dark Schneider on June 23, 2005, 04:23:06 AM
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.
Title: Re: Rebar & ComboBoxEx
Post by: ToutEnMasm on June 23, 2005, 04:58:55 PM
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

Title: Re: Rebar & ComboBoxEx
Post by: donkey on June 24, 2005, 03:06:55 AM
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)
Title: Re: Rebar & ComboBoxEx
Post by: Dark Schneider on June 24, 2005, 06:49:34 AM
Thank you, donkey!

That's just what I was looking for.

Silly me, always have problems with GUI controls.
Title: Re: Rebar & ComboBoxEx
Post by: AsmCoder on June 25, 2005, 12:04:10 PM
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]