2007年11月15日

WinForm 如何注册热键?

摘要: Q:WinForm 如何注册热键? A: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; usin... 阅读全文

posted @ 2007-11-15 00:57 代码王子 阅读(126) 评论(0) 推荐(0)

C#中有类似Delphi中Action的功能吗?

摘要: Q:C#中有类似Delphi中Action的功能吗? A:标准控件里没有,参考以下内容 ActionLists for Windows.Forms Simplifying GUI development with Actions 阅读全文

posted @ 2007-11-15 00:51 代码王子 阅读(122) 评论(0) 推荐(0)

c#里什么控件可以播放视频(avi)?怎么实现

摘要: Q: c#里什么控件可以播放视频(avi)?怎么实现 A: DirectShow MediaPlayer in C# 参考http://www.codeproject.com/cs/media/directshowmediaplayer.asp 阅读全文

posted @ 2007-11-15 00:39 代码王子 阅读(483) 评论(0) 推荐(0)

导航