EgtDOORCreator 2.2k1:

-> aggiunto bottone per aprire la porta corrente con il programma Cam5.
This commit is contained in:
Nicola Pievani
2020-11-17 17:57:32 +00:00
parent ed24c7fe25
commit a2aaa829fc
8 changed files with 146 additions and 4 deletions
+5
View File
@@ -274,6 +274,11 @@ Friend Module OptionModule
EgtOutLog(String.Format(EgtMsg(50180), sListLabelFile & " (File Report)"))
End If
Dim sEgtCam5EXE As String = String.Empty
If GetMainPrivateProfileString(S_GENERAL, K_EGTCAMEXE, "", sEgtCam5EXE) > 0 AndAlso File.Exists(sListLabelFile) Then
IniFile.m_sEgtCameEXEPath = sEgtCam5EXE
End If
Dim nHelpSelct As Integer = 0
Select Case GetMainPrivateProfileInt(S_GENERAL, K_SMARTHELP, 1)
Case 0