WPF
文章平均质量分 84
tx183584
这个作者很懒,什么都没留下…
展开
-
WPF 自制文本下拉框,类似在百度中输出关键字,会弹出一些选项
好像wpf没有现成的组件.自己就用用户控件写了一个using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Windows.Data;using System.Windows.Documents;using System.Windows.Inpu原创 2011-05-14 21:21:00 · 3238 阅读 · 0 评论 -
WPF实现下雪效果 ...
<br />using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Windows.Data;using System.Windows.Documents;using System.Windows.Input;using System.Wi原创 2011-05-14 21:26:00 · 2151 阅读 · 0 评论 -
wpf 在win7边缘最大化
只能用这种比较笨的办法来禁止.利用定时器,来检测窗口的状态 struct TargetWinInfo { public Window TagertWin; public Double Height; public Double原创 2011-08-12 11:13:21 · 1240 阅读 · 0 评论