mosvath
Results
1
comments of
mosvath
Actually it works with Windows 10 (games included). `public partial class Form1 : Form { [DllImport("User32.dll")] static extern int SetForegroundWindow(IntPtr point); ``` public Form1() { InitializeComponent(); } private void button1_Click(object...