|
IntPtr hWnd = GetExeHandel ("StartOldInstance");
// MessageBox.Show ("" + hWnd);
if (hWnd! = IntPtr.Zero)
{
ShowWindow (hWnd, 1);
SendKeys.Send ("{Enter}");
Clipboard.SetDataObject ("123456789");
SetForegroundWindow (hWnd);
Ranch
}
If you want to "Clipboard.SetDataObject (" 123456789 ");
"How to achieve the paste together, please prawn help, no one answered after asking a few stickers! |
|