Search Tools Links Login

Picture and Image Properties Demo


Visual Basic 6, or VB Classic

This is a demo to help sort out some the confusion about Image and Picture properties of a Picture control. I have been programming in VB for years and sometimes still get a bit confused about these so I wrote this to help myself as a reference, and thought perhaps some others might benefit. Also shows simplest usage of the BitBlt API function.

Original Author: Jim Sky

Assumptions

Check the code for comments.

API Declarations

Declare Function BitBlt Lib "gdi32" (ByVal hDestDC As Long, ByVal X As Long, ByVal Y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hSrcDC As Long, ByVal xSrc As Long, ByVal ySrc As Long, ByVal dwRop As Long) As Long

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 106 times

Categories

Visual Basic 6

Attachments

Picture_an835845152002.zip
Posted: 9/3/2020 3:45:00 PM
Size: 19,127 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.