上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 37 下一页
  2009年2月11日
摘要: delphi2005与delphi 7 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207221950229.html 最近准备好好学delphi 学校学的是delphi7 但是我在图书馆借的是delphi 2005 从入门到精通 想问下大家这本书... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(185) 评论(0) 推荐(0)
摘要: 图片打印丢失问题,大家请帮忙!(100分) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207224630228.html 我使用Printer打印一些图片,部分代码如下: with printer do ... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(202) 评论(0) 推荐(0)
摘要: DirectoryListBox目录选择问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207225847227.html 我用DriveComboBox来控制DirectoryListBox的driver。 当选择了没有放光盘的光驱时,就会报IO ERROR。 ... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(388) 评论(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中使用的hash表类 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208160629220.html 轻量级的,只要能够使用字符串作为键值的即可。 我找到一个HashTrie,编译出来一大堆警告还不说了, 而且速度也是具慢无比。 ... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(255) 评论(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)
摘要: 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_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)
摘要: 请教去除一个几万行的文本文件数据重复的算法 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日
摘要: 控制外部软件的启动及运行,如何将它的闪现窗体也隐藏呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061114145807238.html 需要控制的外部软件的运行情况我了如指掌,所以可以用postmessage的办法全面控制它的运行,也可以用showwindow的show_hide隐藏它的... 阅读全文
posted @ 2009-02-03 09:47 delphi2007 阅读(167) 评论(0) 推荐(0)
摘要: 如何获取每个进程的I/0的读写字节数???? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061114150952237.html 1、进程的I/O字节数用什么可得到呢?晕。。。。。 2、98下用GETPROCESSTIMES而想得到进程使用率,为何就不行呢? 从WMI获取。想要什... 阅读全文
posted @ 2009-02-03 09:47 delphi2007 阅读(173) 评论(0) 推荐(0)
摘要: WM_DROPFILES消息怎么用?一个界面上怎么让多个组件同时支持windows外部文件拖拽。DragAcceptFiles。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061114152826236.html unit Unit1; interface uses ... 阅读全文
posted @ 2009-02-03 09:47 delphi2007 阅读(984) 评论(0) 推荐(0)
摘要: 关于汉字生成拼音的的函数 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061114182415235.html 怎么把一个调用一个函数就能把一个汉字生成拼音 比如输入"青霉素"生成"qms" 知道的请告诉我一下,谢了! 来自超级猛料的函数: ... 阅读全文
posted @ 2009-02-03 09:47 delphi2007 阅读(305) 评论(0) 推荐(0)
摘要: 关于汉字生成拼音的的函数 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061114182436234.html 怎么把一个调用一个函数就能把一个汉字生成拼音 比如输入"青霉素"生成"qms" 知道的请告诉我一下,谢了! 来自超级猛料的函数: ... 阅读全文
posted @ 2009-02-03 09:47 delphi2007 阅读(215) 评论(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 阅读(502) 评论(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)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 37 下一页