HI, All
If to make a server UI app, it should
1) show on a form its working state, for debugging, setting up... here app periodically updates views on a form
2) but when minimized (or started as a service on a Server OS) - it's better to check this app\form state and do not make views updates, to save the processor time.
Form.Showing property does not help here - it's always True, if even minimized form.
So questions:
1) How to check real form state ?
2) How to check if current state is the service working mode ?
3) How to start app minimized as a service mode ?
If to make a server UI app, it should
1) show on a form its working state, for debugging, setting up... here app periodically updates views on a form
2) but when minimized (or started as a service on a Server OS) - it's better to check this app\form state and do not make views updates, to save the processor time.
Form.Showing property does not help here - it's always True, if even minimized form.
So questions:
1) How to check real form state ?
2) How to check if current state is the service working mode ?
3) How to start app minimized as a service mode ?