上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 37 下一页
  2009年2月11日
摘要: 各位大侠帮忙答下~~~~填空 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208133825223.html 某程序中有如下的对窗口fmXX的操作 if not Assigned(fmXX) then ... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(101) 评论(0) 推荐(0)
摘要: 关于FileSize的小问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208135104222.html AssignFile(f,getPath+'\'+filename); Reset(f); size:=FileSize(f); ... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(268) 评论(0) 推荐(0)
摘要: 高分求FP-tree算法用Delphi实现 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208140243221.html 如题! 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(143) 评论(0) 推荐(0)
摘要: 寻找一个可以在Delphi中使用的hash表类 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208160629220.html 轻量级的,只要能够使用字符串作为键值的即可。 我找到一个HashTrie,编译出来一大堆警告还不说了, 而且速度也是具慢无比。 ... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(254) 评论(0) 推荐(0)
摘要: 怎样实现模块间的参数传递?急急急!!!!!!!!! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208171655219.html 我现在做一个简易的登录器,由一个登录界面,及登录后的一些模块,但登录成功进入另一个模块后,我需要知道当前是谁登录的系统,好久都想不通,请高人指点,谢谢! ... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(159) 评论(0) 推荐(0)
摘要: 怎么在程序运行的时候出现和DELPHI下一样的调试信息??? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208192442218.html 这个是远程连接SQL,只需要输入IP和SQL用户和密码就可以连接,但不管是IP错误还是用户或者密码错误程序的SHOWMESSAGE都只是一样的信... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(114) 评论(0) 推荐(0)
摘要: 查询表的总行数的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208235833217.html 在delphi中我查询了数据表总数,要把这个值赋给一个变量怎么操作? 不好意思我不能给分了.大家义务帮我下吧~~ 是把“表的总行数”这个整型数赋值给变量是吧? ... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(189) 评论(0) 推荐(0)
摘要: 如何对一个RichEdit查询,并把查询出来的结果放到另一个RichEdit里, Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061209085300216.html 现有两个RichEdit控件,richedit1里 显示接收到的数据,每条数据 用回车分开,现要实现对RichEdi... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(189) 评论(0) 推荐(0)
摘要: delphi interface 会不会导致内存泄漏? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061209123404215.html 讨论一下:为什么接口不需要释放,也不会导致内存泄漏?是否是垃圾收集类再起作用?或者编译器对接口有独特的处理? 引用计数的,为0时释放 delphi的... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(201) 评论(1) 推荐(0)
摘要: 关于rave报表使用的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061209123625214.html 我已在rave报表中的band和databand中添加内容,为何预览的时候没有东西显示出来? 各位高手帮帮忙啊~~ 急啊,各位帮帮忙啊 注意设置打印区域啊,如果你没设置区域是不... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(135) 评论(0) 推荐(0)
摘要: 有谁知道这种文本显示效果是怎样实现的 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061209142625213.html 有谁知道这种文本显示效果是怎样实现的,特别是中间哪条灰色分隔线是怎么实现的。 程序界面截图 http://www.52ebooks.co... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(97) 评论(0) 推荐(0)
摘要: "获得主机名和IP地址" 和 "监测局域网内计算机" Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061209192223212.html 哪位大虾可以帮帮忙啊,帮我把这两段程序分析一下啊,万分感激!!!!!! 获得主机名和IP地址: hostName; ... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(307) 评论(0) 推荐(0)
摘要: 取表的最大编号 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061210224437206.html 为什么我查出来都是没有值的....请大家指点... 请把你的语句贴出来,好吗? query3.SQL.Add('select max(id) as maxid from ... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(148) 评论(0) 推荐(0)
摘要: VC与Delphi中的数组问题及VC写的DLL与Delphi兼容性问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061210224541205.html 问题1:我想问一下vc中的2维char*数组与Delphi中的2维pchar数组结构是否相同? 问题2:还有C++可以有动态... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(189) 评论(0) 推荐(0)
摘要: 很奇怪的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061211004332204.html 我用idhttp控件的get方法得到一个网页的源码,存成一个string类型,可是当我在里边用pos函数查找一个子串时,发现每次得到的字串位置都不一样,我感到很困惑。是不是使用长字符串造成的呢... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(86) 评论(0) 推荐(0)
摘要: 高手来瞧瞧,到底哪个过程被调用? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061209215840211.html procedure Confused(I: Integer); overload; ... procedure Con... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(77) 评论(0) 推荐(0)
摘要: RvQueryconnection连接问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061209230255210.html RvQueryconnection怎么用,连接Rave报表的代码怎么写。谢谢各位~ 就是对用QUERY查询出来的内容进行报表打印 各位帮帮忙啊 顶的起... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(111) 评论(0) 推荐(0)
摘要: FFT算法实现 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061210124307209.html type TComplexData = record //自定义复数类型 vReal,vImaginary: Double;... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(428) 评论(0) 推荐(0)
摘要: 我们的程序有一个框架, Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061210191221208.html 我们的程序有一个框架, 综合管理信息系统维护及参数配置 这个程序下,有一个“菜单项定义表”窗口; 窗口上有一个表,其字段台如下; ... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(168) 评论(0) 推荐(0)
摘要: fft信号分析的实例 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061210220741207.html 求delphi实现fft信号分析的实例?谢谢!急急急急急急急急急急急急急急急急急急急! 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(219) 评论(0) 推荐(0)
摘要: 请教去除一个几万行的文本文件数据重复的算法 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061211021429203.html 有一个几万行数据的文本文件,一行为一个数据,请问用什么算法去掉重复的数据才最有效率呢,自己弄的好慢,谢谢各位帮助。 顶上去,继续请教 只会笨办法。 ... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(387) 评论(0) 推荐(0)
摘要: 在Delphi7 报表如果横向打印,在线等! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061211082954202.html 如题! 看你用什么做打印了,quickreport,fastreport还是其他? 横向打印与报表打印软件关系不大吧!应该在打印机设置里面调整,包括页面大小、... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(150) 评论(0) 推荐(0)
摘要: 如何判断一个变量是否等于很多值中的一个? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061211105425201.html 变量temp, 如何判断temp是否等于 {1,2,3,4,7,8,11,12,45,58,56,94,54,5,48,321,123,456,789... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(621) 评论(0) 推荐(0)
  2009年2月3日
摘要: 如何用findwindowex遍历某个窗口里的所有子窗口? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061115233321224.html 如何用findwindowex遍历某个窗口里的所有子窗口? 用EnumWindows 同意老之,枚举窗口 这么晚还没睡?楼上... 阅读全文
posted @ 2009-02-03 09:47 delphi2007 阅读(3232) 评论(0) 推荐(0)
摘要: 运行两个或多个实例 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061116093635223.html 如何避免一个程序同时运行两个或多个实例? 参考:http://www.zahui.com/html/2/5251.htm 使用互斥对象让程序只运行一次 “... 阅读全文
posted @ 2009-02-03 09:47 delphi2007 阅读(230) 评论(0) 推荐(0)
摘要: 用DELPHI代码的方式清理cookies,如何实现,比较急,高分送出。分不够,再给加,顶者有分 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061116105108222.html 用DELPHI代码的方式清理cookies,如何实现,比较急,高分送出。分不够,再给加,顶者有分 原理: ... 阅读全文
posted @ 2009-02-03 09:47 delphi2007 阅读(128) 评论(0) 推荐(0)
摘要: 后台服务怎样与前台交互? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061116113741221.html ShellWindow: IShellWindows; ShellWindow := CoShellWindows.Create; ... 阅读全文
posted @ 2009-02-03 09:47 delphi2007 阅读(321) 评论(0) 推荐(0)
摘要: PostMessage的疑问? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061114212346233.html 以前已经知道使用消息函数PostMessage或SendMessage就可以给别的程序发消息,觉得很容易。 像“按键精灵”此类软件,也应该是使用发消息,模... 阅读全文
posted @ 2009-02-03 09:47 delphi2007 阅读(371) 评论(0) 推荐(0)
摘要: Delphi调用VC编译的DLL Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061115223555225.html 尝试用Delphi调用VC编译的DLL,DLL接口函数中定义一般类型的参数时,可以正常调用,但是当在接口函数中定义回调函数时,在Delphi中将函数指针传入接口函数时总是报错... 阅读全文
posted @ 2009-02-03 09:47 delphi2007 阅读(273) 评论(0) 推荐(0)
摘要: 关于WinExec的问题? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061114224727232.html 下面为A程序调用B程序,弹出B的登陆界面,自动填入用户名密码来自动登陆B procedure TForm1.Image1Click(Sender: T... 阅读全文
posted @ 2009-02-03 09:47 delphi2007 阅读(273) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 37 下一页