Caption = "Desaware TWAIN Scanning Sample Program (VB5)"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 240
Left = 1080
TabIndex = 8
Top = 480
Width = 4605
WordWrap = -1 'True
End
Begin VB.Label lblCopyright
Caption = "Copyright
1999 Desaware, Inc. All rights reserved."
ForeColor = &H00000000&
Height = 210
Left = 1080
TabIndex = 7
Top = 1200
Width = 3885
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 1
X1 = 84.515
X2 = 5520.686
Y1 = 1853.235
Y2 = 1853.235
End
Begin VB.Label lblDescription
BorderStyle = 1 'Fixed Single
Caption = "For more information on Desaware and its products, call (408) 377-4770, visit our web page at:"
ForeColor = &H00000000&
Height = 1050
Left = 1050
TabIndex = 3
Top = 1560
Width = 3885
End
Begin VB.Label lblTitle
Caption = "Desaware Gallimaufry "
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 240
Left = 1080
TabIndex = 5
Top = 240
Width = 3885
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
BorderWidth = 2
Index = 0
X1 = 98.6
X2 = 5521.625
Y1 = 1863.588
Y2 = 1863.588
End
Begin VB.Label lblVersion
Caption = "For development in the Windows environment using Microsoft Visual Basic
Height = 465
Left = 1080
TabIndex = 6
Top = 720
Width = 3885
End
Begin VB.Label lblDisclaimer
Caption = $"frmTestabout.frx":0A56
ForeColor = &H00000000&
Height = 1065
Left = 240
TabIndex = 4
Top = 2850
Width = 4065
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
' dwPerspectiveList Control
' Copyright
1997 by Desaware Inc. All Rights Reserved
Option Explicit
Private Declare Function ShellExecute& Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hWnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long)
Private Declare Function RegOpenKeyEx Lib "advapi32" Alias "RegOpenKeyExA" (ByVal hKey As Long, ByVal lpSubKey As String, ByVal ulOptions As Long, ByVal samDesired As Long, ByRef phkResult As Long) As Long
Private Declare Function RegQueryValueEx Lib "advapi32" Alias "RegQueryValueExA" (ByVal hKey As Long, ByVal lpValueName As String, ByVal lpReserved As Long, ByRef lpType As Long, ByVal lpData As String, ByRef lpcbData As Long) As Long
Private Declare Function RegCloseKey Lib "advapi32" (ByVal hKey As Long) As Long