CrGlobal: ApplicationShutdownStandard

ApplicationShutdownStandard

simple, yet clean shutdown procedure for M$VB applications

 Public Function ApplicationShutdownStandard(
	  Optional Force As Boolean = False ) As Boolean

Parameters

Force
[ByRef] Optional. Boolean. application will stop even if shutdown isnt clean  

Default: False

Return Values

Boolean -  whether everything (see remarks) was shutdown cleanly

Remarks

This function will unload any forms in the Forms collection and close any files opened with VBs Open statement.

See Also

Project crgenlib Overview Class CrGlobal Overview CrGlobal Properties CrGlobal Methods BitArray