• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Address Book With Images Of Records

kadrleyn

Member
In this study, we created an address book that views the picture according to records.
With button, the selected image from computer can be added to the item and can be deleted.
The file path of the selected picture is assigned to the empty cell (C:\Project_1\NewPictures\TestImage3.jpg etc.).
This picture is displayed on the userform with Image Control(Image control is used to display a picture on the userform)

 

Attachments

  • new_address_book_with_image.zip
    310.3 KB · Views: 47
Because the Address Book is a C-based API, it does not use objects; instead it utilizes other types. In this Address Book tutorial, you’ll become familiar with a few of these:
 
Back
Top