wangyu1204

导航

2015年7月16日 #

AU3(AutoIt v3.3.12)编译问题

摘要: 很久没碰au3了,最近下了新版3.3.12,用“Compile with Options”编译时发现,经常不出现编译选项窗口,而是直接编译。何故?通过注册表,看了下,编译选项相关的键值: "C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\Aut... 阅读全文

posted @ 2015-07-16 12:51 wangyu1204a 阅读(724) 评论(0) 推荐(0)

2011年12月14日 #

学习C#下注册表编程:获取网卡信息(未控制异常)

摘要: 随手写的一段,win7和xp sp2下测试可用,如果ip设置自动获取会报错。using System;using Microsoft.Win32;namespace GetNetworkCardInfo{ class Program { static void Main(string[] args) { using (RegistryKey Root_Key = Registry.LocalMachine, NetworkCards_Key = Root_Key.OpenSubKey(@"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Net 阅读全文

posted @ 2011-12-14 20:02 wangyu1204a 阅读(390) 评论(0) 推荐(0)