I need to create an application that has some autoCAD functions like enter, esc, offset, etc. I have this example to work on:
So basically the toolbar stays always on top of every window then, when I open autoCAD and press any button, autoCAD recognize the button pressed and run the specific function. I thought about creating an application to do keyboard commands like if I have an enter button, it's like pressing enter on the keyboard. Seems legit in theory, but the problem is that autocad never do those functions because I'm still on the application window.
The issue is that I have no idea on where to start. I am researching something with user32.dll and setForegroundWindow(), but I am super lost.
Any idea on where or what to study would be great.
Thanks.