Hi,
I'm using UltraVNC for many years and recently I decided to develop an application to broadcast mouse & keyboard through LAN to update identical computer.
So this appli is launched with psexec on remote computers (1 master and multiple clients).
I used Autoit to develop it and "SetWindowsHookEx" function on all threads.
Here is my problem : It seems with the last version of UltraVNC (1.1.9.0) that it is in conflict with my own hooks. With the previous version (1.0.8.2) it worked fine.
I'm just a newbie in dev so is there something I can do for the 2 soft work together without conflict ?
Thanks for your time.
Sorry for my english.