
WPF
文章平均质量分 70
sclxf
大部分文章都是本人发呆之中,左手ctrl c, 右手ctrl v生产出来的。包括这句话。如有侵权,请告知。贵有恒,何以三更眠五更起;最无益,最怕一日曝十日寒。做事提前,不要推后。进步每一天。I Lovin Swimming
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Hosting Office in a WPF Application
Hosting Office in a WPF Application<br />http://linkroller.com/fullpage/ad/13754/?http%3A//www.drwpf.com/blog/Home/tabid/36/EntryID/3/Default.aspx转载 2010-09-14 22:40:00 · 1608 阅读 · 0 评论 -
创建可拖拉的图形及连接图形的线条
<br />使用wpf轻松创建可拖拉的图形,形状或控件,并且在这些对象之间用线条相连,在拖动对象时线条也跟随移动。<br />就像visio, powerpoint中一样的<br /> <br />转自 from: http://dvuyka.spaces.live.com/Blog/cns!305B02907E9BE19A!155.entry<br /> <br /> WPF. Draggable objects and simple shape connectors<br /><br />Last转载 2010-09-14 21:10:00 · 1978 阅读 · 2 评论 -
Hosting an ActiveX Control in WPF
<br />http://msdn.microsoft.com/en-us/library/ms742735.aspx<br /> <br /> Walkthrough: Hosting an ActiveX Control in WPF .NET Framework 4 Other Versions .NET Framework 3.5.NET Framework 3.0<br />Updated: Au转载 2010-09-14 21:31:00 · 1125 阅读 · 0 评论 -
WPF FlowDocuments (1) – Images, Shapes and Tables
WPF FlowDocuments (1) – Images, Shapes and Tables<br />http://vbcity.com/blogs/xtab/archive/2010/03/22/wpf-flowdocuments-1-images-shapes-and-tables.aspx<br /> <br />WPF FlowDocuments can be very rich in content. Mostly you’ll appreciate the ability to转载 2010-09-14 22:37:00 · 1344 阅读 · 0 评论 -
WPF Diagramming. Drawing a connection line between two elements with mouse.
<br />http://dvuyka.spaces.live.com/blog/cns!305B02907E9BE19A!171.entry<br /> <br /><br />This post will be tightly connected to "WPF. Draggable objects and simple shape connectors " article I've posted earlier so you should reference it for a better unde转载 2010-09-16 19:57:00 · 2373 阅读 · 0 评论 -
Hosting a Win32 Control in WPF 在wpf中使用win32 控件
<br />http://msdn.microsoft.com/en-us/library/ms752055.aspx<br /> Walkthrough: Hosting a Win32 Control in WPF .NET Framework 4 Other Versions .NET Framework 3.5.NET Framework 3.0<br />Windows Presentatio转载 2010-09-18 22:54:00 · 2215 阅读 · 0 评论 -
WPF调用Win32程序的方法
<br /> 在MSDN中有专门的章节提到了在WPF中嵌入Win32控件的办法,那就是使用 HwndHost ,只要把 Win32控件的句柄传递给 HwndHost 就可以了。MSDN中的例子演示的都是在同一个进程 内创建的 Win32控件,我一开始认为只要通过FindWindow等Win32API得到外部Win32程序的窗口句柄,然后将窗口句柄交给 HwndHost 就可以了。实现核心代码如下: <br /> protected override HandleRef BuildWin转载 2010-09-18 23:24:00 · 1201 阅读 · 0 评论 -
centering-text-on-a-wpf-shape
<br />http://thatstoday.com/article/1160750/centering-text-on-a-wpf-shape<br /> <br /> <br /> <br />In a WPF application I am building right now, I had a need to create different sets of shapes and put some text within those shapesThe various shapes I转载 2010-09-16 20:02:00 · 1163 阅读 · 0 评论