摘要:
样式如下图! 这种带三态复选框的TreeView可以显示出 下级节点是否全部选中,是否有选中,在很多应用程序的开发中都可能会用到! 代码如下: // ---------------------------------------------------------------------------------------------// Copyright (c) 2004... 阅读全文
posted @ 2005-08-25 12:42
江大渔
阅读(2343)
评论(1)
推荐(0)
摘要:
今天试探性的打开了66.178.223.73的VS2005,添加了个Form和几个控件,里面的代码让我有点郁闷
Form1.cs里面基本没有什么代码
Using directives#region Using directives
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Windows.Forms;
#endregion
namespace WindowsApplication3
{
partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
阅读全文
posted @ 2005-08-25 11:44
江大渔
阅读(882)
评论(2)
推荐(0)

浙公网安备 33010602011771号