반응형 [C#] Kiwoom 로그인 수동 제어 로그인 창을 수동 제어 하기 위해 필요한 함수들. using System.Runtime.InteropServices; using System.Threading; [DllImport("user32.dll")] public static extern IntPtr FindWindow(string lpClassName, string lpWindowName); [DllImport("user32.dll")] public static extern int findWindowEx(int hWnd1, int hWnd2, string lpsz1, string lpsz2); [DllImport("User32.dll")] public static extern int SendMessage(IntPtr hWnd, int uMsg, .. 2022. 9. 13. 이전 1 다음 반응형