VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Connects the program to the Registry and is used within the program. thus flexible to input company

Michael Mwaura  (2 Submissions)   Registry   VB 6.0   Unknown Difficulty   Tue 29th April 2003   Mon 8th February 2021

Connects the program to the Registry and is used within the program. thus flexible to input company information of your choice

API Declarations



Global Database As New ADODB.Connection 'Connecting the Database
Global CompanyName As String 'Writing company name in the Windows registry
Global BranchCode As String 'Writing branch code in the Windows registry
Global BranchName As String 'Writing branch name entry in the Windows registry
Global ProductID As String 'Writing productID entry in the Windows registry
Global FormName As String 'Used to show the search screen under a particular form
Global UserName As String 'Used to show the Name of any User Or Employee with Access to the programs
Private Sub Main()
Load FrmWelcome
FrmWelcome.Show
End Sub


Rate Connects the program to the Registry and is used within the program. thus flexible to input company (2(2 Vote))
Connects the program to the Registry and is used within the program. thus flexible to input company.bas

Connects the program to the Registry and is used within the program. thus flexible to input company Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters