I want to open from c# an application (standalone flashplayer) and set it position to (0,0) on the screen. How can I do this? So far I\'ve managed to open flashplayer:
Try SetWindowPos as described here. This page shows how to call it from C#.
SetWindowPos