Example #1
0
 private void frmCaptureImage_Load(object sender, EventArgs e)
 {
     this.Width   = Screen.PrimaryScreen.Bounds.Width;
     this.Height  = Screen.PrimaryScreen.Bounds.Height;
     this.Left    = 0;
     this.Top     = 0;
     this.Box     = new frmFakeBox();
     this.Opacity = 0.01;
     Box.Show();
 }
Example #2
0
 private void frmCaptureImage_Load(object sender, EventArgs e)
 {
     this.Width = Screen.PrimaryScreen.Bounds.Width;
     this.Height = Screen.PrimaryScreen.Bounds.Height;
     this.Left = 0;
     this.Top = 0;
     this.Box = new frmFakeBox();
     this.Opacity = 0.01;
     Box.Show();
 }