Related resources for message loop
  • Windows API Window Using C#11/8/2014 11:58:58 PM. This program will create a very simple window that just says "Hello" but it does using just the Windows GUI API in C#.
  • Messaging between Threads using Message Loop1/30/2006 11:48:06 PM. MessageLoopLib is a stripped down version of a complete, threading communication subsystem Ive written. This implementation is a single thread created in the GUI constructor. Ive dropped all thread management and have had to change some of the message code to accommodate this.