redndahead 0 Posted February 29, 2004 How do you add data to comboboxes in Au3GuiXP? red Share this post Link to post Share on other sites
Valik 478 Posted February 29, 2004 (edited) Semi-colon delimited list following the flag "data=". EnvSet("OBJ1.in", "type=combo|data=item1;item2;*item3;item4|w=100|h=100") Note: Untested. I am writing a huge wrapper for Au3GUIXP and I haven't created a single control by hand, so their may be typos or something in that. Edited February 29, 2004 by Valik Share this post Link to post Share on other sites