|
-
Aug 1st, 2000, 07:52 PM
#1
Thread Starter
New Member
I have a VB app that uses lots of command buttons, all with a graphic depicting its use. Over time, I've lost reference to the original source of the graphics. Since the graphics are stored as a part of the VB app, is there any way to retrieve them so they can be saved for future use?
-
Aug 2nd, 2000, 12:10 AM
#2
I don't think this is possible
If you load an old project, click on the command button, and then look at the icon property, it doesn't point to where you original got it. Damn painful......
-
Aug 2nd, 2000, 02:47 AM
#3
Lively Member
if you still have your vb app, you can still retrieve your graphics simply by running the app, hitting the printscreen key on your keybourd and cutting and pasting each pictures using an image editor like painbrush. however the image quality of your graphics will be lower.
-
Aug 2nd, 2000, 03:47 AM
#4
Fanatic Member
It's also possible to copy/paste the command buttons from one project to another but i'm not sure if the graphic will cary with it.
Gl,
D!m
-
Aug 2nd, 2000, 08:31 AM
#5
You can use the SavePicture method and save all of your graphics.
Code:
SavePicture Picture1.Picture, "C:\MyPicture.bmp"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|