evanwon / WPFCustomMessageBox

A WPF clone of the native Windows/.NET MessageBox with extra features like custom button text.
122 stars 63 forks source link

Allow CustomMessageBox to be opened from non STA threads #19

Closed kcl93 closed 1 year ago

kcl93 commented 1 year ago

I have updated the code so that it creates a STA thread in case the current one is not one already. This makes it possible to open MessageBoxes from anywhere.