I've been doing a fair bit of multi-thread lately and one thing that keeps bugging me is the sync with the GUI.<BR><BR>C# makes it relatively easy with the use of BeginInvoke, but I seem to find ...
Some background: I'm writing a program (a simple chatbot) that uses text to speech, both text to speech libraries available to C# in Visual Studio have a memory leak (probably the same one). Right now ...