|
-
September 23rd, 2001, 09:45 PM
#1
Help Please
I need a code that will add Saturday to a drop down list box with a name of cboDays. thanks
-
September 23rd, 2001, 11:12 PM
#2
Re: Help Please
r u new to VB?
If the String "Saturday" is to be put to the Combo Box (or list box)
cboDays.AddItem "Saturday"
If it is to be displayed
cboDays.ListIndex = 0
Srinika
If u don't know how to Rate an answer, then Rate my answer to learn, If u know, then practice it 
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
|