The calling thread must be STA, because many UI components require this error In WPF?
- by Rev
Hi.
I make pop-up message for my application. this form is on wpf, and in the a thread i check a value and for some result , I show that pop-up to show message.
In the thread when I create pop-up class(type of WPF window class) an error throw by pop-up Contractor. "The calling thread must be STA, because many UI components require this"
What do I do?