摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Net.NetworkInformation;using ... 阅读全文
posted @ 2009-08-14 16:34 94cool 阅读(1737) 评论(0) 推荐(0)
摘要: 连续不断向listview中加载数据时界面会不停的闪烁public partial class Form1 : Form……{ private int counter = 0; public Form1() ...{ InitializeComponent(); } DoubleBufferListView lv = new DoubleBufferListView();... 阅读全文
posted @ 2009-08-14 14:29 94cool 阅读(750) 评论(0) 推荐(0)
摘要: // test.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include "test.h"#include <Wininet.h>#include <Sensapi.h>#ifdef _DEBUG#define new DEBUG_NEW#undef THI... 阅读全文
posted @ 2009-08-14 14:24 94cool 阅读(2716) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Management;namespace Record{ ... 阅读全文
posted @ 2009-08-14 09:26 94cool 阅读(359) 评论(0) 推荐(0)
摘要: C# code using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;namespace Hardware{ /// <summary> /// 下列所需函数可参考MSDN中与驱动程序相关的API函数 /// </summary>... 阅读全文
posted @ 2009-08-14 08:26 94cool 阅读(612) 评论(0) 推荐(0)