上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 37 下一页
  2009年4月8日
摘要: 关于 打印设置 的问题 讨论。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061108134026279.html 打印的很多选项设置,打印到哪台打印机,打印的份数,打印方向,纸张类型等。 究竟该如何设置? 比如 打印的份数 printer.Co... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 程序关闭后会自动清楚所有的变量吗? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061108134739278.html 我的一个程序,里面有窗口句柄变量、进程句柄变量等等很多! 如果程序中没有释放这些变量。关闭程序后,这些都会释放吗? 还有我程序中使用的键盘钩... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 除了用一个时间器来定时获得当前时间外。还有什么办法可以实时准确的获得当前时间? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061108144052277.html 如题。 时间器比如设一秒就重新获取一次。可以是可以,但是有没有更好的办法? date 获得日期, ... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(208) 评论(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 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 串口打印问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061108153021275.html 串口打印,发什么命令可以改变字体大小 如果帮我解决200分相送。 Printer.Canvas.Font.Size:=? 我的问题是,直接通过串口写 指令... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 怎么样才可以使得窗体中的控件随窗体变化而变化 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 阅读(276) 评论(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 阅读(309) 评论(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 阅读(231) 评论(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 阅读(428) 评论(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 阅读(201) 评论(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 阅读(554) 评论(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 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 如何强制关闭串口? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061110085745262.html 系统其他程序占用的串口,我的程序怎么去强制关闭? 谢谢 用api: closefile closehandle 怎么使用,能不能给个详细点的例子? ... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(1010) 评论(0) 推荐(0) 编辑
摘要: 求救,高手帮看看(window 外壳) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061110094628261.html 各位高手我现在这里现在想实现虚拟硬盘在window xp系统上(如像u盘形式出现系统的样式),不知道在这方面怎么解决,小弟对这方面不是很了解,请大家多多帮助 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 一个特殊异常的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061110100958260.html 程序涉及到 多线程 list 整个程序也还没看懂 只知道运行大概5天左右后 就报错 显示如下: Access violation ... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 如何获得所有windows用户的SID Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061110113225259.html 有什么方法可以获得所有windows用户的SID 访问注册表 最好是指针形式的sid {$EXTERNALSYM ConvertSidToString... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(904) 评论(0) 推荐(0) 编辑
摘要: PB调用DELPHI的DLL之间传值的问题,大家来看看 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061110115522258.html PB的主程序调用DELPHI的DLL,DLL在函数执行完后回传一个字符串给PB主程序,DLL里用的是PCHAR类型。。PB下该怎么接收? ... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(968) 评论(0) 推荐(0) 编辑
摘要: 如何截取浏览器弹出的Java脚本的窗口? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061110171031257.html 如何截取浏览器弹出的Java脚本的窗口? 帮你顶 script error window or new Internet Explorer ... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 如何利用API获取WINDOWS系统所有用户名和密码(做过的朋友进来看看) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061110172545256.html 如何利用API获取WINDOWS系统所有用户名和密码 是不行的。。。 net user 就可以拿到用户名啊。。 ... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(889) 评论(0) 推荐(0) 编辑
摘要: 多线程问题?!!高手来 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061110202423255.html 一个函数 funtion temp(aa:integer;bb:integer):string; var i,j:integer; b... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 如何只用API来编写程序? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061109123707267.html 尝试了一下,但是运行后没有窗口显示,请高手赐教 program API; uses Windows,Messages; ... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 为什么我的windows Service程序启动的另一程序不显示呢 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061109155837266.html 我做了一简单service程序(ErrorServerity项设置为:esSevere),用它来启动另一程序,本来启动另一程序是可以让该程序... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 提问,如何取得当前登陆用户的登陆名 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061109161856265.html 例如 用户名为张三,密码:12345 登陆到office域。 怎么读取出张三这个信息。 密码是读不出来的 我只读用户名就好 GetUserName 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 问临界区TCriticalSection 与 TRtlCriticalSection 的区别 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061109170721264.html 如题 大家在用TCriticalSection 的 enter方法时有没有出过什么问题 我喜欢用AP... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(889) 评论(0) 推荐(0) 编辑
摘要: findfirst findnext 递归查找指定目录下所有子目录下所有文件,为什么总是死机? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061110231617254.html procedure TForm1.FindAll(const Path: String); ... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(505) 评论(0) 推荐(0) 编辑
摘要: 请问怎么获得当前连接到网上邻居的用户名啊?怎样完全断开所有网上邻居的连接? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061111102009253.html 情况是这样的,我在服务器(WINDOWS2003)上开了共享,需要账号和密码客户机(WINDOWSXP)才能访问的,因为每次连接上网... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(819) 评论(1) 推荐(0) 编辑
摘要: HOOK 超级问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061111145304252.html 求一个最简单的键盘HOOK例子; 谢谢各位大爷了! http://community.csdn.net/Expert/topic/5066/5066823.xml?tem... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 如何向其他程序中的toolbar中ToolButton发送点击按钮??? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061112160354251.html 可以找到toolbar的句柄, 在Toolbar中的按扭也没有句柄, ... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(662) 评论(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 阅读(243) 评论(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 阅读(228) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 37 下一页