02 2011 档案

摘要:水晶报表11.5使用总结:1、下载Crystal Reports 11.5多国语言版http://ftp1.businessobjects.com/webprod/crxi/14-50079-085.zip2、安装用的号网上流传的是专家版的号,不能集成到VS.NET中来,需要用到DEV开发版的号:B6W60-01CS200-000G970-0YA13、安装完需要注册:12314678904、发布时需要下载客户端发布包:http://support.businessobjects.com/去下载三个发布包,分别是:1、crXIr2_net_merge_modules.zip 发布.NET WIN 阅读全文
posted @ 2011-02-17 14:16 ccczqh 阅读(583) 评论(0) 推荐(0) 编辑
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->usingSystem;usingSystem.Collections;usingSystem.Text;usingSystem.Management;usingSystem.Text.RegularExpressions;namespaceKingthy.Windows.IPChanger.Providers{///<summary>///IPProvider的 阅读全文
posted @ 2011-02-10 09:30 ccczqh 阅读(259) 评论(0) 推荐(0) 编辑
摘要:http://msdn.microsoft.com/zh-cn/library/system.windows.forms.messagebox.show%28VS.80%29.aspxMessageBox.Show("提示信息", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);MessageBox.Show("警告信息!", "警告", MessageBoxButtons.OK, MessageBoxIcon.Warning);MessageBox. 阅读全文
posted @ 2011-02-10 09:13 ccczqh 阅读(394) 评论(0) 推荐(0) 编辑