jeremy2300
Technical User
program: Visual Studio 6 -- no service packs
Hi,
I've been reading about the picture object and it seems
to be what I'm looking for. The problem is that my visual
basic program doesn't seem to recognize the object.
*Using stdPicture isn't much more helpful but vb 'sees' it.
I get the same thing as for Picture
--------
ex: Dim pic as Picture
-usually i get a popup window and can see all the types
but 'picture' is not in there.
If i go ahead and use it anyway I seem to have a very
limited group of properties & methods. (They are the same
as the picture property, I believe)
This is nowhere near it's description at:
url=/library/en-us/vbcon98/html/vbconthepictureobject.asp
--This link states, in part:
...There are lots of things you can do with bitmaps, icons,
or metafiles in the Windows API, but the Picture object
already does most of them for you...
How do I make VB 'see' and allow me to use the Picture Object?
Hi,
I've been reading about the picture object and it seems
to be what I'm looking for. The problem is that my visual
basic program doesn't seem to recognize the object.
*Using stdPicture isn't much more helpful but vb 'sees' it.
I get the same thing as for Picture
--------
ex: Dim pic as Picture
-usually i get a popup window and can see all the types
but 'picture' is not in there.
If i go ahead and use it anyway I seem to have a very
limited group of properties & methods. (They are the same
as the picture property, I believe)
This is nowhere near it's description at:
url=/library/en-us/vbcon98/html/vbconthepictureobject.asp
--This link states, in part:
...There are lots of things you can do with bitmaps, icons,
or metafiles in the Windows API, but the Picture object
already does most of them for you...
How do I make VB 'see' and allow me to use the Picture Object?