-
Saving As A Picture
I am wondering how do u save a label on a form to a jpeg or any other form of pic (e.g. GIF, BMP) using a command button. I have asked others and they said something about API. I am just starting on VB and I was wondering is API very difficult. Seeing as this is the graphics section, I was wondering if someone could provide me with the code or tell me kinda what to do.
Quote:
b...b...b...blizard
-
Do you want to save the text in a label as a picture????
-
API call may seem difficult but it's simply calling function. You have to declare the fonction first. For sure it's not easy to start but when you get use to it, it definitly worth it. Search for example, try to understand them. A good book on the subject is "Visual Basic Programmer's Guide to the Win32 API" from Dan Appleman
Hope it help you