• 0

convert this C# code to VB


Question

4 answers to this question

Recommended Posts

  • 0

It should be

Me.Invoke(New MethodInvoker(
Sub()
  timer3.Enabled = True
End Sub))

this worked perfectly thanx :-)

Link to comment
Share on other sites

This topic is now closed to further replies.