Macgoober
July 1st, 2009, 02:44 AM
In general, I'm coding an external program with Ruby and would like to issue some API commands, but I'm afraid this is where Ruby becomes limited in its ability.
I want to have the console window set to be "Always on Top" in a sense. So how would I go about hooking onto a console and bring it to the top with C++ and Window's API?
I'm running into confusion with SetWindowPos() and SetForegroundWindow()
Any help/advice is much appreciated
Thanks,
- Mac
I want to have the console window set to be "Always on Top" in a sense. So how would I go about hooking onto a console and bring it to the top with C++ and Window's API?
I'm running into confusion with SetWindowPos() and SetForegroundWindow()
Any help/advice is much appreciated
Thanks,
- Mac