2009年4月8日
摘要:
一个特殊异常的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061110100958260.html 程序涉及到 多线程 list 整个程序也还没看懂 只知道运行大概5天左右后 就报错 显示如下: Access violation ...
阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(214)
推荐(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
阅读(928)
推荐(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
阅读(984)
推荐(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
阅读(280)
推荐(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
阅读(906)
推荐(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
阅读(198)
推荐(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
阅读(512)
推荐(0)
摘要:
请问怎么获得当前连接到网上邻居的用户名啊?怎样完全断开所有网上邻居的连接? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061111102009253.html 情况是这样的,我在服务器(WINDOWS2003)上开了共享,需要账号和密码客户机(WINDOWSXP)才能访问的,因为每次连接上网...
阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(824)
推荐(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
阅读(281)
推荐(0)
摘要:
如何向其他程序中的toolbar中ToolButton发送点击按钮??? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061112160354251.html 可以找到toolbar的句柄, 在Toolbar中的按扭也没有句柄, ...
阅读全文
posted @ 2009-04-08 09:16
delphi2007
阅读(675)
推荐(0)
2009年3月13日
摘要:
急求TWindowsMediaPlayer循环播放的问题的问题! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060922222216300.html 我想用TWindowsMediaPlayer无限循环播放一个媒体文件,当文件播放结束的时候再从头来过,无限次。当我在playst...
阅读全文
posted @ 2009-03-13 10:27
delphi2007
阅读(657)
推荐(0)
摘要:
多层画图慢! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060923101243299.html 用三层的IMAGE实现鼠标在一个扫描文本图上的手写笔功能,底层IMAGE显示扫描的文档图,中间IMAGE显示的是每个人作的批示的图,最上层IMAGE用来作当前进入的人的画板显示当前...
阅读全文
posted @ 2009-03-13 10:27
delphi2007
阅读(179)
推荐(0)
摘要:
用scanline取BMP上某点的颜色,代码如下,为什么可以编译,运行时却出错呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060923102511298.html procedure TForm1.Image1Click(Sender: TObject); ...
阅读全文
posted @ 2009-03-13 10:27
delphi2007
阅读(253)
推荐(0)
摘要:
怎样画一个矩形将列出的若干个点都包含在里面,并且矩形是刚刚好包含这些点。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060923191237297.html 各位兄弟,怎样画一个矩形将列出的若干个点都包含在里面,并且矩形是刚刚好包含这些点。矩形的角度由这些点的边决定。 ...
阅读全文
posted @ 2009-03-13 10:27
delphi2007
阅读(193)
推荐(0)
摘要:
如果修改调色板,实现单色位图文件反色 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060925090610294.html 请问如何修改调色板,通过修改调色板把黑色变白色,白色变黑色,那位高人能用DELPHI写一小段示例程序吗?急啊 解析出R,G,B,利用Canvas的Pixe...
阅读全文
posted @ 2009-03-13 10:27
delphi2007
阅读(211)
推荐(0)
摘要:
为什么调用TWindowsMediaPlayer控件的newMedia()方法的时候会出错? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060925142521293.html 我的delphi是7版本的,WindowsMediaPlayer 是9.0版本 CSDN真的没...
阅读全文
posted @ 2009-03-13 10:27
delphi2007
阅读(174)
推荐(0)
摘要:
求助: 用DSPACK播放VOB文件的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060925181523292.html 请问高手: 我应该如何用DSPack来播放本地硬盘上面的VOB文件? ...
阅读全文
posted @ 2009-03-13 10:27
delphi2007
阅读(549)
推荐(0)
摘要:
请教做个图标扇动提示》在线等 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060926160404291.html 用DELPHI如何做个小图标老扇动呢?在样可以提示?多谢!
阅读全文
posted @ 2009-03-13 10:27
delphi2007
阅读(126)
推荐(0)
摘要:
关闭playsound Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060926164903290.html PlaySound(PChar('c:\wav\nottalk.wav' ), 0, SND...
阅读全文
posted @ 2009-03-13 10:27
delphi2007
阅读(268)
推荐(0)
摘要:
如何做到BMP图象缩放时平滑过渡? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060926170109289.html 类似CAD、GOOGLE EARTH的效果,哪个高手给说道说道 1 CAD不是BMP图片,是一种矢量图 2 GoogleEarth是用...
阅读全文
posted @ 2009-03-13 10:27
delphi2007
阅读(401)
推荐(0)
摘要:
新手求救:在image上用canvas画一个很粗的线条,如何让这个粗条半透明显示呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060926224629287.html 或者是画一个圆形,也要半透明显示,如何做到呢?多谢了。 半透明,就是能透过一层看到...
阅读全文
posted @ 2009-03-13 10:27
delphi2007
阅读(517)
推荐(0)
摘要:
从流中读出jpg,为什么不行,高手指点 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060927172223286.html var stmrcv:tmemorystream; jp:tjpegimage; stmrcv.Co...
阅读全文
posted @ 2009-03-13 10:27
delphi2007
阅读(217)
推荐(0)
摘要:
请教各位仁兄 ,如何给delphi7增加gdi+的功能? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060927174050285.html 在网上下载了一个GPDraw V0.8 按说明安装时却出错,提示 ‘loadlibrary(''d:\a\gpd...
阅读全文
posted @ 2009-03-13 10:27
delphi2007
阅读(287)
推荐(0)
摘要:
這個控件老裝不上?????? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060928142507284.html delphi 裝AMixer控件,老裝不上???? AMixer控件: http://www.delphifa...
阅读全文
posted @ 2009-03-13 10:27
delphi2007
阅读(156)
推荐(0)
摘要:
高手才进来,这样的功能怎样实现? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060928203811283.html 例如有一幅图,是个四个带有花纹边框的JPG图片(相当于一个相框),然后我把一张我的大头照(也是JPG格式)移动到这个边框上,然后两个图层合并成一个新的图层,再可...
阅读全文
posted @ 2009-03-13 10:27
delphi2007
阅读(134)
推荐(0)
摘要:
如何把GIF,BMP等图形文件加入到XML中 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060928214219282.html 如题! 例如: GIF89a....?....}憼m?烫?..f檉f...g迧.._pd櫡拇?絢?5B!...
阅读全文
posted @ 2009-03-13 10:27
delphi2007
阅读(223)
推荐(0)
摘要:
高分求一图像问题解决思路及方案 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060928233146281.html 现有如下问题:要将一TIF格式的图像读入,然后根据特定的坐标值对其进行分割处理并单独显示各块,或者跳过分割步骤根据坐标值直接显示相应的区域。求解决思路及方案! ...
阅读全文
posted @ 2009-03-13 10:27
delphi2007
阅读(159)
推荐(0)
摘要:
我在Delphi中怎么复制不到图像 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060929084043280.html procedure TForm1.FormCreate(Sender: TObject); var rect1,rec...
阅读全文
posted @ 2009-03-13 10:27
delphi2007
阅读(224)
推荐(0)
摘要:
求助 Timage.picture.icon颜色失真 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060929102339279.html image1.Picture.Icon.Handle :=extractIcon(hinstance, pchar(ParamStr...
阅读全文
posted @ 2009-03-13 10:27
delphi2007
阅读(343)
推荐(0)
摘要:
想在image上画一个粗线,如何在鼠标未按下去的时候让鼠标显示为一个红色半透明的圆形呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060929115509278.html 有没有这方面的属性可以直接设置呢?多谢了。 捕捉鼠标位置,实时绘制。
阅读全文
posted @ 2009-03-13 10:27
delphi2007
阅读(199)
推荐(0)