News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Rebar & ComboBoxEx

Started by Dark Schneider, June 22, 2005, 01:10:19 PM

Previous topic - Next topic

Dark Schneider

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'.

ToutEnMasm

Hello,
http://www.microsoft.com/msj/1298/controlspy3/controlspy3.aspx
It's the best source of information on the subject.
                                ToutEnMasm

Dark Schneider

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.

ToutEnMasm

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


donkey

MSDN has all the information you will ever need on Windows intrinsic controls...

ComboBoxEx overview

ComboBoxEx Reference

All Windows controls
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable

Dark Schneider

Thank you, donkey!

That's just what I was looking for.

Silly me, always have problems with GUI controls.

AsmCoder

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]