Hi
Does anyone know how can I find if Microsoft office installed in the computer and if yes where can I find it's PATH?
I need it so I could execute the Excel.exe for example.
Any help would be appreciated
Hi
I have 2 programs which one opens the other with ShellExecute command.
For example
procedure Tform1.Button1Click(Sender: TObject);
begin
ShellExecute(0, 'open', PChar(ExtractFilePath(Application.ExeName)+'SecondProgram.exe'),
Pchar('Parameters to pass'), Pchar('Directory to pass')...
Hi
I have an external program which I run with a batch file from my program.
While the installation of the external program it has been added to the "PATH"
I would like to know how I could I read the PATH so I could tell if the program has been installed or not and give a warning if needed...
Hi
I'm using the WinExec command
PCommand := PChar(Command);
WinExec(PCommand,SW_HIDE);
and when the program is running under "Windows 98" every time I use it, it stays open and can be close only by close program session (ctrl + alt + Delete)
so my questions are...
Hi
I have a program which uses the "printdialog" and the "printsetupdialog".
These components sit at one of the forms (MDI Child).
The problems accords when the user does not have any default printer, in that case he can't reach the form and instead gets an error message "Error reading...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.