Minimize Form on Startup

  • Thread starter Thread starter Thomas
  • Start date Start date
T

Thomas

Hi there,

I want to write an Windows Mobile 5 Application that acts like a service.
Is it possible to minimize an application upon startup? Form.Hide and
Form.Visible=false in Form.Activate does not help because the MainMenu is
displayed.

Thanks in advance,
Thomas
 
Also, try doing it in the Form.Load. You can also not create an application
without a form but that will take a little more work to manage to code execution.
 
Back
Top