VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



DVDBase 0.51

by Mark Nemtsas (4 Submissions)
Category: Complete Applications
Compatability: Visual Basic 5.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (7 Votes)

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

Download DVDBase 0.51

Download DVDBase 0.51 (42 KB)

DVDBase 0.51 Comments

No comments have been posted about DVDBase 0.51. Why not be the first to post a comment about DVDBase 0.51.

Post your comment

Subject:
Message:
0/1000 characters