Example #1
0
        public Form1()
        {
            InitializeComponent();
            this.Visible = false;

            dll = new CapsToGWBasicAscii();
            gwKeysOn = false;

            capsIcon = new Icon(System.Reflection.Assembly.GetExecutingAssembly().GetManifestResourceStream("NetGui.NormalCapsNotify.ico"));
            gwIcon = new Icon(System.Reflection.Assembly.GetExecutingAssembly().GetManifestResourceStream("NetGui.gwNotify.ico"));

            notifyIcon.Icon = capsIcon;
            //notifyIcon.Icon = gwIcon;
            notifyIcon.Visible = true;
        }
Example #2
0
 public GwKeysDll()
 {
     dll = new CapsToGWBasicAscii();
     gwKeysOn = false;
 }