上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 37 下一页
  2009年2月11日
摘要: fastreport3.07如何...... Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207180235234.html fastreport3.07如何进入脚本编辑. up up up 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(83) 评论(0) 推荐(0)
摘要: 如何在delphi 7 编程环境下,打开一个 XC_PK_XCPRN.bpl 包? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207180750233.html 如何在delphi 7 编程环境下,打开一个 XC_PK_XCPRN.bpl 包? ... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(180) 评论(0) 推荐(0)
摘要: 帮我想个好点的方法 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207195110232.html 我用SQL server建了张表,实现注册功能.表有username(char),password(char),rights(bit)三列,分别表示用户名,密码,和权限(普通用户\管... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(92) 评论(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 阅读(196) 评论(1) 推荐(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 阅读(147) 评论(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 阅读(188) 评论(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 阅读(82) 评论(0) 推荐(0)
摘要: 请教去除一个几万行的文本文件数据重复的算法 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061211021429203.html 有一个几万行数据的文本文件,一行为一个数据,请问用什么算法去掉重复的数据才最有效率呢,自己弄的好慢,谢谢各位帮助。 顶上去,继续请教 只会笨办法。 ... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(372) 评论(0) 推荐(0)
摘要: 在Delphi7 报表如果横向打印,在线等! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061211082954202.html 如题! 看你用什么做打印了,quickreport,fastreport还是其他? 横向打印与报表打印软件关系不大吧!应该在打印机设置里面调整,包括页面大小、... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(148) 评论(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 阅读(618) 评论(0) 推荐(0)
摘要: 寻找一个可以在Delphi中使用的hash表类 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208160629220.html 轻量级的,只要能够使用字符串作为键值的即可。 我找到一个HashTrie,编译出来一大堆警告还不说了, 而且速度也是具慢无比。 ... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(248) 评论(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 阅读(113) 评论(0) 推荐(0)
摘要: 查询表的总行数的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208235833217.html 在delphi中我查询了数据表总数,要把这个值赋给一个变量怎么操作? 不好意思我不能给分了.大家义务帮我下吧~~ 是把“表的总行数”这个整型数赋值给变量是吧? ... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(184) 评论(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)
摘要: 关于rave报表使用的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061209123625214.html 我已在rave报表中的band和databand中添加内容,为何预览的时候没有东西显示出来? 各位高手帮帮忙啊~~ 急啊,各位帮帮忙啊 注意设置打印区域啊,如果你没设置区域是不... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(133) 评论(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 阅读(306) 评论(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 阅读(109) 评论(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 阅读(421) 评论(0) 推荐(0)
摘要: 我们的程序有一个框架, Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061210191221208.html 我们的程序有一个框架, 综合管理信息系统维护及参数配置 这个程序下,有一个“菜单项定义表”窗口; 窗口上有一个表,其字段台如下; ... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(166) 评论(0) 推荐(0)
摘要: fft信号分析的实例 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061210220741207.html 求delphi实现fft信号分析的实例?谢谢!急急急急急急急急急急急急急急急急急急急! 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(213) 评论(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 阅读(3229) 评论(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 阅读(220) 评论(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 阅读(126) 评论(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)
摘要: MID DlL窗体与Application.Messagebox 结合后控件失效??? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061114101124242.html 现在若干窗体,封装成DLL窗体(MDI子窗体). 现发现一个大问题: 如果MDI子窗体上有表格控... 阅读全文
posted @ 2009-02-03 09:47 delphi2007 阅读(157) 评论(0) 推荐(0)
摘要: 如何把一个bin文件捆绑到一个可执行文件exe中? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061114120737241.html 如何把一个bin文件捆绑到一个可执行文件exe中?而且可以读bin文件里的内容进行处理?请教各位大侠了,谢谢! 利用资源文件就可以 对,用resource... 阅读全文
posted @ 2009-02-03 09:47 delphi2007 阅读(214) 评论(0) 推荐(0)
摘要: 经试验createprocess+sw_hide不能隐藏那些经过修改的绿色软件,有没有办法可以将绿软也隐藏呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061114144853240.html 试验了多个软件,都不能隐藏,只好在运行过后再用showwindow(h,sw_hide)再隐藏一... 阅读全文
posted @ 2009-02-03 09:47 delphi2007 阅读(257) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 37 下一页