At 02:38 PM 5/2/01 -0600, you wrote:
Well, if the current thread is active, it's in the dialog code I guess since DialogBox is, well, modal. And if it's in the dialog code, the code run should be in dialog box procedure, so it should be in a message handling. So any EndDialog is followed by a return to the dialog loop. I am not quite sure of that, though.
Possibly, but it's important at least to add a comment saying that it is a hack.... Correct documentation can wait you think ? Wine is full of strange code that nobody knows why it's here already :-/
Gerard
On Mon, Feb 05, 2001 at 11:17:19PM +0100, gerard patel wrote:
I've never really looked that up.
Well, at least I *do* add comments to my code... ;-) (and that comment wasn't so bad) But yes, it only went as far as explaining 70%, not 100%.
Andreas Mohr