this->ShowInTaskbar = false; this->WindowState = System::Windows::Forms::FormWindowState::Minimized.. before you create the window/message pump with Application::Run().
Showing posts with label .net. Show all posts
Showing posts with label .net. Show all posts
Tuesday, February 19, 2013
Create a windows form initially hidden
I've recently had the need to create a hidden windows .NET form (from creation) and found numerous suggestions, however the most simple and elegant way seems to be:
Friday, September 23, 2011
Having trouble setting the height of a .NET Winform TextBox control?
Make sure multiline is set to true!
Subscribe to:
Posts (Atom)