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

delphi package - automated exception handling
Post Reply
chuchiring
Posts: 21
Joined: Wed May 07, 2014 3:24 am

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

Post 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
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

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

Post by madshi »

I think you can make "Windows.MessageBox" modal by using "madExcept.GetExceptBoxHandle" as the MessageBox' parent/owner window.
Post Reply