I am assuming I need to use pinvoke but I am not sure which function calls are needed.
Scenario: a legacy application will be running, I will have Handle for that application.
I need to:
- bring that application to the top (in front of all other windows)
- make it the active window
Which Windows function calls are needed?