George Smith wrote: > I am trying to compile a program on Delphi 6 and the compiler is not > recognizing ShellExecute. Can someone tell me what Unit it is in, I can > not find it.
Go to your Delphi\Source directory and run this command: grep -r ShellExecute * It will find you all the places where "ShellExecute" appears, including the ShellAPI unit, where the function is declared. -- Rob _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

