上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 37 下一页
  2008年12月11日
摘要: delphi中用ado连接Sybase驱动是Sybase.ASEOLEDBProvider.2 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222113746165.html 在自己电脑上操作没有任何问题,把程序拷贝到装有sybase的电脑上,adoconnection可以连接上,但在ad... 阅读全文
posted @ 2008-12-11 09:51 delphi2007 阅读(467) 评论(0) 推荐(0)
摘要: fast report 如何在程序运行时进入报表的设计状态? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222115338164.html fast report 如何在程序运行时进入报表的设计状态? frDesigner1? 是,加这个控件,frRepo... 阅读全文
posted @ 2008-12-11 09:51 delphi2007 阅读(394) 评论(0) 推荐(0)
摘要: 如果记录数据库表修改记录 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222142245163.html 我想记录每个用户对每个表的修改都能记录到一个系统表里,请问应该如何实现呢? 最好可以记录到字段级的修改,对每次修改都记录初值及修改后的值。 我朋友说可以... 阅读全文
posted @ 2008-12-11 09:51 delphi2007 阅读(230) 评论(0) 推荐(0)
摘要: 这个代码应该怎么写??? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222151309162.html 我用DELPHI和SQL SEVER做了一个系统,现在一个窗口做了一个 帮助按键,我想点它就能打开一个名为help.txt的使用帮助文档,代码要怎么写? 麻烦高... 阅读全文
posted @ 2008-12-11 09:51 delphi2007 阅读(113) 评论(0) 推荐(0)
摘要: 我都要疯了,三层,客户端clientdataset+dbgrid, 在编辑dbgrid时,修改记录后,老出现:“Trying to modify read-only field” Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222154437161.html 我都要疯了,三层,客户端cli... 阅读全文
posted @ 2008-12-11 09:51 delphi2007 阅读(785) 评论(0) 推荐(0)
摘要: adoquery 对SQL怎样绑定参数?? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222162013160.html 例如;在 ADOQuery 的SQL 语句中'SELECT * FROM TABLE1 WHERE ' WHERE 后面的值如... 阅读全文
posted @ 2008-12-11 09:51 delphi2007 阅读(736) 评论(0) 推荐(0)
摘要: 对查询出来的记录行进行分页显示,怎么做???在客户现场,哪位大虾帮忙?急急急 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222165453159.html 对于查询出来的记录行,我想每40条一页来显示,每次查询的记录行会不一样 最后一页显示出它的余数 界面上会有四个按... 阅读全文
posted @ 2008-12-11 09:51 delphi2007 阅读(276) 评论(0) 推荐(0)
  2008年11月27日
