ProgressBar Application in Visual Basic NET(VB.NET)

Опубликовано: 04 Август 2026
на канале: XerxesNevinVEVO
1,994
2

In this Video i'm going to show you how to create a ProgressBar Application in Visual Basic.NET VB.NET

1. Open Visual Studio(in there visual basic.net) or simply Visual Basic.NET
2. Create a Windows Forms Application
3. Put a progress Bar and a button

The Codes in the video are (read and write carefully)
If you don't have Rad Tools, then Put the simple tools from the normal toolbox

Private Sub RadButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RadButton1.Click
NormalProgressBar.Value = NormalProgressBar.Value + 100
End Sub