摘要:delphi中scriptcontrol的高级应用(二)5、delphi中使用javascript的base64的加解密算法 搜索google:javascript base64加密 就会找到很多base64加密的代码,以下就是本人搜索到的一段代码(以下代码版权归其原作者):var base64encodechars = "abcdefghijklmnopqrstuvwxyzabcdef......
摘要:开发工具vb+access or delphi+access功能基本分:一、库存管理:二、进货管理:三、销售管理:四、支出管理:五、会计统计管理:六、用户权限管理:这六大块,由于是私单,价格不是很高,若有兴趣的高手请与我联系,我的qq是:12603811些信息有效期为05-03-21````05-03-36
......
delphi create Http link on your form
上一页 ...4) you will abide by any additional copyright restrictions which the author may have placed in the article or articles description. first, you need to create a button/label/whatever, then youll have this procedure... 【程序编程相关:
实现QQ窗体的缩入伸出功能
】 【推荐阅读:
使用HOOK随心监视Windows
】procedure tform1.button1click(sender: tobject); 【扩展信息:
Delphi中实现汉字拼音声母查询
】 const csoleobjname = internetexplorer.application; var ie : variant; begin ie := createoleobject( csoleobjname ); ie.visible := true; ie.navigate(http://www.mzsoft.cn); end; the unit that ull need for this application should be automatically added to the uses if not, just add uses comobj there but this only works if you have internet explorer installed. the second method should work regardless of your browser: shellexecute(0,open,http://www.mzsoft.cn,,,sw_shownormal); for this one, youll need to have uses shellapi the third method, consists of simply downloading a component that has http link, and adding it to your form, but thats up to you to look for one
摘要:用bcb和delphi开发opc监控程序
--wyddr
qq:490124
email:wyddr@whnew.com
看到论坛里面有人问bcb和delphi开发opc的问题,本人先前已做过摸索,这是本人的原创文章,希望给想做opc客户端的朋友引个路。如果你想转载,麻烦注明作者......