Sorry, may be my question is stupid but I couldn't find how to maximize my from from the creation. When I careate my form like:
form = new Form();
it is not maximized by default, so to maximize it one needs to click on Maximize button. But can I do it directly?
form = new Form();
it is not maximized by default, so to maximize it one needs to click on Maximize button. But can I do it directly?