I am trying to hide a form from user , but the form only hides itself if i add me.hide() command to a button on_click event.
If i have me.hide() command in form_load event or right after the InitializeComponent() command, the form doesnt hides itself.
