原有Turbo basic编的程序,且已编译成.EXE文件,请问Delphi中可否直接使用?(50分)

  • 主题发起人 主题发起人 jonelin
  • 开始时间 开始时间
J

jonelin

Unregistered / Unconfirmed
GUEST, unregistred user!
As above !
Thank you!
 
可以
winexec
 
; 怎么使用法??? {B-(
 
若没有源程序的话,只能作为可执行程序。
 
example:
winexec('C:/Program Files/Microsoft Office/Office/excel.exe /e abc.xls',sw_hide);
或用:
ShellExecute(HWND hwnd,LPCTSTR lpOperation,LPCTSTR lpFile,
LPCTSTR lpParameters,LPCTSTR lpDirectory,INT nShowCmd);
 
winexec only
 
什么意思?
 
只能用winexec来调用,而且turbo basic只能编译dos下的程序
 
you may use createprocess funtion to run it , you may use pipes
to input from you delphi and output to your delphi(like memo)
you will not view the black dos screen.
Mail me for details.
 
接受答案了.
 
后退
顶部