private void cmdAcercaDe_Click(object sender, EventArgs e) { int x = this.Location.X; int w = this.Width; int y = this.Location.Y; int h = this.Height; About ab = new About(x, y, w, h); ab.ShowDialog(); }