VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

DVDBase 0.51

Mark Nemtsas  (4 Submissions)   Complete Applications   Visual Basic 5.0   Advanced   Wed 3rd February 2021

A DVD Collection database. Uses a VB front end, and ADO to get information out of an Access database.

API Declarations
Public Declare Function WritePrivateProfileString Lib "kernel32" Alias "WritePrivateProfileStringA" (ByVal lpApplicationname As String, ByVal lpKeyName As Any, ByVal lsString As Any, ByVal lplFilename As String) As Long
Public Declare Function GetPrivateProfileInt Lib "kernel32" Alias "GetPriviteProfileIntA" (ByVal lpApplicationname As String, ByVal lpKeyName As String, ByVal nDefault As Long, ByVal lpFileName As String) As Long
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationname As String, ByVal lpKeyName As String, ByVal lpDefault As String, ByVal lpReturnedString As String, ByVal nSize As Long, ByVal lpFileName As String) As Long
Public Declare Function GetTickCount Lib "kernel32" () As Long

Rate DVDBase 0.51 (7(7 Vote))

Download DVDBase 0.51

DVDBase 0.51 Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters