hello. i would like to know if there is any way to get access to the window of another application. i want to prevent my application from being started twice, if that happens i'd like to find the main window of another application and bring it to the front. i can achieve this with WinAPI FindWindow, but i'd like it to be platform-independent.