how to in delphi...


[ Follow Ups ] [ Post Followup ] [ Build Your Own Arcade Controls message board ] [ FAQ ]

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



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link address (start with http://):
Link Title:
Optional Image address (start with http://):


[ Follow Ups ] [ Post Followup ] [ Build Your Own Arcade Controls message board ] [ FAQ ]