摘要:
using System;using System.Windows.Forms;using System.Runtime.InteropServices;namespace ListViewNav{ public partial class Form1 : Form { public Form1() { InitializeComponent(); ShowBorder(listView1.Handle, false); ShowBorder(listView2.Handle, false); ShowBorder(listView3.Handle, false); } const int G 阅读全文
posted @ 2011-12-01 15:54
钻石眼泪
阅读(1207)
评论(0)
推荐(0)
浙公网安备 33010602011771号