
sliverlight学习
文章平均质量分 74
w176236767
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Silverlight HtmlPage使用之一 弹出新窗口
<br />首先引用using System.Windows.Browser命名空间<br /> xaml代码<UserControl x:Class="SilverlightApplication1.HtmlPageControl"<br /> xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"<br /> xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml转载 2011-04-13 13:47:00 · 2059 阅读 · 0 评论 -
Silverlight HtmlPage使用之二 获得浏览器版本和系统版本信息
<br />xaml代码<UserControl x:Class="SilverlightApplication1.HtmlPageControl"<br /> xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"<br /> xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"<br /> xmlns:d="http://schemas.microsoft转载 2011-04-13 13:49:00 · 1257 阅读 · 0 评论