VB 6.0 - Display data in ComboBox

6:18:00 PM
In this tutorial we will share about Display data in ComboBox using VB 6.0. You can practice with me.
Please design Form1 in VB 6.0 like below picture :
at Combo1, we will show or display data gender. you can place code below :
Private Sub Form_Load()
Combo1.Clear
Combo1.AddItem "Male"
Combo1.AddItem "Female"
End Sub

and then, Please run your project
Here the result :

You can click here to download project / source code above

Artikel Terkait

Next Article
« Prev Post
Previous Article
Next Post »
Penulisan markup di komentar
  • Untuk menulis huruf bold silahkan gunakan <strong></strong> atau <b></b>.
  • Untuk menulis huruf italic silahkan gunakan <em></em> atau <i></i>.
  • Untuk menulis huruf underline silahkan gunakan <u></u>.
  • Untuk menulis huruf strikethrought silahkan gunakan <strike></strike>.
  • Untuk menulis kode HTML silahkan gunakan <code></code> atau <pre></pre> atau <pre><code></code></pre>, dan silahkan parse dulu kodenya pada kotak parser di bawah ini.
Konversi Code
Disqus
Silahkan Berkomentar Dengan