
Sliverlight
logenliqiang
这个作者很懒,什么都没留下…
展开
-
键盘事件
<br />=======================前台=====================<br /><UserControl x:Class="SilverlightApplication10.keyevent"<br /> xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" <br /> xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" <原创 2010-06-30 20:55:00 · 186 阅读 · 0 评论 -
sliverlight时间触发器
<br />======================前台代码===========================<br /><UserControl x:Class="SilverlightApplication10.MainPage"<br /> xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" <br /> xmlns:x="http://schemas.microsoft.com/winfx/2006/原创 2010-06-29 22:03:00 · 216 阅读 · 0 评论 -
全屏控制
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" >============IMGES应放在ClientBin的img原创 2010-06-29 23:16:00 · 180 阅读 · 0 评论 -
Grid使用方法
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="400" Height="300">原创 2010-06-30 21:47:00 · 291 阅读 · 0 评论 -
动态添加LINE对象
<br /> Dim line1 As New Shapes.Line '定义LINE<br /> line1.X1 = 150 '点1X坐标<br /> line1.Y1 = 150'点1Y坐标<br /> line1.X2 = 80'点2X坐标<br /><br /> line1.Y2 = 250'点2Y坐标<br /> line1.StrokeThickness = 6<br /> line1.Stroke原创 2010-07-04 22:03:00 · 192 阅读 · 0 评论 -
操作HTML元素
<br />Imports System.Windows.Browser<br />Partial Public Class SilverlightControl1<br /> Inherits UserControl<br /> Public Sub New()<br /> InitializeComponent()<br /> End Sub<br /> Private Sub btn1_Click(ByVal sender As Object, ByVal e A原创 2010-07-08 22:29:00 · 178 阅读 · 0 评论 -
webrequest异步调用
<br />XAML:<br /><UserControl x:Class="SilverlightApplication10.webrequestSample"<br /> xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" <br /> xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" <br /> Width="600" Height="400"原创 2010-07-09 15:37:00 · 937 阅读 · 0 评论 -
弹出子窗口应用
<br />===========子窗口========ChildWindowShow==========<br /><controls:ChildWindow x:Class="SilverlightSocket.ChildWindowShow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:cont原创 2010-07-10 11:45:00 · 263 阅读 · 0 评论 -
教学站点
WPF视频:http://www.cnblogs.com/helloaspnet/archive/2010/03/23/1692905.html原创 2011-10-14 09:34:54 · 254 阅读 · 0 评论