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
When you find the message box, try sending it WM_NOTIFY with a BN_CLICKED type and the ID of the OK button.
WM_NOTIFY
BN_CLICKED