2012年9月5日

C#中WNetAddConnection2A的使用

摘要: using System;using System.Windows.Forms;using System.Runtime.InteropServices;using System.IO;namespaceNetConnect{publicpartialclassNetWareFileCopy:Form{ publicNetWareFileCopy(){InitializeComponent();}privatevoidbtNetCopy_Click(objectsender,EventArgse){NetWorkConnection();}#regionDefineNetWareConnec. 阅读全文

posted @ 2012-09-05 10:03 另一只兔子 阅读(6274) 评论(0) 推荐(1) 编辑

2012年9月1日

C# WinForm开发系列 - ComboBox

摘要: 包含自动完成下拉框,字体下拉框,电脑盘符,多列下拉框,带CheckBox,树型下拉框等.代码主要来自CodeProject,版权属于原作者.1.带自动完成功能的下拉框(.net 1.1使用,.net 2.0微软自带的ComboBox已有该功能) AutoCompleteComboBox_src.zip2.带CheckBox允许多项选择的下拉框 CheckBoxComboBox.zip3.自定义绘制下拉框 HtmlDropDownList_src.zip4.下拉出DataGrid MultiColumnCombo_src.zip MultiColumnComboSuggestionBox.zip 阅读全文

posted @ 2012-09-01 09:38 另一只兔子 阅读(310) 评论(0) 推荐(0) 编辑

2012年8月31日

C# WinForm 用MenuStrip动态生成菜单并动态加载事件

摘要: 最近在做WINFORM开发,一直都在为主界面的点击事件及动态加载菜单苦脑。现在已解决这个问题了,可以实现数据库或都XML等配置完成动态生成菜单及事件加载。代码如下:privatevoidForm1_Load(objectsender,EventArgse){//添加菜单一ToolStripMenuItemsubItem;subItem=AddContextMenu("入库",menuStrip1.Items,null);//添加子菜单AddContextMenu("添加入库",subItem.DropDownItems,newEventHandler(M 阅读全文

posted @ 2012-08-31 15:00 另一只兔子 阅读(1723) 评论(0) 推荐(0) 编辑

动态创建菜单,menustrip,根据权限显示菜单,控制菜单可用,反射,给窗体传值,反射对象传值,public static Object CreateInstance ( Type type, params Object[] args )

摘要: 文章來源: http://www.cnblogs.com/virusswb/archive/2008/07/03/1234889.htmlusingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.IO;usingSystem.Reflection;usingKimbanx.SecurityDiskSystem.FactoryToo 阅读全文

posted @ 2012-08-31 14:47 另一只兔子 阅读(322) 评论(0) 推荐(0) 编辑

2012年8月28日

[ASP.NET][C#]app.config與web.config的增加、修改、刪除操作

摘要: [ASP.NET][C#]app.config與web.config的增加、修改、刪除操作2011/2/21 11:28 | 閱讀數 : 12021 | 我要推薦| 4 Comments | 訂閱 應用程式組態檔,對於asp.net是web.config,對於WindowsForm程式則是App.config(執行檔名稱.exe.config)。組態檔對於程式本身來說,就是基礎和依據,其本質是一個xml檔案,對於組態檔的操作,從.net2.0開始就方常的方便了,提供了System.Web.Configuration與System.Configuration兩個命名空間,要使用它,需要加入參.. 阅读全文

posted @ 2012-08-28 16:09 另一只兔子 阅读(445) 评论(0) 推荐(0) 编辑

2012年7月28日

黄国酬老师的ExtPB.Net

摘要: 测试体验程序需要先下载安装客户端插件程序: http://www.dw2xls.com/download/extpb_net.rar安装完之后,用IE浏览器访问 http://www.dw2xls.com/Index.aspx如果熟悉Asp.net,也可以下载 ExtPB.Net的开发包和Demo程序的全部源码,学习测试。http://www.dw2xls.com/download/extpb_net_beta2.rar下载是Beta2的一些运行截图。销售订单工资项目设置基础资料设置人事档案管理Flash图表表格报表组件 阅读全文

posted @ 2012-07-28 09:04 另一只兔子 阅读(956) 评论(1) 推荐(0) 编辑

导航