From: newton-cn Date: Thu, 29 Jan 2026 07:43:53 +0000 (+0900) Subject: dddd X-Git-Url: https://git.insang.kr/gitweb/?a=commitdiff_plain;h=a7fc32be88bc83d2d649f73b3b965f8026940dd2;p=newton-cn_pos.git dddd --- diff --git a/.vs/newton-cn/v16/.suo b/.vs/newton-cn/v16/.suo index 77c53c7..aaa665f 100644 Binary files a/.vs/newton-cn/v16/.suo and b/.vs/newton-cn/v16/.suo differ diff --git a/newton-cn/Form9.cs b/newton-cn/Form9.cs index 5ab6676..1eb9c26 100644 --- a/newton-cn/Form9.cs +++ b/newton-cn/Form9.cs @@ -147,9 +147,13 @@ namespace newton_cn MouseEvent1 me = new MouseEvent1(); me.ctclick(); // 키보드 입력처럼 전송 + Thread.Sleep(100); SendKeys.SendWait("a' or ct_code='" + phone + "' or 1 like 'a"); + Thread.Sleep(20); SendKeys.SendWait("{ENTER}"); + Thread.Sleep(20); SendKeys.SendWait("^{DEL}"); + Thread.Sleep(20); } private void listView1_SelectedIndexChanged(object sender, EventArgs e) diff --git a/newton-cn/bin/Release/newton-cn.exe b/newton-cn/bin/Release/newton-cn.exe index a0e452c..ae30950 100644 Binary files a/newton-cn/bin/Release/newton-cn.exe and b/newton-cn/bin/Release/newton-cn.exe differ diff --git a/newton-cn/bin/Release/newton-cn.pdb b/newton-cn/bin/Release/newton-cn.pdb index 81184be..9a3d9e7 100644 Binary files a/newton-cn/bin/Release/newton-cn.pdb and b/newton-cn/bin/Release/newton-cn.pdb differ diff --git a/newton-cn/obj/Release/newton-cn.exe b/newton-cn/obj/Release/newton-cn.exe index a0e452c..ae30950 100644 Binary files a/newton-cn/obj/Release/newton-cn.exe and b/newton-cn/obj/Release/newton-cn.exe differ diff --git a/newton-cn/obj/Release/newton-cn.pdb b/newton-cn/obj/Release/newton-cn.pdb index 81184be..9a3d9e7 100644 Binary files a/newton-cn/obj/Release/newton-cn.pdb and b/newton-cn/obj/Release/newton-cn.pdb differ