0

I'm making custom app and I would like to show something like this in my windows form, eg. in panel.

<iframe src="http://www.game-state.com/iframe.php?ip=94.23.164.84&port=7777&bgcolor=363636&bordercolor=26A8FF&fieldcolor=FFFFFF&valuecolor=EDEDED&oddrowscolor=4D4D4D&showgraph=true&showplayers=true&graphvalues=EDEDED&graphaxis=FFFFFF&width=220&graph_height=105&plist_height=101&font_size=9" frameborder="0" scrolling="no" style="width: 220px; height: 371px"></iframe>

Is it possible?

Also I found this, but it doesn't work

panel.Controls.Add(new LiteralControl("<iframe src='mypage.aspx'></iframe>"));
Heretic Monkey
  • 11,687
  • 7
  • 53
  • 122
Mancek
  • 1
  • 1
    Seems like you want a WebBrowser control... – Heretic Monkey Mar 27 '20 at 14:02
  • ...and most probably also this: [How can I get the WebBrowser control to show modern contents?](https://stackoverflow.com/a/38514446/7444103) – Jimi Mar 27 '20 at 14:10
  • Thank you for answers, WebBrowser control works like a charm for this – Mancek Mar 27 '20 at 14:22
  • Does this answer your question? [How can I get the WebBrowser control to show modern contents?](https://stackoverflow.com/questions/38514184/how-can-i-get-the-webbrowser-control-to-show-modern-contents) – Jan Mar 27 '20 at 14:36

0 Answers0