资源列表
MAPBASIC12
- basic二次开发程序 ,难得啊辛苦得到的 -basic secondary development process, a rare hard to be the ah
openlayer
- info程序1 ,难得啊辛苦得到-info procedures a rare ah of the hard of
tianyanqigongswangzhan
- 一套非常不错的天然气有限公司,没有任何限制.可以直接使用-a very good Gas Limited, without any restrictions. Can be used directly
AUTO_LIB
- mapinfo程序 ,难得啊辛苦得到的 -MapInfo procedures, a rare hard to be the ah
FullScreenOfMfc
- 关于对话框如何实现全屏,vs2005中调试通过-dialog on how to achieve full screen, which debugging through vs2005
CoverMenu
- mapinfo二次开发,是不可多得的好东西 -MapInfo second development is a very good thing
enterprise_StandardOf_CHINA_MOBILE(2)
- 本技术方案主要针对中国移动目录销售业务进行要求。 本技术方案主要包括以下几方面的内容:业务特征、系统结构和组网原则、业务流程、计费结算要求、接口要求、设备要求、安全要求等。 本技术方案解释权属于中国移动通信有限公司,具体技术细节由中国移动通信研究院负责解释。 本技术要求起草单位:中国移动通信有限公司研究院 本技术要求主要起草人: -the technology program targeted at China Mobile catalog sales operatio
enterprise_StandardOf_CHINA_MOBILE(1)
- 本技术方案主要针对中国移动目录销售业务进行要求。 本技术方案主要包括以下几方面的内容:业务特征、系统结构和组网原则、业务流程、计费结算要求、接口要求、设备要求、安全要求等。 本技术方案解释权属于中国移动通信有限公司,具体技术细节由中国移动通信研究院负责解释。 本技术要求起草单位:中国移动通信有限公司研究院 本技术要求主要起草人: -the technology program targeted at China Mobile catalog sales operatio
NoDVDInstallvista
- vista硬盘安装,不用刻盘如果你现在正在使用XP或者 Windows2000系统的,没有Vista光盘或者没有DVD刻录机\\DVD光驱的,却又想安装一个纯VISTA系统的人,那你就看过来吧-vista hard disk installation, not Kepan If you are using Windows 2000 or XP system, no Vista CD or DVD Burner no \\ DVD drive. they want to install a pu
SD_interface_translation
- SD卡接口规范的完整翻译,非常好,我做sd卡硬件时就是参考这个的。-SD Card Interface Specification complete translation, very good, and I do sd card hardware this is the reference.
TextBoxmyj2
- 禁止在TextBox中输入 作者:土人 方法一:(有光标闪烁,输入、删除等操作无效) Text1.Locked = True 方法二:(无光标闪烁,不能输入、删除,界面变色、文字反白) Text1.Enabled = False 方法三:(有光标闪烁,可删除,不能输入) 此法用两个API函数,略为复杂些。请在标准工程添加两个按钮和一个文本框:-TextBox which prohibits the importation Author
RichTextmyj
- 打印对象在处理RichTextBox时由于忽视了Rich Text代码将不会工作得很好。为了打印RichTextBox,要使用SelPrint命令,但是SelPrint不是非常得友好,它按照自己的方式打印然后产生退纸动作。为了打印多页Rich Text,要找到每一页的开始和结束点,然后依此设置SelStart和SelLength,最后使用SelPrint打印出每一页。-Print object in RichTextBox when neglecting the Rich Text code w