close a message box from another program using c#

后端 未结 2 1985
长发绾君心
长发绾君心 2020-12-10 14:41

Here\'s my problem: we have an automated build process for our product. During the compilation of one of the VB6 projects a message box is spit out that requires the user t

2条回答
  •  抹茶落季
    2020-12-10 15:23

    When you find the message box, try sending it WM_NOTIFY with a BN_CLICKED type and the ID of the OK button.

提交回复
热议问题