CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Help Please

  1. #1
    Join Date
    Sep 2001
    Location
    Indiana
    Posts
    6

    Help Please

    I need a code that will add Saturday to a drop down list box with a name of cboDays. thanks


  2. #2
    Join Date
    Jun 2001
    Location
    Sri Lanka
    Posts
    272

    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
  •  





Click Here to Expand Forum to Full Width

Featured