Posted by )p( on January 26, 2002 at 11:07:53:
In Reply to: Re: Visual Pinball and EmuLoader (for Howard Casto and Emulaxian or Delphi Programmers) posted by buzzdat on January 25, 2002 at 14:34:54:
from taking a peek at the source...instedad of the normal execution....
use shellexec with the play command with the filename...
something like
procedure TFormMain.BlahBlah(Sender: TObject);
begin
ShellExecute(Handle, 'play', 'mytable.vpt', nil, nil, SW_SHOWNORMAL);
end;
Peter