Example #1
0
        public Form1()
        {
            InitializeComponent();

            // Create a new SnagIt ImageCapture object.
            // NOTE: First you must add a reference to
            // the SNAGIT 1.0 Type Library
            SnagImg = new ImageCaptureClass();

            //Default some controls
            CaptureBttn.Enabled    = false;
            MagnifierChkBx.Enabled = false;
        }
Example #2
0
        public Form1()
        {
            InitializeComponent();

             // Create a new SnagIt ImageCapture object.
             // NOTE: First you must add a reference to
             // the SNAGIT 1.0 Type Library
             SnagImg = new ImageCaptureClass();

             //Default some controls
             CaptureBttn.Enabled = false;
             MagnifierChkBx.Enabled = false;
        }
Example #3
0
        public MainForm()
        {
            InitializeComponent();

             // Create a new SnagIt ImageCapture object.
             // NOTE: First you must add a reference to
             // the SNAGIT 1.0 Type Library
             SnagImg = new ImageCaptureClass();

             SetDefaults();
             HideAllInputControls();
             ShowAutoScrollControls();
             MagnifierChkBx.Visible = true;
        }