"Eric C. Hansen" wrote:
>
> The 3 means that the user is not allowed to type in there own data into the
> combobox control. I use this often since I only want the user to be able to
> select what I give them to select.
Thanks for that answer. I had asked about a month or 2 ago on this list
how to keep a user from inputing in a combobox, and didn't recieve an
answer. I ended up going with a Listbox. The only problem was I couldn't
figure out how to get a listbox to drop down. 5 listboxes on a screen
with an average of 10 items each start taking up a good bit of screen
space. Time to go make a few changes...
Oh, before I go, do you happen to have a list of all the options? Or at
least a pointer to where I can find them. I've looked through the MSDN a
bit but it seems to give you the WS_ etc. stuff without the numbers that
they corespond to. The problem I had with that is Win32::GUI doesn't
seem to implement them all.
Thanks,
Rob Rogers