Enter Keywords:
1 - 10 of 629(0.01 seconds)
Sort By:
 
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...
Zones: Visual Basic, GraphicsDate Answered: 10/11/1997 Rating: 6.4 Views: 0
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 ...
Zones: Visual BasicDate Answered: 11/19/1997 Rating: 8.2 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?...
Zones: C++Date Answered: 03/20/1998 Rating: 6.8 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...
Zones: Visual BasicDate Answered: 10/31/1998 Rating: 6.0 Views: 0
How do you save the contents of a Picturebox as a BMP???
Zones: Visual BasicDate Answered: 12/10/1998 Rating: 6.8 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,  ...
Zones: Visual BasicDate Answered: 03/22/1999 Rating: 7.6 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?
Zones: Visual BasicDate Answered: 07/23/1999 Rating: 7.4 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...
Zones: Visual BasicDate Answered: 03/13/2002 Rating: 7.8 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.
Zones: Visual BasicDate Answered: 08/10/2000 Rating: 6.0 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 ...
Zones: Visual BasicDate Answered: 08/20/2000 Rating: 6.8 Views: 0