Hello,
How do I save the contents of a PictureBox or Image control as a GIF or JPG file?
If I have a saved BMP file, is there a utitlity where I can convert the BMP into GIF/JPG using a command fro...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10016869.html
I use a filling algorithm along with the point and pset methods of the picturebox to fill or mask shapes contained in a bitmap like a tree or a house
this way seems to be rather slow
is there any ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10028569.html
Zones:
Visual BasicDate Answered: 11/19/1997 Grade: B Views: 0
The following code draws a bunch of solid boxes in a picturebox on a dialog, however the drawing goes outside the bounds of the picture box (and actually draws onto the dialog itself). Why is this?...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10043649.html
Zones:
C++Date Answered: 03/20/1998 Grade: B Views: 0
I often use PictureBoxes to transfer Images. For instance in picBox1 I draw a graph using the Print and Line methods to draw the bars, axes and and titles. Then I transfer it to picBox2 or to th...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10094307.html
Zones:
Visual BasicDate Answered: 10/31/1998 Grade: C Views: 0
How do you save the contents of a Picturebox as a BMP???
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10107325.html
Zones:
Visual BasicDate Answered: 12/10/1998 Grade: A Views: 0
I need to know how to know how to
-expand the contents of a picturebox from the middle, so that the center of the image stays where it is(except it gets bigger) and all the edges are pushed off,
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10123305.html
Zones:
Visual BasicDate Answered: 03/22/1999 Grade: A Views: 0
How do I load the first icon (default icon for when windows cannot find the file) from shell32.dll into a picture box?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10185165.html
Zones:
Visual BasicDate Answered: 07/23/1999 Grade: A Views: 0
I've got two picturebox controls, one hidden beneath the other. I need to take a snapshot of the top picturebox image, save it into the "hidden" picturebox, and copy it back onto the top picturebo...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10211829.html
Zones:
Visual BasicDate Answered: 03/13/2002 Grade: A Views: 0
How can I get a picture image to the VB picture box directly from a scanner.
Whenever I scan a picture, it must be displayed on the picture box in VB.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10465438.html
Zones:
Visual BasicDate Answered: 08/10/2000 Grade: C Views: 0
Hello Word
I tried to print to a PictureBox like
Picture2.print "Hello word"
But I see no "Hello World" in the Picture2. Picture2 is in PictureBox Picture1 with scrollbars, as sugested in ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11051503.html
Zones:
Visual BasicDate Answered: 08/20/2000 Grade: B Views: 0