简单极了,但是我不会,分数不多了,只有50,但还是要情你们帮忙阿~~~~~~~~(50分)

  • 主题发起人 主题发起人 炼火玄冰
  • 开始时间 开始时间

炼火玄冰

Unregistered / Unconfirmed
GUEST, unregistred user!
1、delphi中获取当前系统目录的函数是什么啊??(/windows/system&amp;/winnt/system32)<br><br>2、怎样能把两个可执行程序捆绑在一起执行,或是在执行一个程序的时候(windows系统里<br>面的程序)自动让我自己的程序执行????<br><br><br>谢谢各位大虾帮忙啊~~~~~~~~
 
1、GetSystemDirectory
 
1.<br>procedure TForm1.Button1Click(Sender: TObject);<br>var<br>&nbsp; SysDir: array[0..MAX_PATH] of Char; &nbsp; &nbsp;// holds the system directory<br>begin<br>&nbsp; {retrieve the system directory and display it}<br>&nbsp; GetSystemDirectory(SysDir, MAX_PATH);<br>&nbsp; Label1.Caption := StrPas(SysDir)<br>end;<br>2.<br>你可以用shell调用windows的程序<br>但windows的程序不会调用你的程序<br><br>
 
多人接受答案了。
 
前一个问题上面已经答了。<br>
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
614
import
I
I
回复
0
查看
732
import
I
后退
顶部