2008年12月11日
摘要:
多表组合分类统计问题~~~ Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222185321153.html 现有两个表xxlx,students xxlx C1 B2 C3 students下有相关学员的信息 如何自动枚举x...
阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(324)
推荐(0)
摘要:
请教wwdbgrid高手 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222203937152.html 用wwdbgrid如何实现,事先增加5条空白记录在上面,录入数据时直接就可以在上面增加了,而不用录入一条再新增一条 用insert
阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(255)
推荐(0)
摘要:
哪位有没有reportbuilder的教程?共享一下。万分感谢! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061223012343151.html 哪位有没有reportbuilder的教程?共享一下。万分感谢! 查一下帮助文件嘛,很好的 楼主有一万分吗???? 没有的话,你怎么...
阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(462)
推荐(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
阅读(130)
推荐(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
阅读(746)
推荐(0)
摘要:
对查询出来的记录行进行分页显示,怎么做???在客户现场,哪位大虾帮忙?急急急 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061222165453159.html 对于查询出来的记录行,我想每40条一页来显示,每次查询的记录行会不一样 最后一页显示出它的余数 界面上会有四个按...
阅读全文
posted @ 2008-12-11 09:51
delphi2007
阅读(287)
推荐(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
阅读(811)
推荐(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
阅读(707)
推荐(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
阅读(249)
推荐(0)
摘要:
怎么自动把窗体显示出来? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061119181326198.html 当窗体当前没有焦点,或者窗体被最小化了,在该窗体得到某一事件怎么显示窗体呀?让窗体得到焦点。我用以下代码不行: procedure TForm1.WndProc(var...
阅读全文
posted @ 2008-11-27 21:10
delphi2007
阅读(329)
推荐(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
阅读(488)
推荐(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
阅读(317)
推荐(0)
摘要:
跟随鼠标移动的图像 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061120102940195.html 一个图片跟随鼠标移动, 要求是不能用窗体跟随鼠标的方法,只能在屏幕上画图,鼠标移动后,擦除图像,根据新位置在画, 高手来 //参考如下代码 type ...
阅读全文
posted @ 2008-11-27 21:10
delphi2007
阅读(348)
推荐(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
阅读(482)
推荐(0)
摘要:
如何实现窗体跟随另一个程序一起显示,一起隐藏!! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061120120925193.html 编写一个窗口,启动计算器,计算器最小化,则该窗口也最小化,计算器显示,则窗口也显示(在计算器旁),... 就是说,计算器的窗口处于什么状态,该窗口也...
阅读全文
posted @ 2008-11-27 21:10
delphi2007
阅读(410)
推荐(0)
摘要:
已知道 一个窗口的句柄, 如何扑捉该窗口的onresize 事件,并在onresize 事件中写入自己的代码? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061120145223192.html 已知道 一个窗口的句柄, 如何扑捉该窗口的onresize 事件,并在其中写入自己的...
阅读全文
posted @ 2008-11-27 21:10
delphi2007
阅读(360)
推荐(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
阅读(1498)
推荐(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
阅读(355)
推荐(0)
摘要:
请问 Wallpaper Calendar 是如何实现在桌面显示日历和输入数据的???? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061121094119189.html Wallpaper Calendar 是一个日程安排的小软件,它在桌面显示日历,可以点击具体的时间输入一些提示...
阅读全文
posted @ 2008-11-27 21:09
delphi2007
阅读(465)
推荐(0)
摘要:
有个很少的C++源码急着需要翻译成其它源码,版主、高手请进。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061121222102188.html 下面的源码是用来判断数据流的编码的,由一个叫jiangsheng的朋友提供,在此先谢谢他。 但是我不会用C++,现在急着需要用这个源码,...
阅读全文
posted @ 2008-11-27 21:09
delphi2007
阅读(157)
推荐(0)
摘要:
关于键盘钩子的问题,请教大家 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061122084602187.html function StartHookMouse:boolean; const WH_MOUSE_LL = 14; be...
阅读全文
posted @ 2008-11-27 21:09
delphi2007
阅读(232)
推荐(0)
摘要:
救命的问题-------在线急等!! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061122092919186.html 请问delphi中如何根据计算机名称ping一台电脑是否成功。 有直接的api吗? 不是一条命令就能搞定的哈。 ping 了以后,...
阅读全文
posted @ 2008-11-27 21:09
delphi2007
阅读(108)
推荐(0)
摘要:
Delphi中如何杀进程呀? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061122100442185.html Delphi中如何杀进程呀? 给个代码例子嘛。谢谢各位了。 TerminateProcess 有些进程是杀不死的...... 这个怎么用嘛? 比如有个进程是...
阅读全文
posted @ 2008-11-27 21:09
delphi2007
阅读(249)
推荐(0)
摘要:
请教如何获得类似于“任务管理器”中“应用程序”面板下的程序标题?? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061122142354184.html 如题,请各位帮帮忙~~~~ 请注意不是进程列表,是应用程序标题列表:) 用WMI轻松搞定 procedure T...
阅读全文
posted @ 2008-11-27 21:09
delphi2007
阅读(506)
推荐(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
阅读(698)
推荐(0)
摘要:
串口打印问题,各位大侠帮帮忙! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061125105716173.html 我想实现串口打印这样的功能,如果串口打印机 不开,我就不发送打印命令, 谁帮忙给段代码例子 arrqi@163.com 谢谢 靠!不发指令你...
阅读全文
posted @ 2008-11-27 21:09
delphi2007
阅读(236)
推荐(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
阅读(403)
推荐(0)
摘要:
如何做到游戏双开??修改进程名可以吗? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061125213427171.html 有的游戏不允许运行多个.有没有办法可以实现多开? 修改进程名可以吗? 高手指点下,最好有代码,呵呵 不行 要看游戏是怎么实现不允许多个同时运行的了...
阅读全文
posted @ 2008-11-27 21:09
delphi2007
阅读(1064)
推荐(0)
摘要:
关于WMI~~~,找sanmaotuo(老冯)...... Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061122164538183.html sanmaotuo(老冯) 呵呵,刚才以为没有人顶帖子了,就结了,继续请教中 没有关系,老水好梗直! 我不过用了另外一种方法来获取运...
阅读全文
posted @ 2008-11-27 21:09
delphi2007
阅读(300)
推荐(0)
摘要:
Delphi 中的Edit输入框如何限定只能输入七位数,,第一位为1到4的数字,第二位到第七位为日期格式取后六位,如:20060123取:060123,任何一位都 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061124165258175.html Delphi 中的Edit输入框如何限定...
阅读全文
posted @ 2008-11-27 21:09
delphi2007
阅读(830)
推荐(0)