private void DLCTOCbinUpdater_Activated(object sender, EventArgs e) { alpha = new TransparentRichTextBox(); alpha.Dock = DockStyle.Fill; alpha.Font = new Font("Courir New", 12.0f, FontStyle.Bold); alpha.ForeColor = Color.FromArgb(64, 224, 0); alpha.ReadOnly = true; alpha.WordWrap = false; this.Controls.Add(alpha); DebugOutput.SetBox(alpha); DebugOutput.PrintLn("Ready."); }