摘要: 初次尝试,用Expression Blend设计动画,然后在VS 2008中通过编码将动画指派给需要它的控件,感觉不错。WPF is interesting! I'm a desinger and developer!!OutlookBar.xml:<UserControlx:Class="KingUCLs.OutlookBar"xmlns="http://schemas.microsoft... 阅读全文
posted @ 2007-12-28 17:06 AskWeee 阅读(994) 评论(0) 推荐(0) 编辑
摘要: CustomControl:[MSDN]如果想要创建一个用于 Windows 窗体的完全自定义的控件,则要从 Control 类继承。尽管从 Control类继承对计划和实现有更高的要求,但它也使能够使用的选项最多。当从 Control继承时,就继承了使控件能够运行的最基本功能。Control类的固有功能包括:处理用户通过键盘和鼠标的输入,定义控件的边界和大小,提供窗口句柄,以及提供信息处理和安全... 阅读全文
posted @ 2007-12-28 15:07 AskWeee 阅读(481) 评论(0) 推荐(0) 编辑
摘要: 在卸载了VS2005后,在VS2008中打开项目,竟然提示:Compiler could not be created.惶恐!repaire/reinstall...,try again,不行!!汗!!!马上GG,NND,so easy:rename "CURRENT_USER\Software\Microsoft\visualstudio\9.0" to "...\9.0_anyname",tr... 阅读全文
posted @ 2007-12-28 12:21 AskWeee 阅读(1029) 评论(1) 推荐(0) 编辑