OnlineKnowledgeRepository
OnlineKnowledgeRepository
OnlineKnowledgeRepository
Would you like to react to this message? Create an account in a few clicks or log in to continue.


For Questions and Assistance please use the proper Category.. please..
 
HomeLatest imagesSearchRegisterLog in
Welcome guys!!.. In order for you guys to post your Questions and assistance requests,, please REGISTER first.. Only members can post.. If you have requests then feel free to email ADMIN neuron or SPAMMER onatzky.. thanks!
Search
 
 

Display results as :
 
Rechercher Advanced Search
Donation box
Latest topics
» Convert signed ZD to PD
how to populate combobox in vb.net during form load EmptyThu Sep 01, 2016 7:57 pm by neuron

» Abia State Polytechnic Admission form for 2013/2014 out!
how to populate combobox in vb.net during form load EmptyTue Oct 08, 2013 9:30 am by stevejoo

» Convert ZD to SIGNED PD
how to populate combobox in vb.net during form load EmptySun Sep 08, 2013 9:22 pm by neuron

» How to Speed Up My PC
how to populate combobox in vb.net during form load EmptyTue Feb 26, 2013 9:15 am by alphysudaria143

» Hi I'm alphysudaria143
how to populate combobox in vb.net during form load EmptySun Feb 17, 2013 12:25 am by alphysudaria143

» How to Copy all the Generations of a GDG
how to populate combobox in vb.net during form load EmptyThu Oct 11, 2012 8:30 am by neuron

» Remove Duplicates in a dataset though Sort
how to populate combobox in vb.net during form load EmptyThu Oct 11, 2012 8:23 am by neuron

» how to insert data into your access database vb.net
how to populate combobox in vb.net during form load EmptyTue Aug 14, 2012 9:56 am by neuron

» how to populate combobox in vb.net during form load
how to populate combobox in vb.net during form load EmptyTue Aug 14, 2012 9:53 am by neuron

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Help
Please support me my registering to NEOBUX
advertisements
how to populate combobox in vb.net during form load Banner3
Affiliates
free forum
 



 

 how to populate combobox in vb.net during form load

Go down 
AuthorMessage
neuron
Administrator
Administrator
neuron


Posts : 38
Join date : 2009-08-06

how to populate combobox in vb.net during form load Empty
PostSubject: how to populate combobox in vb.net during form load   how to populate combobox in vb.net during form load EmptyTue Aug 14, 2012 9:53 am

here is a sample code:

Code:


    Private Sub loadcomboboxmonth()
        Me.ComboBox1.DropDownStyle = ComboBoxStyle.DropDownList
        Me.ComboBox1.Items.Insert(0, "Show All")
        Me.ComboBox1.Items.Insert(1, "January")
        Me.ComboBox1.Items.Insert(2, "February")
        Me.ComboBox1.Items.Insert(3, "March")
        Me.ComboBox1.Items.Insert(4, "April")
        Me.ComboBox1.Items.Insert(5, "May")
        Me.ComboBox1.Items.Insert(6, "June")
        Me.ComboBox1.Items.Insert(7, "July")
        Me.ComboBox1.Items.Insert(8, "August")
        Me.ComboBox1.Items.Insert(9, "September")
        Me.ComboBox1.Items.Insert(10, "October")
        Me.ComboBox1.Items.Insert(11, "November")
        Me.ComboBox1.Items.Insert(12, "December")

        ComboBox1.SelectedIndex = 0

    End Sub

Back to top Go down
https://myonlinekr.forumotion.com
 
how to populate combobox in vb.net during form load
Back to top 
Page 1 of 1
 Similar topics
-
» How to populate a combobox in VB.NET
» Opening a FORM from another FORM
» How to open an access database and populate datagrid view in VB.NET
» How to add a dynamic clock in your VB.NET FORM
» Abia State Polytechnic Admission form for 2013/2014 out!

Permissions in this forum:You cannot reply to topics in this forum
OnlineKnowledgeRepository :: All About PC :: Programming :: VB.NET-
Jump to: