Jim078
September 23rd, 2001, 09:45 PM
I need a code that will add Saturday to a drop down list box with a name of cboDays. thanks
|
Click to See Complete Forum and Search --> : Help Please Jim078 September 23rd, 2001, 09:45 PM I need a code that will add Saturday to a drop down list box with a name of cboDays. thanks srinika September 23rd, 2001, 11:12 PM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |