Example #1
0
 void LoadWindowDesktopBounds()
 {
     // First load the window positions from registry
     m_windowOptions = PersistentOptions.GetWindowState();
     if (m_windowOptions.ShowWarning == 0)
     {
         UserMessage("Welcome to SharpKeys!\n\nThis application will add one key to your registry that allows you\nto change how certain keys on your keyboard will work.\n\nYou must be running Windows 7/8/10 for this to be supported and\nyou'll be using SharpKeys at your own risk!\n\nEnjoy!\nexperimentalcommunity.org", "SharpKeys");
     }
 }