Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Public Class encloud
  2.     Private Sub Button5_Click(sender As Object, e As EventArgs) Handles Button5.Click
  3.         Form1.Show()
  4.         Me.Hide()
  5.     End Sub
  6.  
  7.     Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
  8.  
  9.         Dim Message, Title, MyValue
  10.         Message = "Introduce el SLOT"
  11.         Title = "SLOT"
  12.         MyValue = InputBox(Message, Title,) + "&output=3"
  13.  
  14.         Diagnostics.Process.Start("C:\Program Files\VideoLAN\vlc\VLC.exe", "http://172.28.4.174/api_proxy.php?command=play-input&channel=" + MyValue)
  15.  
  16.     End Sub
  17.  
  18.     Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
  19.         Dim Message, Title, MyValue
  20.         Message = "Introduce el SLOT"
  21.         Title = "SLOT"
  22.         MyValue = InputBox(Message, Title,) + "&output=3"
  23.  
  24.         Diagnostics.Process.Start("C:\Program Files\VideoLAN\vlc\VLC.exe", "http://172.28.4.175/api_proxy.php?command=play-input&channel=" + MyValue)
  25.     End Sub
  26. End Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement