- 博客(5)
- 收藏
- 关注
转载 下载网上资源并存储到本地
public void DownLoadConfigurationFile(string ID) { if (string.IsNullOrEmpty(ID)) { string configFilePath = ConfigurationManager.AppSettings["Config"]; string MachineInfoNmae = "MachineInfo"; stri...
2012-01-07 18:59:00
155
转载 Control 通过Behavior监听键盘操作
View Code 1 <UserControl x:Class="Coinstar.Coin.Kiosk.Administration.Ui.ServiceMode.Views.IOBoardDeviceView" 2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentatio...
2011-12-23 16:56:00
178
转载 WPF简单动画之加载本地图片集
view 代码如下:View Code 1 <Grid> 2 <Grid.RowDefinitions> 3 <RowDefinition Height="50"/> 4 <RowDefinition Height="*"/> 5 <...
2011-12-17 15:45:00
187
转载 Behavior与View交互的用法
button 通过Behavior操作textbox内的textView 代码如下:View Code 1 <UserControl x:Class="TestApp.Views.TestView" 2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 3 ...
2011-12-17 11:36:00
215
转载 根据网络URL地址转换图片
代码如下:Code Behind 1 void MainWindow_Loaded(object sender, RoutedEventArgs e) 2 { 3 string imgURL = "http://www.***.com/***.jpg"; 4 if (!String.IsNullOrEmpty(imgURL)) 5 { 6 ...
2011-12-07 17:57:00
2230
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人