-
Delphi有两个进度条为什么同时只能有一个运行两个进度条,一个增加,一个减小,但程序提示错误,只能运行一个,如何同时执行两个进度条。ProgressBar1.Position:=ProgressBar1.Position+10ProgressBar2.Position:=ProgressBar2.Position-10chenfujun123 时间:10-28 + 阅读全文
-
求助 调用dll问题functionEHRSyncTransport(eventid,body:String;varp:pchar):integer;stdcall;external'ehradp.dll'procedureTForm1.Button4Click(Sender:TObject);varxmlstr:string;herder:string;i:integer;beloveme615 时间:10-28 + 阅读全文
-
delphi运行期的执行文件,怎么获取它的版本号运行期的执行文件,怎么获取它的版本号?我是用GetFileVersionInfo函数在程序没有执行的时候能够获取到它的版本号,但是执行的时候获取到的就是空的。jubobo 时间:10-28 + 阅读全文
-
Bpl打包的BaseForm怎么可视化继承?让别的BPL继承时可以看见上面的控件?Bpl打包的BaseForm怎么可视化继承?让别的BPL继承时可以看见上面的控件?直接USEBase和TForm2=class(TBaseForm)只能在运行时看见case5166 时间:10-28 + 阅读全文
-
delphi调用DLL的问题delphi调用DLL的问题我有一个DLL别人也给我了函数名但是是VB上调用的代码我想从Delphi上调用求范例 int_stdcallMirrorBmp(intXBegin,intYBegin,intXwidth,intYheight)DLL文件名GeoTrans.dll求范例piqimiss2 时间:10-27 + 阅读全文
-
关于Image的一个问题。。Delphi(Pascal)codevarnewbmp:TBitmap;i,bmpheight,bmpwidth:integer;beginnewbmp:=TBitmap.Create;newbmp.LoadFromFile('RES\002.bmp');Image1.Height:=newbmp.Height;image1.Canvas.Draw(0,0,newbmp)taoran12 时间:10-27 + 阅读全文
-
webbrowser框架iframe的IHTMLElement对象怎么取??看起来简单,其实非常难啊。百度Google竟然都没相关资料。。EmbeddedWB1.Doc2.frames.item(0)asIHTMLElement//错误...应该怎么取??EmbeddedWB1.Doc2.frames.item(0)asIHTMLWindow2//正确但不是我想要的我要iframe的tagName,x,y坐标。。只能通过IHTMLElement对象。应该怎么取?.jianye112 时间:10-26 + 阅读全文