Press "Enter" to skip to content

Posts published in “VB Programs”

Stopwatch in Visual Basic Using Timer

How to Make a Stopwatch in vb.net using Timer Tip Abstraction:         This tutorial says that how to create a simple stopwatch…

Find and Replace a Text in Visual Basic

Find and Replace a String in TextBox, ListBox and ComboBox  Tip Abstraction:         Here you can search a text from a listbox,…

Prime Number Program in VB using For Loop

Check and Generate Prime Numbers in Visual Basic Program Abstraction:   This article contains two VB program. One contains the login of prime number and second…