Have a situation where I write bitmaps to a specific area of a window. This works fine.
When I add a Message Box to the logic the bitmaps no longer go to the correct coordinates.
Suggestions would be most welcome.
Thanks,
JPS
When I add a Message Box to the logic the bitmaps no longer go to the correct coordinates.
Suggestions would be most welcome.
Thanks,
JPS
Don't forget that the value of EAX changes as you call different API function ... make sure your saving the values ???
Just thought that might have helped
Just thought that might have helped
You will have to be more specific, no one can possibly diagnose your problem from the details you gave.....
I will say though that it is a problem with your code, displaying a messagebox does not affect the parent window (except in modality). Post a sample of your code.
I will say though that it is a problem with your code, displaying a messagebox does not affect the parent window (except in modality). Post a sample of your code.
I agree ...
But he maybe setting up a set of functions which gets the Bitmap ready but then calling then MessageBox API funcion and detroying the value in EAX or any other registers !!
BTW Sluggy ... your Avatar is knocking me sick, but its cool :)
But he maybe setting up a set of functions which gets the Bitmap ready but then calling then MessageBox API funcion and detroying the value in EAX or any other registers !!
BTW Sluggy ... your Avatar is knocking me sick, but its cool :)