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"<