码迷,mamicode.com
首页 > Windows程序 > 详细

c#用webkit内核支持html5

时间:2017-08-01 16:33:58      阅读:222      评论:0      收藏:0      [点我收藏+]

标签:art   ref   nbsp   cat   c#   分享   key   ace   oid   

【实例简介】经过测试可用

【实例截图】

技术分享

【核心代码】

 

 

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
using System;
using System.Windows.Forms;
 
namespace WindowsFormsApplication1
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
 
        private void button1_Click(object sender, EventArgs e)
        {
            webKitBrowser1.Navigate("http://www.ntfusion.net/casual-games/html5-fruity-annie.html");
        }
 
        private void button2_Click(object sender, EventArgs e)
        {
            webKitBrowser1.Navigate("http://resource.duopao.com/duopao/games/small_games/game/doudizhu/doudizhu.htm");
        }
    }
}

 

c#用webkit内核支持html5

标签:art   ref   nbsp   cat   c#   分享   key   ace   oid   

原文地址:http://www.cnblogs.com/zxtceq/p/7268992.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!