Warum immer mit so komplizierten und großen proceduren?
Warum nicht einfach Shellexecute?
Delphi-Quellcode:
uses shellapi;
Shellexecute(
handle,'
open',Pchar(Filename),'
','
',SW_SHOW);
Shellexecute(handle,'open',Pchar('sndrec32.exe'),'','',SW_SHOW);
funktioniert bei mir ohne Probleme!
Gruß
Neutral General
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."