Hey guys, i am making a button maker to learn about img formats i already got down the part of saving the picturebox, but is there any way to save the button with imagebox as a picture?
Hi,
I have a task thrown my way to use vb.net to convert a HTML document to a .png (image format) programatically. I have sniffed about the net and found there are several 3rd party products that can do that sort of thing, so I see it can be done. Does anyone out there know of fairly simple way...
Okay I'm loading a GIF or PNG with
Dim Img1 as Image = Image.FromFile(FileName$)
Then, according to msdn, I should be able to retrieve the transparency index by doing the following:
TransparencyIndex = Img1.GetPropertyItem(&h5104).Value(0)
&h5104 corresponds to the property item for the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.