摘要: Delphi中调用SelectDirectory弹出的浏览文件夹的对话框为何总是在右下角 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061118203649200.html Delphi中调用SelectDirectory弹出的浏览文件夹的对话框为何总是在右下角?不会是Delphi封装的bu... 阅读全文
posted @ 2008-11-27 21:10 delphi2007 阅读(698) 评论(0) 推荐(0)
摘要: HOOK其它程序窗体按键 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061118224824199.html unit Unit1; interface uses Windows, Messages, SysUti... 阅读全文
posted @ 2008-11-27 21:10 delphi2007 阅读(238) 评论(0) 推荐(0)
摘要: 怎么自动把窗体显示出来? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061119181326198.html 当窗体当前没有焦点,或者窗体被最小化了,在该窗体得到某一事件怎么显示窗体呀?让窗体得到焦点。我用以下代码不行: procedure TForm1.WndProc(var... 阅读全文
posted @ 2008-11-27 21:10 delphi2007 阅读(321) 评论(0) 推荐(0)
摘要: roundto函数带来的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061120094828197.html single类型的四字节浮点数,用roundto(asingle,-2)保留两位小数,这时出现个一个问题,是如果asingle小于或大于一个值的时候,asingle就用科学计数法... 阅读全文
posted @ 2008-11-27 21:10 delphi2007 阅读(480) 评论(0) 推荐(0)
摘要: SetWindowsHookEx 怎么能识别 alt 键 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061120101814196.html SetWindowsHookEx如何才能监视alt啊?其他案件都能监视,就识别不了alt,怎么弄? 没人知道? 我也不懂啊 LY 有例子~~... 阅读全文
posted @ 2008-11-27 21:10 delphi2007 阅读(304) 评论(0) 推荐(0)
摘要: 跟随鼠标移动的图像 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061120102940195.html 一个图片跟随鼠标移动, 要求是不能用窗体跟随鼠标的方法,只能在屏幕上画图,鼠标移动后,擦除图像,根据新位置在画, 高手来 //参考如下代码 type ... 阅读全文
posted @ 2008-11-27 21:10 delphi2007 阅读(324) 评论(0) 推荐(0)
摘要: dll动态调用出错了 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061120120653194.html 我在动态调用dll时老出现如下错误 Project' 'raise too many consecutive exceptions ... 阅读全文
posted @ 2008-11-27 21:10 delphi2007 阅读(478) 评论(0) 推荐(0)
摘要: 如何实现窗体跟随另一个程序一起显示,一起隐藏!! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061120120925193.html 编写一个窗口,启动计算器,计算器最小化,则该窗口也最小化,计算器显示,则窗口也显示(在计算器旁),... 就是说,计算器的窗口处于什么状态,该窗口也... 阅读全文
posted @ 2008-11-27 21:10 delphi2007 阅读(399) 评论(0) 推荐(0)
摘要: 已知道 一个窗口的句柄, 如何扑捉该窗口的onresize 事件,并在onresize 事件中写入自己的代码? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061120145223192.html 已知道 一个窗口的句柄, 如何扑捉该窗口的onresize 事件,并在其中写入自己的... 阅读全文
posted @ 2008-11-27 21:10 delphi2007 阅读(344) 评论(0) 推荐(0)
摘要: Delphi写的ActiveX控件如何返回数组到Vbscript/javascript Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061120161640191.html 各位,用VBScript调用ActiveX很容易送入一个Variant参数,内容是一个数组,但是反过来,就一... 阅读全文
posted @ 2008-11-27 21:10 delphi2007 阅读(1482) 评论(0) 推荐(0)
摘要: 开仓放粮了: delphi在命令行执行命令时的2个问题? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061120203959190.html 1: 怎么等待命令执行完后再执行下面的语句 2: 怎么捕获命令产生的错误,并提示出来? 第2个问题值150分啊 1 用Wait... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(350) 评论(0) 推荐(0)
摘要: 请问 Wallpaper Calendar 是如何实现在桌面显示日历和输入数据的???? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061121094119189.html Wallpaper Calendar 是一个日程安排的小软件,它在桌面显示日历,可以点击具体的时间输入一些提示... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(447) 评论(0) 推荐(0)
摘要: [请教] 关于把mscomm控件封装进dll的 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061124231637174.html 不知道什么原因,封装好生成的dll用delphi调用总是报错。 还有mscomm接收的数据怎么给exe? 如果大家有现成的解决方... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(692) 评论(0) 推荐(0)
摘要: 串口打印问题,各位大侠帮帮忙! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061125105716173.html 我想实现串口打印这样的功能,如果串口打印机 不开,我就不发送打印命令, 谁帮忙给段代码例子 arrqi@163.com 谢谢 靠!不发指令你... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(228) 评论(0) 推荐(0)
摘要: 如何带参数打开其他程序? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061125212626172.html 有一个程序temp.exe,可以带3个参数运行,三个参数分别是 a ; b; c 怎么编写点击按钮后带参数的打开temp.exe,并且得到该进程的句柄还有进... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(393) 评论(0) 推荐(0)
摘要: 如何做到游戏双开??修改进程名可以吗? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061125213427171.html 有的游戏不允许运行多个.有没有办法可以实现多开? 修改进程名可以吗? 高手指点下,最好有代码,呵呵 不行 要看游戏是怎么实现不允许多个同时运行的了... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(1061) 评论(1) 推荐(0)
摘要: EXE文件如何读取它自身的内容. Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061123125818182.html 我在EXE文件尾部追加一些数据,在EXE运行时想把这些数据读出来,Delphi不能自己打开自己,请问一下怎么记取? 你会不会程序调用别的程序 会的话打开自己... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(632) 评论(0) 推荐(0)
摘要: ATGrid报表控件/WEB插件[专业版] Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061123152617181.html ATGrid报表控件/WEB插件[专业版],对EtCell进行了进行了全面的改革, 将会彻彻底底的解决你的报表问题,让你开发达到从未有过的轻松和喜悦...... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(658) 评论(2) 推荐(0)
摘要: 为什么象网络蚂蚁这样的多线程程序可以加快下载速度? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061123172417180.html 现在的下载程序都是多线程的,可以加快下载速度。但是我们用的都是单cpu机子,不明白为什么多线程可以加快下载速度。 比如现在有一个任务是往表里加10... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(218) 评论(0) 推荐(0)
摘要: 关于字符串转化问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061123175711179.html var num:integer; varCode:string; num:=copy(varCode,n*2,1); 报类型错误 ... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(136) 评论(0) 推荐(0)
摘要: 100分求解 用madCodeHook Hook Send和Recv的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061124075201178.html 目前可以正常呼出HOOK窗口..但是记录不到封包.... 全部代码如下.... 还试过 Hoo... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(877) 评论(0) 推荐(0)
摘要: 钩子报内存错误。。急。。。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061124122024177.html 我在DLL里定义一个鼠标钩子,可是在鼠标点击某些窗口后,会报内存异常,通常是点了某个窗口之后的时候,就报错误,显示“指定内存引用0xxxxxx ,该内存不能written”我的... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(220) 评论(0) 推荐(0)
摘要: 保存资源文件 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061124154849176.html 做了一个res文件。时面包含一个cry.dll 想在运行时,单按钮把这个dll保存到C:\下。 不知道用什么方法把它保存出去。 搜索TResourc... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(166) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 37 下一页