I encounter a problem with a Windows Forms application.
A form must be displayed from another thread. So in the form class, I have the following code:
You're probably executing this code before the form has been shown. Therefore, InvokeRequired is returning false.
InvokeRequired
false