随笔分类 -  Silverlight

Silverlight
Silverlight 完美嵌入HTML网页 可以不用开启 windowless=true 模式
摘要:由于先前写过一文章是关于Silverlight 嵌入 HTML 网页 的文章,但用这些控件需开启windowless=true 模式,从而导致不能输入 textbox 不能输入中文,为了解决此问题,为Silverlight开发人员能够更好的在Silverlight 中嵌入网页,本人于是特制写了一个Silverlight 嵌入网页的控件以供广大程序员使用;控件名称叫:WillisHtml使用方法及参数说明:属性: 1、 HtmlControlLeft: 距离左边的距离; 2、HtmlControlTop :上边距离 3、HtmlControlId: 控件ID 4、NavigationUrl: . 阅读全文
posted @ 2011-06-02 14:36 willis_wu 阅读(4826) 评论(16) 推荐(1)
Silverlight 4 WebBrowser的使用及调用 WebBrowser 中的 javascript 方法
摘要:下面是MSDN的使用说明:The following example shows how to handle theScriptNotifyevent. In this example, theInvokeScriptis called, which in turn calls theLoadSearchfunction in the following HTML.The HTML file must be hosted in the same domain as the Silverlight application. The Javascript within the HTML page 阅读全文
posted @ 2011-05-31 15:43 willis_wu 阅读(2009) 评论(0) 推荐(0)
Silverlight 功能其全的PDF 控件
摘要:最近在网上查询Silverlight HTML 的资料时,无意发现了一个好用的查看PDF文件的控件,以在推荐给大家,以下就英文原版,由于时间关系本人就不翻译了,看不懂的可以用GOOGLE 翻译一下,Silverlight viewer sample codeThe following section contains a brief description of the included SilverDox sample projects, found inSilverDoxSDK/Samples.+Tutorial SampleThis is the simplest sample, ill 阅读全文
posted @ 2011-05-31 09:01 willis_wu 阅读(5961) 评论(4) 推荐(3)
Silverlight嵌入HTML和Flash和PDF文件
摘要:在Silverlight中嵌入HTML、Flash和PDF文件,请按以下进行 HtmlHost 网站:http://www.divelements.co.uk/silverlight/tools.aspx 下载:http://www.divelements.co.uk/silverlight/SilverlightTools.1.0.1.zip 控件下载:http://files.cnblogs.com/waren168/SilverlightTools.1.0.2.zip 接着,就对该组件进行介绍并且通过实际范例讲述该组件的应用。 1、基本特性 组件所在命名空间: Divelements.S 阅读全文
posted @ 2011-05-30 08:53 willis_wu 阅读(1806) 评论(2) 推荐(0)