Visual Basic 2017

Thursday, November 2, 2017

How to get number of items in ListBox

November 02, 2017 1
How to get number of items in ListBox is very easy in Visual Basic 2017. Let say we have a listbox populated with some items. We need to put the number...
Read More

Monday, October 30, 2017

How to Save ListBox Items to Text File using OpenFile Dialog

October 30, 2017 0
To explain How to Save ListBox Items to Text File using OpenFile Dialog I will use 3 buttons and 1 ListBox. Button1 = Add items Button2 = Save...
Read More

Friday, October 27, 2017

How to read a text file in Listbox opened with OpenFileDialog

October 27, 2017 0
Knowing how to read a text file in Listbox is essential part in Visual Basic 2017 programming. In this post I will teach you how to do it by using OpenFileDialog. First...
Read More

Thursday, October 26, 2017

How to remove multiple selected items in ListBox

October 26, 2017 0
To explain better how to remove multiple selected items in ListBox I will use the form structure from the previous post "How to remove selected item in...
Read More

How to remove selected item in ListBox?

October 26, 2017 0
In Visual Basic 2017 to remove selected item in ListBox is the same as in the previous releases in Visual Basic Net editions. To solve this problem I...
Read More

Monday, October 16, 2017

How to Add Item in ListBox Control from TextBox

October 16, 2017 0
First create a form similar to the picture bellow! - 1 TextBox control - 1 Button - 1 ListBox control     Private Sub Button1_Click(sender...
Read More

Wednesday, October 11, 2017

Intro to Programming Using Visual Basic Coding Exercises

October 11, 2017 0
Learn VB .Net by doing programming projects for beginners Visual Basic .net is an excellent programming language. Beginners can appreciate it’s English-like...
Read More
Page 1 of 212Last