日新阁

取日三省之意,记生活珠玑,每日清新,谓日新阁.

 

2007年5月30日

阻止DataGird 的某一列排序

摘要: public class MyDataGrid : DataGrid { protected override void OnMouseDown(MouseEventArgs e) { Point pt = new Point(e.X, e.Y); DataGrid.HitTestInfo hti = this.HitTest(pt); if(hti.Type =... 阅读全文

posted @ 2007-05-30 15:51 flashicp 阅读(175) 评论(0) 推荐(0) 编辑

DataGrid隐藏列

摘要: 3种方式:1)利用DataSet's ColumnMapping property // Creating connection and command sting string conStr = @"Provider=Microsoft.JET.OLEDB.4.0;data source=C:\northwind.mdb";string sqlStr = "SELECT * FROM Emplo... 阅读全文

posted @ 2007-05-30 15:45 flashicp 阅读(3592) 评论(0) 推荐(0) 编辑

对ActiveX控件进行注册

摘要: 使用Regsvr32.exe程序对ActiveX控件进行注册----对于未注册过的ActiveX控件可使用此软件对其进行注册,外来ActiveX控件要应用到自己的程序中也必须进行注册。该文件位于Windows目录的system子目录下。使用方法如下:点击“开始”→“运行”;在运行对话框中输入以下命令:regsvr32 注册一个ActiveX控件regsvr32 /u 解除某Act... 阅读全文

posted @ 2007-05-30 15:34 flashicp 阅读(307) 评论(0) 推荐(0) 编辑

导航