From 892269d7bdbf5681d100e2d3ea7d3ca2a26034ca Mon Sep 17 00:00:00 2001 From: jiaowobaba02 Date: Mon, 24 Jul 2023 09:03:04 +0900 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'msg=5Fcontrol.cpp'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- msg_control.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 msg_control.cpp diff --git a/msg_control.cpp b/msg_control.cpp new file mode 100644 index 0000000..c99cad6 --- /dev/null +++ b/msg_control.cpp @@ -0,0 +1,15 @@ +#include +#include + +using namespace std; +void msg(char *title,char *info){ + MessageBox(GetForegroundWindow(),title,info,4); +} +int main(int argc,char *argv[]){ + if(argc==3){ + cout<<"showed"<<" title"<