上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 37 下一页
  2008年11月18日
摘要: 像那些付费软件的注册算法一般是用什么算法? VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061224100656157.html 像那些付费软件的注册算法一般是用什么算法?如果我想给我的软件加密,使用那种算法比较好?前辈们给点意见啊 //转贴 DELPHI程序注册码设计 ... 阅读全文
posted @ 2008-11-18 14:20 delphi2007 阅读(443) 评论(0) 推荐(0) 编辑
摘要: 请问如何在Delphi环境下传参数给exe file? VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061224104751156.html 一个已经单独编译好的exe,是否可以在其他exe运行时传参数给它,更改一些值. 在winexec调用exe时可以实现吗? 谢谢! pi... 阅读全文
posted @ 2008-11-18 14:20 delphi2007 阅读(328) 评论(0) 推荐(0) 编辑
摘要: 这个STRING会结果显示什么 ? VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061224123020155.html procedure TForm1.Button1Click(Sender: TObject); var s: string[8] ; begin ... 阅读全文
posted @ 2008-11-18 14:20 delphi2007 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 初来乍到,请多多指教!先请教一个控件问题 VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061224131514154.html SendMessage(panel2.Handle,LB_SETHORIZONTALEXTENT, panel2.Width+30, 0); 这个方式可以给LIST... 阅读全文
posted @ 2008-11-18 14:20 delphi2007 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 我的table有一备注型字段,我现在能在Dbrid中显示这字段,但是不能在Dbgrid上编辑,如何才能编辑该字段? VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061224133933153.html 我的table有一备注型字段,我现在能在Dbrid中显示这字段,但是不能在Dbgrid上编辑,如何才能编辑该字段? 用... 阅读全文
posted @ 2008-11-18 14:20 delphi2007 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 移动窗体时,如何实时行到窗体的位置 VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061224150251152.html procedure Tfrm_Design.WMNCHitTest(var Msg: TMessage); begin Caption:=IntToStr(... 阅读全文
posted @ 2008-11-18 14:20 delphi2007 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 编译通过,可是运行时报错!!! VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061224154701151.html 大家帮忙看看,这个错误提示是什么意思? Error reading PrintDBGridEh1.PageFooter.TitleFont.Charset:Property ... 阅读全文
posted @ 2008-11-18 14:20 delphi2007 阅读(206) 评论(0) 推荐(0) 编辑
摘要: SHFileOperation 能不能做到当有相同文件或文件夹时,给出提示,是否覆盖? VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061223120233167.html RT 可以的。 fFlags := FOF_ALLOWUNDO; --------------... 阅读全文
posted @ 2008-11-18 14:20 delphi2007 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 新人有问题请教:怎样删除txt文件中不需要的行! VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061223140901166.html 如:我有3个txt的文件.分别为:1.txt;2.txt和3.txt. > %yyy //第一行 *xx... 阅读全文
posted @ 2008-11-18 14:20 delphi2007 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 这个是delphi的bug嘛??我晕了。 VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061223145902165.html for iLen := 0 to sNetDrivers.Count - 1 do begin ... 阅读全文
posted @ 2008-11-18 14:20 delphi2007 阅读(133) 评论(0) 推荐(0) 编辑
摘要: Image组件加载图片出现错误后如何让程序继续正常的运行? VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061223162659164.html 请问, Image组件加载图片出现错误后如何让程序继续正常的运行? 谢谢! try try {Load Imag... 阅读全文
posted @ 2008-11-18 14:20 delphi2007 阅读(341) 评论(0) 推荐(0) 编辑
摘要: ……OleContainer中嵌入WORD后,用什么办法显示滚动条???…… VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061224024201159.html 如题,谢谢 同时保持原有左边窗口不变! 放一个ScrollBox,然后把OLE放上去. OleContainer1.CreateObjectFromFile... 阅读全文
posted @ 2008-11-18 14:20 delphi2007 阅读(642) 评论(0) 推荐(0) 编辑
摘要: 关于TTreeView添加节点的函数 VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061224095004158.html procedure TForm1.FindLeechDom(Leechdomname: String;node: TTreeNode); var temp... 阅读全文
posted @ 2008-11-18 14:20 delphi2007 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 动态循环,个数可变的for语句 VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061223173939163.html 比如说: iArr: array of Integer; //长度可变 //----------------------------... 阅读全文
posted @ 2008-11-18 14:20 delphi2007 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 如何屏蔽汉字输入 VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061223175511162.html 请问有没有方法使Tedit不能输入汉字.或者选中该Tedit的时候就filter输入法. //包括粘贴也会过滤掉 procedure TForm1.Edit1Change(Sender: TObje... 阅读全文
posted @ 2008-11-18 14:20 delphi2007 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 控件绑定的问题 VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061223191633161.html 我动态创建了TCPServer,ADOonnection,一个socket对应一个数据库连接,想将TCPServer和ADOonnection绑定, 如下: for i := ... 阅读全文
posted @ 2008-11-18 14:20 delphi2007 阅读(136) 评论(0) 推荐(0) 编辑
摘要: Timer控制问题 VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061223220551160.html 现有2个过程A和B,A使用Timer控制每隔一定时间T执行一次,执行完成以后再执行B过程,如果B执行时间超过A的时间间隔T,这时Timer执行A的定时到了,程序会怎么处理?有没有其它好的方法去控制?线程吗 哈,进入... 阅读全文
posted @ 2008-11-18 14:20 delphi2007 阅读(180) 评论(0) 推荐(0) 编辑
  2008年11月5日
摘要: QQ添加好友时的验证码识别问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061102022023183.html QQ添加好友时的验证码识别问题 开发语言 delphi 给个思路??? 谁有代码,贴个上来,不胜感激 怎么就没人理我呀,UP 再次u... 阅读全文
posted @ 2008-11-05 09:32 delphi2007 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 在image中如何画出一个点? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061103142036182.html 请高手指教,最好能给个例子吧,^_^,不胜感激 C# 可以给你个例子但是delphi的没有 要用到什么函数吗?有那些关于画图的简单函数啊? gdi ... 阅读全文
posted @ 2008-11-05 09:32 delphi2007 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 在执行存储过程时我想在界面上显示时间进度 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061103143720181.html 在执行存储过程时我想在界面上显示时间进度 怎么做到?? 进度具体是啥意思,还有这个问题看起来好象是数据库方面的,怎么在"GAME... 阅读全文
posted @ 2008-11-05 09:32 delphi2007 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 加载图片时报错,请大虾帮忙看看! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061103170415180.html fbmp:TBitMap ; fbmp.loadfromfile('c:\abc.bmp'); 执行到这一步时报错,提示读stream时... 阅读全文
posted @ 2008-11-05 09:32 delphi2007 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 这个问题有点难。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061104112712179.html 我想得到其它应用程序的窗口大小和区域,不知道怎么办?请高手指点。 最好能有源代码。 var aRect: TRect; begin ... 阅读全文
posted @ 2008-11-05 09:32 delphi2007 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 窗口重画的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061104164858178.html 我在form窗口用TCanvas写了一行字,写在form的标题栏位置,当我调用Refresh方法的时候,字体仍然存在,单我在Form的客户区写东西时,调用Refresh就不存在了... 阅读全文
posted @ 2008-11-05 09:32 delphi2007 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 如何用DELPHI区分彩色图和黑白图(多色与单色)?? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061104175303177.html 如何用DELPHI区分彩色图和黑白图(多色与单色)?? 如何用DELPHI区分彩色图和黑白图(多色与单色)?? 急... 阅读全文
posted @ 2008-11-05 09:32 delphi2007 阅读(376) 评论(0) 推荐(0) 编辑
摘要: 如何实现沿路径的文字? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061105075819176.html 比如在Canvas上画了一条曲线,然后让文字沿着这条曲线排列 能给个例子最好,谢谢 在路径曲线上间隔一定距离取一点,在这些点上依此写出你的字符串中的每一个字.... 阅读全文
posted @ 2008-11-05 09:32 delphi2007 阅读(158) 评论(0) 推荐(0) 编辑
摘要: png保存到access中被加密,现解密了一部分,找一个高手来解完!如果ok付2K现金 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061106000334175.html 有一个access数据库有一个字段保存了png格式的图片,现在 我已经解密了其中的一部分(即已经... 阅读全文
posted @ 2008-11-05 09:32 delphi2007 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 截屏问题!急死了。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061106092726174.html 我想截屏时只截取指定区域,而不总是全屏,不知道该怎么做。 高手帮帮忙。。 var ghdc: hdc; gtop,gleft,gwid... 阅读全文
posted @ 2008-11-05 09:32 delphi2007 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 录音时,显示即时播形图,求助 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061106094422173.html 我想在录音的时候,同时显示出对应的波形数据,我用的是waveinstart系列函数,但是最终生成的wave文件中,并没有声音,用千千静听播放时,全是杂音,而且千千静... 阅读全文
posted @ 2008-11-05 09:32 delphi2007 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 加解密多媒体文件 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061106153805172.html procedure FileXor(qFileName : String); //加解密函数 var f... 阅读全文
posted @ 2008-11-05 09:32 delphi2007 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 用CANVAS随着鼠标的移动画出矩形 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061107153346171.html 我想用CANVAS随着鼠标的移动,在窗体上画出一个从起点到终点的矩形框.我在MOUSEDOWN里记录起点,然后在MOUSEMOVE里从起点到鼠标所在位置画矩... 阅读全文
posted @ 2008-11-05 09:32 delphi2007 阅读(500) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 37 下一页