展开全部
传一个控件或窗体作为参数/字段,从而得到主窗体的invoke方法。
追问
具体怎么弄啊,不懂,能不能给个例子什么的,谢谢
追答
Public Module test
Public Sub test1(c As Control)
If c Is Nothing OrElse c.Parent Is Nothing Then Return
If c.Parent.IsHandleCreated Then
c.Invoke(Sub()
End Sub)
End If
End Sub
End Module
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询