Add HTML to C# Form

Hi guys,

I would like to know how I can add some html code into my Windows application in C#

To be more specific an <iframe> . What I would like to do is add my XBOX 360 Gamertag to the front of my Form.

<iframe src="http://gamercard.xbox.com/insertgamertaghere.card" scrolling="no" frameBorder="0" height="140" width="204"></iframe>

Any advise would be great.

Many thanks.

Sten



Answer this question

Add HTML to C# Form

  • hr9611439

    cgraus wrote:

    You can place a web browser control in your app, then you can pass it whatever HTML you like. You can't use HTML to define your UI in general. It looks like you want to add a web browser and pass it the URL to your gamercard.

    Thanks for the reply. I'll give that a go.

    Regards,


    Sten


  • waynes world

    You can place a web browser control in your app, then you can pass it whatever HTML you like. You can't use HTML to define your UI in general. It looks like you want to add a web browser and pass it the URL to your gamercard.



  • AlanuB

    Thanks so much. Works great! Just what I need.

    http://img132.imageshack.us/my.php image=xboxgamertag6mh.jpg


  • Add HTML to C# Form