Guest User

Untitled

a guest
Mar 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Private Sub timer1_Tick(ByVal sender As Object, ByVal e As EventArgs)
  2. Dim num1, num2, num3 As Integer
  3.  
  4. Dim r As New Random()
  5. bunifuProgressBar1.Value = r.Next(0, 100)
  6. bunifuProgressBar2.Value = r.Next(0, 100)
  7. num2= bunifuProgressBar2.Value== r.Next(0, 100)
  8. bunifuProgressBar3.Value = r.Next(0, 100)
  9. num3=bunifuProgressBar3.Value== r.Next(0, 100)
  10. bunifuLabel6.Text = $"<table><tr><td><b style='font-size: 40px;'>{num1.ToString()}</b></td></tr><tr><td><b style='color: white;'>BACK-END</b></td></tr></ table > "
  11. bunifuLabel7.Text = $"<table><tr><td><b style='font-size: 40px;'>{num2.ToString()}</b></td></tr><tr><td><b style='color: white;'>FRONT-END</b></td></tr></ table > "
  12. bunifuLabel8.Text = $"<table><tr><td><b style='font-size: 40px;'>{num3.ToString()}</b></td></tr><tr><td><b style='color: white;'>DESIGN</b></td></tr></ table > "
  13.  
  14. 'calling the chart function
  15. display_Chart(r)
  16.  
  17.  
  18. End Sub
Add Comment
Please, Sign In to add comment