VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



A 0 Cool Address Book

by Parmender Dahiya (8 Submissions)
Category: Databases/Data Access/DAO/ADO
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (74 Votes)

Want to work with MSACCESS database? This code is for you. You can perform add, update, delete and searching operations on database. Best part is the searching.UPDATED WITH FULL HTML HELP ON 9th Oct. 2002.How to write to registry is also explained with full error handling.Please vote for me....

API Declarations
Declare Function RegSetValueEx Lib "advapi32.dll" Alias "RegSetValueExA" (ByVal hKey As Long, ByVal lpValueName As String, ByVal Reserved As Long, ByVal dwType As Long, ByVal lpData As String, ByVal cbData As Long) As Long
Declare Function RegOpenKeyEx Lib "advapi32.dll" Alias "RegOpenKeyExA" (ByVal hKey As Long, ByVal lpSubKey As String, ByVal ulOptions As Long, ByVal samDesired As Long, phkResult As Long) As Long
Declare Function RegCloseKey Lib "advapi32.dll" (ByVal hKey As Long) As Long

Rate A 0 Cool Address Book

Download A 0 Cool Address Book

Download A 0 Cool Address Book (133 KB)

A 0 Cool Address Book Comments

No comments have been posted about A 0 Cool Address Book. Why not be the first to post a comment about A 0 Cool Address Book.

Post your comment

Subject:
Message:
0/1000 characters