InvokeRequired keeps returning false when true is expected
问题 I have the following test code. It does nothing useful, but it's there for me to understand VB: Imports System Imports System.IO Imports System.Diagnostics Imports Microsoft.VisualBasic Imports System.Threading Public Class Sandbox Public Shared num As NumericUpDown Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim objWrk As Worker objWrk = New Worker objWrk.Show() End Sub End Class Public Class Worker Public Sub Show() Dim