上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 37 下一页
  2009年4月22日
摘要: 写查询语句出现的问题.显示查不到的数据出错,帮忙看看 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205203545276.html if(form4.RBdepno.Checked) then begin ... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(347) 评论(0) 推荐(0)
摘要: 关于数据显示转化 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205193606277.html 我现在在做一个科室医生管理系统,在做表结构设计的时候,对于"有无中医专家""有无西医专家"均设成bit类型(SQL),想以1表示有,0表示无.但是转到前台的显示时,直接连接显示是"1""0... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(309) 评论(0) 推荐(0)
摘要: 我的字符串比较函数没起作用???? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205175922278.html 最近老师要求我们模拟页面置换的先进先出,在进行页面置换的时候,我希望先对页面名称进行比较,一样的话,就没必要进行置换. procedure TF... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(287) 评论(0) 推荐(0)
摘要: fastreport分组脚本问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205174746279.html 现有一数据表如下: a1 大连 234 a2 旅顺 567 ... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(513) 评论(0) 推荐(0)
摘要: 如何在程序出错后继续运行出错的代码后面的代码? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205174624280.html 比如说 第一行 第二行 第三行 ...... 第N行 如果在运行第二行的时候出错... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(415) 评论(0) 推荐(0)
摘要: 对象有没有类似于ZeroMemory的方法? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205174106281.html 把对象所包含的所有数据清零。 之前以为是CleanupInstance,但试了一下,不对。 没有 这么直接呀。。。 再考虑考虑? 有! ... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(515) 评论(0) 推荐(0)
摘要: 请教如何在窗体加载时指定其大小和位置? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205145939282.html 如题。 procedure TForm1.FormShow(Sender: TObject); begin Top:=20;... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(358) 评论(0) 推荐(0)
摘要: 关于设置登陆窗口,新手 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205143722283.html 怎样实现系统设计时,用不同的帐户登陆~~简言之实现登陆窗口设计的代码该怎么写?我是新手 有多种方案,我这种算是抛砖引玉了: 创建一个工程Project1,两个窗体Form... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(372) 评论(0) 推荐(0)
摘要: 新手求助 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205141547284.html 对于一个系统设计怎样实现多个权限的登陆操作?如管理员和普通用户 搜索一下以前的帖子,很多的 权限设计方案很多的,偷懒的话就用一个数字来区分就可以了 简单的方法就是建立一个基本权限树表和用户权限表... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(98) 评论(0) 推荐(0)
摘要: 文件读写问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205132405285.html 我的文件是这样的 [配置] 00:01 你好 00:03 欢迎 00:14 光临 01:20 ... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(107) 评论(0) 推荐(0)
摘要: 2个基础问题:如何修改PCHAR? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205132245286.html 1.如何增加字符到PCHAR?如: p:pchar GetWindowText(p....) 想在前面加上个'D'如何加? (不要... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(178) 评论(0) 推荐(0)
摘要: 表格图形处理? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206163149261.html 请问:我想实现在dbgrid1的第一列加上图标(是男的一种是女的一种)我想根据男/女来判断加的图标;请问这个怎实现呢;我在网上找到一段码. 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(270) 评论(0) 推荐(0)
摘要: 请高手帮帮忙!有分送! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206164919260.html 有没有复制文件夹的API函数!!!如果有怎么用?> y谢谢! 没有一个函数就能把文件夹和里面的文件一起就搞定的,除非是你自己写,系统没有标准的function 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(264) 评论(0) 推荐(0)
摘要: 报表的相关问题,急啊! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206170144259.html 我用的是QReport做报表。 我以前做是用QRDBText连数据库显示的,数据再多也会自动一页一页增加下去的。但是现在问题是我没有用数据库,直接就是要把计算出... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(327) 评论(1) 推荐(0)
摘要: InputQuery('输入查询条件','查询品名为' Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206181606258.html InputQuery('输入查询条件','查询品名为', NewString); 运行时,'查询品名为'才显示为... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(346) 评论(0) 推荐(0)
摘要: 想建一个带分隔条的label 控件; Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206182116257.html 想建一个带分隔条的label 控件; 是竖式的分隔条,能不能实现?如何实现? 用TBevel控件,复制到你的窗体上看... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(376) 评论(0) 推荐(0)
摘要: CRC32算法问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206182220256.html #include "stdafx.h" #include "crc.h" DWORD CCrc::CrcTable[256]; ... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(527) 评论(0) 推荐(0)
摘要: 新人求助关于类的构造和封装问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206195523254.html 为了练习类的构造和封装,自己写了这样一个小程序,设计三个单元unit Person,unit ET,unit Form,可是在写完Person单元的程序再在ET单... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(300) 评论(0) 推荐(0)
摘要: delphi里function怎么返回多个值呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206210840253.html 我自己写了一个function,要想同时返回三个double类型的数值,请问怎么实现呢? 用引用做为参数。如: function ... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(633) 评论(0) 推荐(0)
摘要: CoXMLHTTP30在哪个单元文件里?oReq := CoXMLHTTP30.Create; 这句为什么老出错? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206214636252.html 我有一段代码: procedure TFrmZhGs.c... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(687) 评论(0) 推荐(0)
摘要: Delphi的HTTP事件代码有错,大虾进来看。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206215249251.html Procedure MASXML(Const MDataSet,MDataSets:TADODataSet); Var oReg:IX... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(450) 评论(0) 推荐(0)
  2009年4月8日
摘要: waitforsingleobject的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061107162800285.html 我在主线程中用了waitforsingleobject,可以用吗,如果可以的话,在线程中调用这个函数的的话还用不用Synchronize函数啊 1.主线程等待子... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(224) 评论(0) 推荐(0)
摘要: 为什么WaitForMultipleObjects返回后,对应的handle仍处于激发状态? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061107172543284.html 我写了个用WaitForMultipleObjects同步线程的例子,窗体上有三个memo,有一个mutex数组变... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(425) 评论(0) 推荐(0)
摘要: 这个不对了,找不到控件 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061107194340283.html 在窗体中放了一个edit 和一个按钮。 用file-new-other里的thread object 创建了一个新线程类(Tmy)。 里面写了这句代码:... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(258) 评论(0) 推荐(0)
摘要: 如何不通这注册表取双网卡所对应的子网? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061108110332282.html 如题 谢谢 ipconfig -all api要查下.... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(152) 评论(0) 推荐(0)
摘要: 知道窗口句柄如何知道文件名? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061108114249281.html 知道窗口句柄,怎么得到该程序的文件名??? 先通过GetWindowThreadProcessId取得窗口所属进程的PID,再通过枚举系统进程,得到该进程的文件名。枚举进程可以... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(242) 评论(0) 推荐(0)
摘要: 关于判断文件唯一性,怎么提取特征码 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061108132642280.html 困惑,用什么来判断文件的唯一性,用findwindow判断程序,误报可能太大,有哪位大大能提供delphi的判断文件的特征码的好例子,麻烦写出来,指点一二。分不多,因为不会... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(472) 评论(0) 推荐(0)
摘要: 请问delphi能否实现像CPU-Z的功能呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061106082317300.html 我们公司要统计电脑配置情况,现在做一个硬件读取配置的小软件就差CPU这一项了,现在只能读取CPU的频率,想实现CPU-Z的功能读取出CPU的型号比如:P4 ... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(202) 评论(0) 推荐(0)
摘要: IE工具条不能自动显示 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061106093741299.html 我做了一个IE工具条,但是安装后不能自动显示出来,要在工具栏里把它打钩才行,有没有办法让它安装后自动就显示在IE工具栏上呢,不用去手动的打钩,请各位大侠帮帮忙啊!小弟不甚感谢! 我也... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(102) 评论(0) 推荐(0)
摘要: 超难....的内存映像权限问题,请达人指点!!!,不够分再加 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061106100206298.html 一个普通程序和一个SERVER级程序交换内存映像 unit Unit1; interface ... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(271) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 37 下一页