Hi, What are any good alternatives to app.DoEvents (which as we all know can cause big problems, and has come back to haunt me again recently) where you need to make sure time is yielded to other things?
I have a series of DataSliders and the values from them are being sent out over Sockets. The problem is that nothing gets sent out while you are moving the slider UNLESS I use app.DoEvents in the ValueChanged. Is there something else that will allow that without resorting to using app.DoEvents? I have found that for some things a really short DelayMBS will work, but in the case of the slider, that doesn't seem to help. Ideas? Thanks, Jon Jon Daggett Castle Studios Productions www.castlestudios.com _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
