PrevInstance

This property returns a value that indicates whether a previous instance of an application is already running.

Syntax

object.PrevInstance

Parameters

object
Object expression that evaluates to an App object.

Remarks

You can use this property in a Load event procedure to specify whether a user is already running an instance of an application. Depending on the application, you might want only one instance running in Windows CE at a time.