I need help
I want to create a program with a progress text in VB, something like that ->https://www.youtube.com/watch?v=07tvYOXJJOw
It's possible?
Thanks for help




Posted 20 January 2013 - 05:08 AM
Posted 20 January 2013 - 05:17 AM
progressTextBox.Text = progressTextBox.Text & "\nSome new progress information"
Posted 20 January 2013 - 05:45 AM
Posted 20 January 2013 - 05:48 AM
Posted 20 January 2013 - 05:56 AM
Posted 21 January 2013 - 11:31 AM
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
ProgressBar1.Increment(1)
If ProgressBar1.Value = ProgressBar1.Maximum Then
Timer1.Stop()
Dim key As Integer
key = (Rnd() * 2 + 1)
Select Case key
Case 1
MsgBox("KEY: 89473906543680")
Case 2
MsgBox("Your Keygen's Expired, CLICK OK TO UPDATE")
End Select
End If
Posted 21 January 2013 - 11:58 AM
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
