johnmrncc1701d
Results
1
issues of
johnmrncc1701d
It is possible to call OpenFilePanel in a (non-UI) thread, but you need to set the thread with TrySetApartmentState(ApartmentState.STA) and then it will work. So it is possible to have...