Page 1 of 1
Handle event from anouther program
Posted: Thu Jan 03, 2013 5:07 pm
by muttley1968
Hello does anyone know how to add a handle to the keypress event of anouther program i want to make it so if you
Press esc it will cansle its usual event and replace it with a code i write to do a diffrent task then it is supose to
Re: Handle event from anouther program
Posted: Thu Jan 03, 2013 6:35 pm
by clanc789
That would be reverse engineering?
Re: Handle event from anouther program
Posted: Thu Jan 03, 2013 6:39 pm
by muttley1968
Reasson why is i need to remove being able to disconect feture from a minecraft to use it in a special version
is their anyway to handle this or do this even if i do have to reverse engineerir it i have to have this done by monday
Re: Handle event from anouther program
Posted: Thu Jan 03, 2013 9:33 pm
by AnoPem
muttley1968 wrote:Reasson why is i need to remove being able to disconect feture from a minecraft to use it in a special version
is their anyway to handle this or do this even if i do have to reverse engineerir it i have to have this done by monday
Make a keypress event so when someone press esc it clicks esc again ? That run hidden in the bg
Re: Handle event from anouther program
Posted: Thu Jan 03, 2013 10:01 pm
by muttley1968
but how would i do that from my program would i run a background process or make a form that is allways ontop but has a trasparency or something
Re: Handle event from anouther program
Posted: Thu Jan 03, 2013 10:03 pm
by AnoPem
You could make a program that has an panel where you execute minecraft inside the panel so that minecraft run inside your application and then do some sendkeys stuff