专注未来

文章
5
资源
0
加入时间
2年10月24天

c++工程内弹出对话框

转自:https://blog.csdn.net/weixin_40327927/article/details/88389314#include<windows.h>#include<cstdio> int main(){ int x; x=MessageBox(GetForegroundWindow(),"【标题】","【要说的话】",1); pri...