Posted: Sun Dec 09, 2012 6:40 pm Post subject: Open processor with PID and not processor name?
How do I make C.E attach Processor ID (PID, ) and not processor name, using edit box..
i use this to attach..
Code:
function CEButton1Click(sender)
local pname=control_getCaption( UDF1_CEEdit1 );
openProcess( pname )
local err=getOpenedProcessID();
if ( err == 0 ) then
messageDialog( "Cannot attach to " .. pname, 2, 2 );
end
end
Thanks. _________________
I'm rusty and getting older, help me re-learn lua.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum