上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 37 下一页
  2009年2月11日
摘要: 请问,关闭子窗口提示错误,大家遇到这样的问题吗? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207133720244.html 关闭子窗口时总是提示下面的错误: Access violation at address 00000008. Read o... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(260) 评论(0) 推荐(0)
摘要: 请问:这里的空应怎么填呀? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207135159243.html 某程序中有个comboBox组件cmbAA,在fmXX选中后,cmbAA的项数来自于edt00,各项的内容依次是整数10,11,12....... TfmXX.____... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(112) 评论(0) 推荐(0)
摘要: 自增标识的相关问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207141109242.html 我做了张注册表,设有ID为标识,每次自增.在注册的时候,我需要填写密码和用户名,运行是提示必须给"ID"赋值...那我该怎样解决这个问题...谢谢指教 代码如下: begin... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(96) 评论(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 阅读(218) 评论(0) 推荐(0)
摘要: 寻找一个可以在Delphi中使用的hash表类 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208160629220.html 轻量级的,只要能够使用字符串作为键值的即可。 我找到一个HashTrie,编译出来一大堆警告还不说了, 而且速度也是具慢无比。 ... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(253) 评论(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 阅读(200) 评论(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 阅读(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_20061211021429203.html 有一个几万行数据的文本文件,一行为一个数据,请问用什么算法去掉重复的数据才最有效率呢,自己弄的好慢,谢谢各位帮助。 顶上去,继续请教 只会笨办法。 ... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(386) 评论(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)
摘要: 关于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_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)
  2009年2月3日
摘要: 关于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)
摘要: 消息Hook hook Focus 事件时遇到的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061115102712231.html 我想实现一个功能: 安装一个全局消息HOOK,捕获桌面上任意输入框的获得焦点和失去焦点的事件,为了便于测试我先写了一个线程hook做测试,hoo... 阅读全文
posted @ 2009-02-03 09:47 delphi2007 阅读(501) 评论(1) 推荐(0)
摘要: RAS谁用过 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061115103312230.html 我看windows sdk中有RasEnumEntries的说明,怎么调用,需要引用那个单元? 拨号连接的枚举哈。想用吗?我可以提供一些帮助 好多年以前做了一个多点远程库房管理,当时还没有... 阅读全文
posted @ 2009-02-03 09:47 delphi2007 阅读(186) 评论(0) 推荐(0)
摘要: 我在delphi中用shellExecute启动了一个程序(ftp);然后想做一个等待,只到ftp进程结束,再继续下面的操作,请问如何监控这个进程是否已结束? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061115114909229.html 如题,例如: ... 阅读全文
posted @ 2009-02-03 09:47 delphi2007 阅读(321) 评论(0) 推荐(0)
摘要: SendMessage到浏览器焦点输入框没有作用? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061115123755228.html 使用SendMessage(GetFocus,WM_SETTEXT,0,longint(PChar('123456'))); 当前焦点是浏览器的一... 阅读全文
posted @ 2009-02-03 09:47 delphi2007 阅读(455) 评论(0) 推荐(0)
摘要: 创建共享目录权限问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061115131918227.html 我想通过代码实现设置一个文件夹为共享目录,然后怎么用代码写共享目录权限呢,例如完全控制,只读,修改等,希望能给我一个完整的代码小例子,谢谢各位老大 api, 注册表 ... 阅读全文
posted @ 2009-02-03 09:47 delphi2007 阅读(618) 评论(0) 推荐(0)
摘要: 如何反查.DLL的函数?谢谢。。。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061115213413226.html 如题。扣谢。 1.用depends.exe工具来查 2.如果要自己写程序的话,那就从dll的pe头,分析导出表 有很多工具,ExeScope,Dum... 阅读全文
posted @ 2009-02-03 09:47 delphi2007 阅读(142) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 37 下一页