Re: Problem with values in Combobox under XP and 2000
larrydalooza <[email protected]>
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
> I have a strong problem aggravating! > > I wanted to create a prettier program, I succeeded in XP BUT does > not function in Windows 2000. Set the height for your combo to be more than 21 ... heright should be what you want the drop list to be... XP automagic does it... 2000 needs explicit set... set height to 200 or so. Lar.