Guest User

Untitled

a guest
Apr 25th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. `if(axVLCPlugin21.video.fullscreen == true)
  2. {
  3. Debug.WriteLine("Is fullscreen");
  4. pictureBox2.BringToFront();
  5. pictureBox2.Focus();
  6. pictureBox2.Show();
  7. }`
Add Comment
Please, Sign In to add comment