nieyangjie

2012年5月1日

C#读硬盘序列号的原代码

摘要: public class ide { [structlayout(layoutkind.sequential, charset=charset.ansi)] internal struct idsector { public ushort wgenconfig; public ushort wnumcyls; public ushort wreserved; public ushort wnumheads; public ushort wbytespertrack; public ushort wbytespersector; public ushort wsectorspertrack; [ 阅读全文

posted @ 2012-05-01 20:25 nieyangjie 阅读(316) 评论(0) 推荐(0) 编辑

命令行编译器vbc.exe和csc.exe的使用

摘要: 命令行编译器vbc.exe和csc.exe的使用 文件位置: C:\WINDOWS\Microsoft.NET\Framework\v3.5Titlevbc:MSDN相关 http://msdn.microsoft.com/library/chs/default.asp?url=/library/CHS/vblr7/html/valrfvbcompileroptionslistedbycategory.asp csc:MSDN相关 使用 C# 2.0 命令行编译器 将quote.vb编译成quote.dll文件,使用的命令是:vbc.exe,我用的机器上装的是win server 2003 . 阅读全文

posted @ 2012-05-01 20:22 nieyangjie 阅读(628) 评论(0) 推荐(0) 编辑

导航