• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






Greyed Wolf

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2012年11月5日

How to make Captcha in unigui?
摘要: unit UniCaptcha;interfaceuses classes, Graphics, uniImage;type TUniCaptcha=class(TUniImage) private FChallenge:ShortString; procedure Render; public constructor create(Owner:TComponent);override; procedure SetChallenge(aChallenge :ShortString); published property Challenge :ShortString read FChallen 阅读全文
posted @ 2012-11-05 21:46 Greyed Wolf 阅读(425) 评论(0) 推荐(0)
 
Simple Accordion Menu that displays in UniHTMLFrame
摘要: Note... Most of the HTML code is from switchonthecode.com/tutorials/javascript-and-css-tutorial-accordion-menus so if you use please give their site a visit.To sample add a TUniLabel to MainForm called PCInfoLabel (case sensitive)Create a UniHTMLFrame and add the following code to UniHTMLFrame.HTML& 阅读全文
posted @ 2012-11-05 21:45 Greyed Wolf 阅读(405) 评论(0) 推荐(0)
 
播放flash的代码、参数
摘要: 在网上找到一段播放flash的代码,参数很多,谁能告诉我在网站中播放flash都有什么参数可以使用,哪里有参考文档,谢谢一、<OBJECT codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0 height=400 width=550 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>< PARAM NAME="_cx" VALUE="14552"> 阅读全文
posted @ 2012-11-05 17:24 Greyed Wolf 阅读(2105) 评论(0) 推荐(0)