Example #1
0
        // Callback method for WndProc
        protected override void WndProc(ref Message m)
        {
            // Pass the message to our message handler
            theRgbBargraphDevice.handleDeviceNotificationMessages(m);

            // Pass the message on to the base WndProc
            base.WndProc(ref m);
        }