摘要: private void barButtonItemHelp_ItemClick(object sender, ItemClickEventArgs e) { string v_OpenFilePath = @"C:/Program Files/TJWTCS/天津抄表软使用说明文档V1.0.doc"; //先判断文件是否存在,不存在则提示 if (!System.IO.File.Exists(v_OpenFilePath)) { MessageBox.Show("安装根目录下帮助文件不存在!", "操作提示"); return; } 阅读全文
posted @ 2010-07-11 15:09 deepwishly 阅读(256) 评论(0) 推荐(0) 编辑
摘要: http://www.cn-web.com/shtml/article/net/wform/2009/02/04/441.shtml dockPanel2.Dock = DockingStyle.Right; dockPanel2.Visibility = DockVisibility.Visible 阅读全文
posted @ 2010-07-11 14:48 deepwishly 阅读(349) 评论(0) 推荐(0) 编辑