在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
1、添加System.Windows.Forms的引用。 2、在命名空间上using一下。 3、要实现的部分:
using System; using System.Runtime.InteropServices; namespace ThreadTest [DllImport("winInet.dll ")] static void Main(string[] args) int dwFlag = 0; Console.ReadKey(); } |
请发表评论