multiple results from MessageBox
Ok, this may be stupid question but is there any way to jump multiple places based on the result of MessageBox?
I want to use MB_ABORTRETRYIGNORE, but since I can only use one result code how do I react to all three?
Is the result of the MessageBox stored anywhere?
This could be solved very easily if either:
1) let the MessageBox have multiple destinations, or
2) store the result of MessageBox into a flag similar to Error flag.
If anybody has a workaround or example on how to make this work I'd very much appreciate it.
thanks