Page 1 of 1

close application problem

PostPosted: July 26th, 2006, 8:20 am
by naser.easybase
i run anthor application with shellexecute

var
mypenhwnd : hwnd
begin
mypenhwnd :=
ShellExecute( ImgEditForm.Handle, // hwnd
nil, // lpOperation
PChar(PenPathSigner) , // lpFile
nil, // lpParameters
nil, // lpDirectory
SW_SHOW);
end ;

how I Can Close It ? plz help
thanks lot

PostPosted: July 26th, 2006, 8:55 pm
by Johnny_Bit
send message to it man! you've got handle, so where's the problem?