随笔分类 -  C#/Windows Forms

在Visual C#中运用API函数获取系统信息[转]
摘要:在Visual C#中运用API函数获取系统信息[转] Yesky 王凯明 API函数是构筑Windows应用程序的基石,是Windows编程的必备利器。每一种Windows应用程序开发工具都提供了间接或直接调用了Windows API函数的方法,或者是调用Windows API函数的接口,也就是说具备调用动态连接库的能力。Visual C... 阅读全文
posted @ 2006-12-03 21:56 蓝色随想 阅读(318) 评论(0) 推荐(0)
C#高级编程
摘要:C#高级编程(第3版)http://book.csdn.net/bookfiles/16/C#高级编程(第4版)http://book.csdn.net/bookfiles/140/index.html 阅读全文
posted @ 2006-10-27 14:28 蓝色随想 阅读(339) 评论(0) 推荐(0)
如何在c#中得到当前目录的路径
摘要:如何在c#中得到当前目录的路径 Application.StartUp ------------------------------------------------... 阅读全文
posted @ 2006-07-05 15:49 蓝色随想 阅读(1514) 评论(0) 推荐(1)