04 2010 档案

摘要:我的环境是:windows server 2008 datacenter + IIS7.0 + VS2010 RC我用的是ms提供的sample,使用其提供的bat文件来设置环境的:bat内容如下:@echo offiisreset /stopmkdir %SystemDrive%\inetpub\wwwroot\ServiceModelSamples\binVER | FINDSTR /c:" 6.0." NULIF NOT ERRORLEVEL 1 ( IF EXIST %windir%\system32\inetsrv\appcmd.exe ( %windir%\system32\in 阅读全文
posted @ 2010-04-25 20:21 linus_wang 阅读(534) 评论(0) 推荐(0) 编辑
摘要:如果动态创建WPF控件,动态捕捉控件的事件,以及定义属性等,上图是我学习后的一个效果图,后续会把实现的代码直接贴上来,我相信看代码是众网友的强项。以下是我的工程文件预览:App.xaml没动过,是系统生成的。MainWindow.xaml[xaml代码]Window x:Class="WpfMainApp.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainW 阅读全文
posted @ 2010-04-05 21:17 linus_wang 阅读(216) 评论(0) 推荐(0) 编辑