How to create a image?
Hi,
I tried to create an image programmatically:
Dim Pic As Image
Then I tried:
Set Pic = New Image
Pic.Height=...
Pic.Width=...
But it is not possible to set Height and Width although in the object catalogue you can see these properties.
What can I do?
Regards
Dietrich
|