VARIANT- picture control
-
Hi I have an activex control. In that control I have a bitmap image. Now I have a function called GetImage(), I want to return this bitmap. How do I do that. What should be variable type of GetImage(). Any help would be of great help. Regards
The Best Religion is Science. Once you understand it, you will know God.
-
Hi I have an activex control. In that control I have a bitmap image. Now I have a function called GetImage(), I want to return this bitmap. How do I do that. What should be variable type of GetImage(). Any help would be of great help. Regards
The Best Religion is Science. Once you understand it, you will know God.
Zainu wrote:
What should be variable type of GetImage().
A pointer to an
Image
object.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Hi I have an activex control. In that control I have a bitmap image. Now I have a function called GetImage(), I want to return this bitmap. How do I do that. What should be variable type of GetImage(). Any help would be of great help. Regards
The Best Religion is Science. Once you understand it, you will know God.