Ended up not using that code to disable text boxes and I got my program working for the most part except now when I run it the first time I put in values and send to CLX and it works fine, though if I try to change anything and send a new set of values I get an error in your code from the CLXethernet driver code
SyncLock (ReadLock)
DLL(MyDLLInstance).WriteTagValue(tag, StringVals, 1, TNS)
End SyncLock
There Error I get here says Send que full, may have lost connection or data request too fast.
Any idea why I would be getting that?