不进则退

Roger's blog @cnblogs

导航

统计

公告

昵称:Roger Wo
园龄:7年3个月
粉丝:0
关注:0

搜索

 
 

常用链接

随笔分类

随笔档案

我的网站

最新评论

阅读排行榜

评论排行榜

推荐排行榜

02 2005 档案

在.NET程序中控制系统音量
摘要: 在windows下控制系统音量,需要通过使用win32的WDM audio components(winmm.dll)来实现,为了方便起见,将其封装到了一个AudioMixerHelper类中,可以直接通过GetVolume()和SetVolume方法来改变音量。 using System; using System.Runtime.InteropServices; ...阅读全文

posted @ 2005-02-22 16:43 Roger Wo 阅读(2340) | 评论 (7) 编辑

Winform下通过控件名称来获取控件
摘要: 以前一直在Webform下用Control.FindControl(string)方法来获取页面上的某个控件,可是Winform下面的ControlCollection却没有提供FindControl的方法: http://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemwindowsformscontrolcontrolcollect...阅读全文

posted @ 2005-02-07 16:53 Roger Wo 阅读(1655) | 评论 (1) 编辑

关于AD编程的一些资料
摘要: 有人问我怎样在.NET下操作AD对象,找了些资料和Sample,留作备用。阅读全文

posted @ 2005-02-04 16:24 Roger Wo 阅读(1499) | 评论 (0) 编辑