Public Class Form1
    Dim i As Integer = 0
    Dim j As Integer = 0

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        ' Timer1.Enabled = True

    End Sub

    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick

        i = i + 1
        ProgressBar1.Value = i
        If i >= 80 Then
            i = 0
            ProgressBar1.Value = 0
            Timer1.Enabled = False
            ProgressBar1.Visible = False
            MsgBox("completed")
          
        End If

 

    End Sub

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
       

        Timer1.Enabled = True
        'Timer1.Enabled = False

    End Sub

    Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
        Timer1.Enabled = False
        ProgressBar1.Value = 0
        i = 0

    End Sub

    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click

    End Sub
End Class

Home       |      About Us       |     Portfolio       |      Services       |       Career        |    Contact Us       |      Industrial Training        |      Achievement
Corporate Services
  Web Design and development
  Web Promotion (SEO)
  Multimedia/CD Presentation
  Software development

  E.Commerce

Training@balujalabs

  Software Courses
  Hardware Courses
  Networking.Courses
  Mobile Repairing Courses
  UGC Degrees
Student Corner
 Programming & Projects
 Placement Papers
 Project Ideas
 Synopsis Ideas

  Franchise Section

 Administrator
Franchise Inquiry
 
 

//PROGRAMM TO WORK ON PROGRESS BAR

 

 

 

 

 

 

 






1

// PROGRAM FOR FORM DISPLAY AND ADDITION AND GREATER IN WO NUMBER

2 //PROGRAM TO  USE CASE -FOR – AND  DO LOOP
3

// PROGRAM TO USE FUNCTION OF CLASS AND CALL IN FORM WINDOW

4 //PROGRAMM TO INSERT THROUGH DATAGRIDVIEW
5 //PROGRAMM TO CHECK DUPLICATE VALUE FROM TABLE
6

//PROGRAMM TO WORK ON PROGRESS BAR

7

//PROGRAMM TO CHEAK VALIDATION ON TEXTBOX AND USE OF METHODS AND HOW TO WORK ON ACCESS DATABASE DISPLAY AND HOW TO WORK ON CLASSLIBRARY

 


     
Home       |      About Us       |     Portfolio       |      Services       |       Career        |    Contact Us       |      Industrial Training        |      Achievement