UtilApplicationGetFirstRunFlag Method
Gets the first run flag registry.
Namespace: DevCase.Core.ApplicationAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
No code example is currently available or this language may not be supported.
- scope RegistryScope
-
The registry scope.
- aplicationName String
-
The name of the aplication.
Boolean if this is the first run of the current application,
otherwise.
This is a code example.
No code example is currently available or this language may not be supported.
Dim valueName As String = My.Application.Info.ProductName
Dim isFirstRun As Boolean = GetFirstRunFlag(RegistryScope.CurrentUser, valueName)
If (isFirstRun) Then
SetFirstRunFlag(RegistryScope.CurrentUser, valueName, value:=False)
End If
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.