Posts by Felipe M. Martins • 56 points
1 post
-
4
votes2
answers169
viewsA: Write program in another’s textbox
We can try something like this: Process processo = Process.Start("SICON.EXE"); IntPtr h = processo.MainWindowHandle; SetForegroundWindow(h); processo.WaitForInputIdle(); // Isso aqui foi de extrema…
c#answered Felipe M. Martins 56