I’m using vb.net in Visual Studio 2008. I’ve setup a public sub inside of a module that I’m trying to get multiple threads to be use to update a rich text box.
I would normally be using ME.INVOKEREQUIRED….,but it’s telling me that “ME” is not valid inside of a module.
Could someone please point me in the right direction here?
You need to check the
InvokeRequiredproperty of yourRichTextBoxinstance.