【ChengKing(ZhengJian)】

【ChengKing(ZhengJian)】

博客园 首页 联系 订阅 管理

文章分类 -  .Net使用DLL中的方法

一些很好的DLL方法对.Net仍然有用.
摘要:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data; using DxVBLib; namespace 播放音乐{ /// /// Form1 的摘要说明。 /// public cl... 阅读全文
posted @ 2005-11-15 23:51 【ZhengJian】 阅读(511) 评论(0) 推荐(0)

摘要:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data; namespace 模拟鼠标{ /// /// Form1 的摘要说明。 /// public class Form1 : Sys... 阅读全文
posted @ 2005-11-15 23:46 【ZhengJian】 阅读(394) 评论(0) 推荐(0)

摘要:(一). 说明 一个播放音乐的类,直接COPY就可以用了. 可用于自己编写的游戏等一些需要播放音乐的地方. 只要给它正在的文件名 就OK了. 具体看下面代码. (二).步骤 using System;//using System.Drawing;using System.Collections;using System.ComponentModel... 阅读全文
posted @ 2005-11-15 23:39 【ZhengJian】 阅读(481) 评论(0) 推荐(0)