VoIPDemo is intended as a sample to show how to use the RTC API for Windows CE, but also as a working application for demonstration and use (taking note of the limitations described below). Limitiations ============= Currently supports 1 IM and/or 1
Advanced GUI Code Example This code example demonstrates how to create an advanced graphical user interface (GUI) in PowerBuilder, using native PowerBuilder objects as well as third-party controls implemented using the PowerBuilder Native Interface
Hooking into the Windows API is a complicated process and there are several techniques to achieve this.Microsoft recommends that the callback procedure for most hooks should reside within a DLL, this is the method used by the TCPMouseHook Component.