Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: eladna
  • Content: Threads
  • Order by date
  1. eladna

    How to find Microsoft office PATH?

    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
  2. eladna

    How to recieve information from ShellExecute

    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')...
  3. eladna

    How to read the "PATH"?

    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...
  4. eladna

    WinExec

    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...
  5. eladna

    Different color for different text

    Hi Does somebody know how to draw characters in different colors at RichEdit?
  6. eladna

    No default printer

    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...

Part and Inventory Search

Back
Top