摘要:
怎么样才可以使得窗体中的控件随窗体变化而变化 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061108163345274.html 怎么样才可以使得窗体中的控件随窗体变化而变化 设置Align和Anchors属性 在窗体的OnResize事件里重新设置一个目标控件的Left、Top、Widt... 阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(283)
评论(0)
推荐(0)
摘要:
时间问题datetimetostr Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061108174624273.html datetimetostr(日期) 转换后的函数为2006-11-08 下午 03:02:06 我想要的格式为2006-11-08 15:0... 阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(396)
评论(0)
推荐(0)
摘要:
请教如何用delphi程序在windows2003中创建系统帐户 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061109094404272.html 同时定义其所在的组。 最好能用delphi 5.0版本实现。 谢谢! 看看这样可以吗 http... 阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(237)
评论(0)
推荐(0)
摘要:
Hook或者API高手请进-跨进程获取其他程序的DBGrid内容(其它人做的程序) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061109101554271.html 假设有一个程序A是一个信息管理系统,它的界面上有一个DBGrid;我想写一个程序B来取A程序界面上的DBGrid数据或者Da... 阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(435)
评论(0)
推荐(0)
摘要:
代码错误? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061109111030270.html 我的程序用到了键盘钩子,并且有个句柄的变量,下面的代码老出错, procedure TForm1.FormDestroy(Sender: TObject); begin... 阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(212)
评论(0)
推荐(0)
摘要:
delphi怎么调用DLL函数(C语言) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061109111537269.html 函数原型(C): 函数定义: long GetBasicInfo_Block(LPARAM pReserved,struct Log_... 阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(562)
评论(0)
推荐(0)
摘要:
如何让程序占用空间达到最小(如果可以的话能把方法都列出来吗?) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061109112042268.html 如果我只需要一个很简单的功能,只需要使用一句代码如: windows.beep(3100,10);//使扬声器D一声。 ... 阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(238)
评论(0)
推荐(0)
摘要:
关于 打印设置 的问题 讨论。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061108134026279.html 打印的很多选项设置,打印到哪台打印机,打印的份数,打印方向,纸张类型等。 究竟该如何设置? 比如 打印的份数 printer.Co... 阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(178)
评论(0)
推荐(0)
摘要:
程序关闭后会自动清楚所有的变量吗? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061108134739278.html 我的一个程序,里面有窗口句柄变量、进程句柄变量等等很多! 如果程序中没有释放这些变量。关闭程序后,这些都会释放吗? 还有我程序中使用的键盘钩... 阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(168)
评论(0)
推荐(0)
摘要:
除了用一个时间器来定时获得当前时间外。还有什么办法可以实时准确的获得当前时间? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061108144052277.html 如题。 时间器比如设一秒就重新获取一次。可以是可以,但是有没有更好的办法? date 获得日期, ... 阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(216)
评论(0)
推荐(0)
摘要:
求可以对其他程序进行apihook的可用代码!!谢谢 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061108152650276.html 求可以对其他程序进行apihook的可用代码!!谢谢 APIHook 示例 http://www.delphifans.com/SoftV... 阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(146)
评论(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
阅读(270)
评论(0)
推荐(0)
摘要:
如何在delphi的程序中获取桌面刷新的消息 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061106105900297.html 我想在windows的桌面刷新后执行一些内容,如何作? hook 消息。。 能说得详细一些么? 阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(303)
评论(0)
推荐(0)
摘要:
关于openkey的问题,请大家帮看看! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061106111720296.html 我写了一段贷码目的是禁用u盘.如下. var reg:tregistry; begin reg.rootkey:=HKEY_L... 阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(243)
评论(0)
推荐(0)
摘要:
关于动态加载dll问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061106114545295.html 现在有一个dll文件,需动态加载,看了很多资料,但是还是不太清楚 1.动态加载时,是不是须在oncreate事件中LoadLibrary进行判断 2.dll在何时进... 阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(168)
评论(0)
推荐(0)
摘要:
用createprocess执行word,需要为外部程序指定一个叁数'd:\aaa.doc',如果这个文档是stringlist中的某一项,那么该如何写呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061106182559294.html var x:integer; ... 阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(120)
评论(0)
推荐(0)
摘要:
关于调用windows内核问题×××××××××××× Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061106205556293.html 上网看过一些windows内核调用的文章 我想用rundll32 user,wnetconnectdialog打开"映射网络驱动器"窗口 ... 阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(135)
评论(0)
推荐(0)
摘要:
如何快速的从几千个文件中删除你想要删除的文件??关键是算法!! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061106211720292.html 如何快速的从几千个文件中删除你想要删除的文件?这些文件是我按照时间记录的,比如:20061106101010.txt,2006110612121... 阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(156)
评论(0)
推荐(0)
摘要:
开机先出先自己的程序界面,输入用户名和口令后再进入windows Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061106222842291.html 我想实现这样一个功能,开机先出先自己的程序界面,输入用户名和口令后再进入windows(winxp或者win2000),有点类似网吧里面的登陆... 阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(255)
评论(0)
推荐(0)
摘要:
关于文件复制与删除的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061107120249290.html 想编个程序,把机器上所有的文件名为A.EXE的文件删除,再把文件B.EXE从机器的X文件夹下拷贝到机器上所有名称为Y的文件夹下,请问如何编写程序? FindFirst() ... 阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(235)
评论(0)
推荐(0)
摘要:
delphi有几种方法创建子线程 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061107143711289.html delphi有几种方法创建子线程 createthead 阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(389)
评论(0)
推荐(0)
摘要:
关于playsound()的问题,在线等 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061107145536288.html uses MMSystem; sndPlaysound(PChar('alarm.wav'),SND_LOOP); 怎么声音不循环播放呢?奇怪... 阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(264)
评论(0)
推荐(0)
摘要:
多线程的sleep和suspend问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061107160754287.html procedure TAthread.Execute; begin while not Terminate... 阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(478)
评论(0)
推荐(0)
摘要:
如何關閉正在運行的特定的程式?急! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061107161535286.html 如何關閉正在運行的特定的程式?急!, 小弟謝謝先! 阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(182)
评论(0)
推荐(0)
摘要:
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)
浙公网安备 33010602011771号