Does anyone know how you can create a windows message handler in Paradox. Basically I have created a custom message in another application which I wish to respond to in paradox.
You might be able to use enumWindowHandles, then search the resulting array for your Windows error dialog and provide the correct response if it is there (I think using the handle you can even close the dialog, if you wish). Make sure you give the error dialog a unique name so you can differentiate between Windows errors.
I suppose you could also put the routine on a brief timer so it checks for errors regularly.
Just tossing out ideas....
Mac
"There are only 10 kinds of people in this world... those who understand binary and those who don't"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.