2009年2月11日
摘要:
我要实现十进制数转换为2进制数保存到个数组里 请看我写的对不对 谢谢 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206215537250.html unit Unit1; interface u...
阅读全文
posted @ 2009-02-11 16:47
delphi2007
阅读(200)
推荐(0)
编辑
摘要:
请教各位仁兄:如何取得本机所有硬盘的所有罗辑盘符? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207001552249.html 如题多谢。 unit Unit1; interface uses Windows,...
阅读全文
posted @ 2009-02-11 16:47
delphi2007
阅读(105)
推荐(0)
编辑
摘要:
请问如何强行释放所有已关闭的程序所残留的内存等资源?类似于微软的那个叫mem.exe的工具,如何入手呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207081040248.html 有的程序设计的不完美或者说是操作系统配合的不完美,在程序已关闭后有的资源不能很好的让操作系统回收,看...
阅读全文
posted @ 2009-02-11 16:47
delphi2007
阅读(140)
推荐(0)
编辑
摘要:
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
阅读(65)
推荐(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
阅读(166)
推荐(0)
编辑
摘要:
菜鸟菜问,急 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207143512240.html 先查询,再对查询出来的内容进行修改,这如何进行?请各位高手帮帮忙 有很多很多办法. 可不可以跟我说一个办法啊 看你要在什么控件下改了 先select显示出来 ...
阅读全文
posted @ 2009-02-11 16:47
delphi2007
阅读(79)
推荐(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
阅读(86)
推荐(0)
编辑
摘要:
关于添加操作的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207145915239.html userload表,其各列分别为ID(自增标志),username,password,rights.其中username,password,rights分别为用户名,密码,用户类型.我想...
阅读全文
posted @ 2009-02-11 16:47
delphi2007
阅读(86)
推荐(0)
编辑
摘要:
添加数据记录成功后,如何自动显示该条记录于DBGrid中? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207152521238.html 添加数据记录成功后,如何自动显示该条记录于DBGrid中? table.refresh? 我用的是ADOQuery控件 close; ...
阅读全文
posted @ 2009-02-11 16:47
delphi2007
阅读(164)
推荐(0)
编辑
摘要:
请问:填空(高分^_^) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207153123237.html 实验中有一段组织查询条件的过程(窗口中有ckbM, ckbF作为男女选择的) procedure TfmAA.Condition(); var ...
阅读全文
posted @ 2009-02-11 16:47
delphi2007
阅读(95)
推荐(0)
编辑
摘要:
查询语句的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207154244236.html s1:='select username from userload where username='+''''+edit1.Text+''''; dat...
阅读全文
posted @ 2009-02-11 16:47
delphi2007
阅读(64)
推荐(0)
编辑
摘要:
动态连接库调用 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207154439235.html Delphi里动态连接库调用声明:(Delphi是正确) function Coding(input:string):pchar; ...
阅读全文
posted @ 2009-02-11 16:47
delphi2007
阅读(167)
推荐(0)
编辑
摘要:
fastreport3.07如何进入脚本编辑. Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207204741231.html fastreport3.07如何进入脚本编辑. up up up
阅读全文
posted @ 2009-02-11 16:47
delphi2007
阅读(101)
推荐(0)
编辑
摘要:
DBLookupComboBox Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207213417230.html 请问大家该怎么把DBGIRD里的值赋给DBLookupComboBox1? (,那个值? DBLookupComboBox1.text := adoquery...
阅读全文
posted @ 2009-02-11 16:47
delphi2007
阅读(225)
推荐(0)
编辑
摘要:
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
阅读(178)
推荐(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
阅读(194)
推荐(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
阅读(369)
推荐(0)
编辑
摘要:
初学delphi应该看什么书 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208115526226.html RT 有c的基础 谢谢大家 熟悉语法先.. Object Pascal 其他书 .. 了解 v...
阅读全文
posted @ 2009-02-11 16:47
delphi2007
阅读(229)
推荐(0)
编辑
摘要:
Insufficient memory for this operation?? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208122000225.html 我把一个prepare好的qry执行open的时候,偶尔会报如下错误? >15:55:30 BER...
阅读全文
posted @ 2009-02-11 16:47
delphi2007
阅读(888)
推荐(0)
编辑
摘要:
排班算法跪求 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208131750224.html 字段名 字段 数据类型 说明 序号 ID int 自增 医生编号 DocNo Char[8] 外键 ...
阅读全文
posted @ 2009-02-11 16:47
delphi2007
阅读(519)
推荐(0)
编辑
摘要:
各位大侠帮忙答下~~~~填空 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208133825223.html 某程序中有如下的对窗口fmXX的操作 if not Assigned(fmXX) then ...
阅读全文
posted @ 2009-02-11 16:47
delphi2007
阅读(95)
推荐(0)
编辑
摘要:
关于FileSize的小问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208135104222.html AssignFile(f,getPath+'\'+filename); Reset(f); size:=FileSize(f); ...
阅读全文
posted @ 2009-02-11 16:47
delphi2007
阅读(221)
推荐(0)
编辑
摘要:
高分求FP-tree算法用Delphi实现 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208140243221.html 如题!
阅读全文
posted @ 2009-02-11 16:47
delphi2007
阅读(136)
推荐(0)
编辑
摘要:
自增标识的相关问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207141109242.html 我做了张注册表,设有ID为标识,每次自增.在注册的时候,我需要填写密码和用户名,运行是提示必须给"ID"赋值...那我该怎样解决这个问题...谢谢指教 代码如下: begin...
阅读全文
posted @ 2009-02-11 16:47
delphi2007
阅读(90)
推荐(0)
编辑
摘要:
再问一个:填空, Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207141240241.html 实验中有一段组织查询条件的过程(窗口中有ckbM, ckbF作为男女选择的) procedure TfmAA.Condition(); var ...
阅读全文
posted @ 2009-02-11 16:47
delphi2007
阅读(139)
推荐(0)
编辑
摘要:
怎么让弹出的窗体Form显示在屏幕的某一个坐标位置 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207103348247.html 怎么让弹出的窗体Form显示在屏幕的某一个坐标位置 例如: Form.show; ...
阅读全文
posted @ 2009-02-11 16:47
delphi2007
阅读(235)
推荐(0)
编辑
摘要:
!!!!高分求教ReadProcessMemory读取内存.有关内存偏移量的问题! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207125413246.html 已知一基地址$010EA0CC,偏移量为$2A4,先在用ReadProcessMemory函数连读取内存数据,为什么我用其...
阅读全文
posted @ 2009-02-11 16:47
delphi2007
阅读(280)
推荐(0)
编辑