07-19-2006 01:15 PM
07-20-2006 03:22 AM
07-20-2006 03:35 PM
Hello:
void function (void)
{
MakeApplicationActive(); // no effect using the quicky popups like ConfirmPopup() or MessagePopup()
// Guess I would have to create a panel and then use MakeApplicationActive()
// to make it active over other running application windows
// Thanks for trying
}