README.md

December 4, 2022 ยท View on GitHub

DVDBase 0.51

Description

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

More Info

Submitted On2002-12-10 13:28:08
ByMark Nemtsas
LevelAdvanced
User Rating4.9 (34 globes from 7 users)
CompatibilityVB 6.0
CategoryComplete Applications
WorldVisual Basic
Archive FileDVDBase_0_15119012122002.zip

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