C# Edge 67 - ConWin4 - Threads and the UI

Опубликовано: 08 Июнь 2026
на канале: cyborgmagus
194
1

http://cyborgmaguscsharpedge.com/ has all my video tutorials usually with source code in an organized cyber-library. In this fourth ConWin video we exaimine the concept of Threads (lines of executing code that run at the same time as other lines of executing code within the same program or process). We also look at the problems with Threads other than the main thread being able to access controls such as a button or listbox. A solution to this problem is presented in the next tutorial: ConWin5 (C# Edge 68).
   • C# Edge 67 - ConWin4 - Threads and the UI