|
-
Aug 7th, 2001, 08:15 AM
#5
Originally posted by beachbum
Hi
Don't want to go to crazy on a simple post but just to also state that is good idea to clear combo box before filling... Combo1.Clear... and also to set the ListIndex property after filling it with Additem.... Combo1.Listindex = 0 for eg.
Regards
Stuart
That's true but if you fill it in the Form_Load event you don't really need to clear it if you haven't set any items during design-time.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|