naser.easybase Member
Joined: 08 Jul 2006 Posts: 8
|
Posted: 26/07/06 08:20 Post subject: close application problem |
|
|
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
|
|