yukisaw

Untitled

Jun 4th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.38 KB | None | 0 0
  1. String StartHTML = "<HTML><HEAD></HEAD><DIV><iframe width=\"" + IntToStr(web->Width) +"\" height=\""
  2.                     +IntToStr(web->Height-5)+ "\" src=\"";
  3. String EndHTML = "\" frameborder=\"0\"> </iframe></DIV></HTML>";
  4. String youtube = "https://www.youtube.com/embed/kxopViU98Xo";
  5. web->Silent = true;
  6. web->Navigate(L"about:blank");
  7. ToBrowser(StartHTML+youtube+EndHTML,web);
Advertisement
Add Comment
Please, Sign In to add comment