Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. FormMain.FormBorderStyle = FormBorderStyle.FixedSingle;
  2. FormMain.MinimizeBox = false;
  3. FormMain.MaximizeBox = false;
  4.  
  5. FormMain.Text = "";
  6. FormMain.ControlBox = false;
  7. FormMain.ShowInTaskbar = false;
  8. FormMain.TopMost = !Configuration.Debug;
  9. FormMain.TopLevel = true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement