上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 30 下一页
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;namespace MyCommanHelper{ //... 阅读全文
posted @ 2014-04-18 14:51 慧由心生 阅读(212) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Windows.Forms;namespace MyCommanHelper{... 阅读全文
posted @ 2014-04-18 14:50 慧由心生 阅读(223) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.OleDb;using System.Data;using System.Windows.Forms... 阅读全文
posted @ 2014-04-18 14:49 慧由心生 阅读(251) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace MyCommanHelper{ public class ConvertHelper { #reg... 阅读全文
posted @ 2014-04-18 14:47 慧由心生 阅读(226) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;using System.Drawing;using System.Collect... 阅读全文
posted @ 2014-04-18 14:44 慧由心生 阅读(2694) 评论(0) 推荐(0) 编辑
摘要: 1、问题:在与 SQL Server 建立连接时出现与网络相关的或特定于实例的错误。未找到或无法访问服务器。请验证实例名称是否正确并且 SQL Server 已配置为允许远程连接。解决方法: 打开“服务”-->启动相应 实例的 代理 服务器 阅读全文
posted @ 2014-03-28 11:08 慧由心生 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 整理了下对PageLayoutControl的基本功能操作using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;using ESRI.A... 阅读全文
posted @ 2014-03-11 17:10 慧由心生 阅读(7255) 评论(0) 推荐(1) 编辑
摘要: 整理了 MapConrol各基本功能的实现代码 阅读全文
posted @ 2014-03-10 10:55 慧由心生 阅读(19235) 评论(4) 推荐(1) 编辑
摘要: 1、 问题: Arcgis10.0 组件初始化失败 解决方法: ESRI.ArcGIS.RuntimeManager.BindLicense(ESRI.ArcGIS.ProductCode.EngineOrDesktop);该语句需要引用ESRI.ArcGIS.Version类库 2、 问题: 无嵌 阅读全文
posted @ 2014-03-06 11:56 慧由心生 阅读(23980) 评论(0) 推荐(2) 编辑
摘要: 在窗口里的层层嵌套SplitContainer后,出现最内层SplitContainer内部TocControl控件图层无法显示问题:加载完mxd后代后加上axTOCControl1.SetBuddyControl(axMapControl1)即可解决。不过若很多地方要加载mxd话,需要每个地方要加。最佳方法是在代码最开始执行的地方加上。譬如: public Form1() { InitializeComponent(); axTOCControl1.SetBuddyControl(axMapControl1); } 阅读全文
posted @ 2014-03-04 14:03 慧由心生 阅读(464) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 30 下一页