Page 1 of 1

how to show a modal dialog after click "send bugreport"

Posted: Tue Dec 05, 2017 12:40 pm
by chuchiring
dear madshi,

I want to show a modal dialog to tell user the bug report sent already after he clicked "send bugreport" button, but MessageBox function can't acts modal dialog with your bugreport window, could you tell me how to do it?

thank you!

chu

Re: how to show a modal dialog after click "send bugreport"

Posted: Wed Dec 13, 2017 9:57 am
by madshi
I think you can make "Windows.MessageBox" modal by using "madExcept.GetExceptBoxHandle" as the MessageBox' parent/owner window.