I just posted a question about how to get a delegate to update a textbox on another form. Just when I thought I had the answer using Invoke...this happens. Here is my code:<
I found the InvokeRequired not reliable, so I simply use
InvokeRequired
if (!this.IsHandleCreated) { this.CreateHandle(); }