I have developed an application in VB 5.0. This app is user unattened app. In this app a dialog box with a specified title appears at any time. Due to this dialog box the app suspends. Thus i want to kill this dialog box from an another app. The only thing i know about this dialog box is its title.

Note : According to my logic the solution is to create an another app, which will keep an eye on the current active dialog box, and if the dialog box's title matches with the desired one, then kill it.