All pastes #2035121 Raw Edit

MY.vb

public text v1 · immutable
#2035121 ·published 2010-12-31 15:25 UTC
rendered paste body
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        ProgressBar1.Value = 100
    End Sub
End Class