o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Picture box graphics copied to another [resolved] -

Can I use GRAPHICS/CREATEGRAPHICS on one picture box and them "in one shot" copy that GRAPHICS to another picture box?

I think the answer is no because the GRAPHICS really are not in the picture box - right?

Is there a different control that will allow you to draw graphics into it that the graphics are really there - always?

 

Picture box graphics copied to another [resolved] -
Can I use GRAPHICS/CREATEGRAPHICS on one picture box and them "in one shot" copy that GRAPHICS to another picture box? I think the answer is no because the GRAPHICS really are not in the picture box - right? Is there a different control that will allow you to draw graph


driving me nuts!!!!! -
Code: Private Sub Check() If Box1.Picture = Picture(App.Path & "\graphics\X(inverted).jpg") And Box2.Picture = Picture(App.Path & " \graphics\X(inverted).jpg") And Box3.Picture = Picture(App.Path & "\graphics\X(inverted).jpg") T


GIF GRAPHICS! GIF GRAPHICS! GIF GRAPHICS! GIF GRAPHICS! GIF GRAPHICS! GIF GRAPHICS! -
Hey peeps, your fellow webmaster and programmer Xenonic Rob here. Just a thought - 1) Is there any way of saving the contents of a picture box to a BMP file? 2) How can I drag objects around a form at runtime? Thanks! [Edited by Xenonic_Rob on 09-27-2000 at 01:18 PM]


Pictures, pictures... -
Hi, I have a very simple problem here that i just can't solve. I need to edit a picture and save it to a bitmap file. I'm using a picture box and i already able to draw by using the line, bitblt and circle. The problem is that when i save the picture, my drawings are gone. Even if


Resize a control -
Hi All, I have a control (picture box) that I draw a graphics path in it, the graphics path bounds are the same as the picture box when first loaded, like shown in image g1, I then rotate the graphics path but the picture box control does not resize to the correct size like shown in


pictures in CR XI [Sort of resolved] -
Hello all, I have a problem with printing a picture from a database in a report. I have XI and use VB6.6 I have figured out that you need to add a picture, set the location. Then go to "Format graphic..." select the second tab "Picture" and then next to "


Painting graphics on top of a component -
Hi all, I'm brand new to VB.net, so please bear with me. I'm an experienced C/C++ programmer who is new to Windows programming in general, and am trying to learn VB.net. In any case, I've got a form that has a 'PictureBox' component, and I'd like to overlay custom graphics on to


move picture - picture move and it flicekrs -
i am really new to dealing with graphics most my programs i didnt deal with graphics now i need to and i have a picture and the keyboard makes it move but it flicers i heard of api bitblt or something like that and i aint exactly what to do so please help :-o


[2008] Graphics drawn to form, doesn't flash, but graphics drawn on picture boxs,does -
I've made a "windows explorer" by painting onto the form (ALL graphics), everything, you click etc.. it works great, only problem is high CPU usage, because I refresh the form every time move... On the painted (graphics) version, if I move my mouse rapidly on and off a but


Picture Box problem -
I am using a picture box in "graphics method" mode e.g drawing on it with SetPixel and Line. Is there anyway (other than using paint event) to refresh the graphics after they have been written over by another window. I cant re-draw the graphics but can I save them and re


drawing a graphics.clip into an image -
Hey guys I have a graphics.clip that I want to be able to draw into a picture box in vs2005, any idea how? I want the clip to become part of the image in the picture box. Should I use graphics.drawimage? If so how? Dan


Overlaying Graphics -
How do I overlay graphics without it being surrounded by in a box? I wish to make up a picture by overlaying graphics. E.g.: Space -> Asteroids -> Planet -> Spaceship. I need the seperate graphics because there could be any combination (there's many more) but how do I ove


Redrawing graphics on background with picture. -
Hi! I´m working on a program which calculates and draws 3D transformations, rotating cubes and other shapes. This means I redraw the graphic often. With a black background thats allright, I draw the "old" graphics i black before drawing "new" graphics in the specif


Caption these pictures . . . -
Picture 1 Picture 2 Picture 3 Picture 4


Losing Image on picturebox -
I have a picture box at the center of which I need to display an image. The Image that is to be displayed will be selected by the user by clicking on a button next to the picture box (I pop up the FileOpen dlgbox). However the picture is never displayed. I think it is displayed momenta


How to Assign Picture contents to another Picture -
My application is creating a report, which contains text and a graph. I am using a graph-creation tool (RMChart), which uses "Graphics" methods to create the chart (line, etc.) on a Picturebox. This works great. Now I have this picture box with the graph stuff on it.


Advanced graphics -
Does anyone know of an advanced way to draw graphics in a picture box so that they don't disappear whenever they are covered up? I don't mean that they are still visable, but I mean that they will be there when they are once again uncovered. I need them to be dynamic. The graphics a


Picture To Picture -
Hi I'm trying to copy a picture which is draw in a picture box using the line method. The problem is that due to a lot of flickering I decided to put two picture boxes on the form one hidden from user. The image is drawn to picture box 1 (the hidden one) and then when all drawing s


(About GDI+) How to clear the image printed by Graphics.DrawImage() -
How can I clear the image which is printed by the "Graphics.DrawImage()" on the form. Dim gra As Graphics gra = Me.CreateGraphics() Dim path As String path = "e:\test2.bmp" Dim picture As Image picture = New Bitmap(path) gra.DrawImage(picture, 0, 0)


compiling graphics into a VB screen saver -
I wanted to inquire if anyone knew of a way to compile graphics into a VB screensaver instead of having a path to a graphics folder? I'm using a Picture control on my form. Any help in this area is greatly appreciated. Thanks.


Find picture format in Clipboard -
Hi guys I'm creating a client/server application and my problem is that; i've placed a richtextbox on my form and i want it not to display any other picutre than the emoticons that i have predefined. ex. Lets say i copied a picture in google search engine and want to paste it to


Changing a Picture Box contents -
I put a picture box on a form and when the user clicks it I want it to change to a different picture. I tried the following code and it didn't work: Picture1.Picture = "c:\my Program\graphics\mypic.jpg" it gave me a type mismatch. Thanks for any help.


Print out PictureBox on printer -
In my program, there is a picture box. Into this picture-Box I copied a picture which I made in MS-Paint. How do I print it out on the printer ?, because there's no picture property. Thanks for some help, Matt


scaling a graphics path to a rectangle [resolved] -
hey all, I am generating a printed report using graphics method and need to print the data in a graphics path into a specific predefined rectangle on the page. How do I do that? I am looking at matrix.scale, but can find nothing yet that explains how to do it. kevin


Can someone have a look at this just to see if the graphics show up -
Hi, Could someone have a quick look to see if the graphics on the command1 button shows up, it should be a picture of 2 users. Thanks Loftty


Picture Buffer -
Hi, Here's what I need to do: I have a 200 x 200 pixel image in a string... In other words I have each pixel separated as a long in the string with a space in between (3252124 1244124 3243244 etc...). I can use the setpixel API to draw it onto the form. But this is slow and yo


Multiple layered graphics window -
Hello All. I am trying to create a usercontrol that has a picturebox on it. On top of the picturebox I would like to create a separate transparent usercontrol on which I can draw graphics. The problem is that when I create the "upper layer" usercontrol and set it's bac


*RESOLVED* Autoredraw- Again! -
I cant think of a way to do this without autoredraw! I have a class that modifies the image inside a picturebox at an arbitrary time. Now how am I suppose to simulate an autoredraw for this?! the picture is modified inside a class, and as soon as the paint event of the picturebox is f


Problems with graphics -
Hello everybody. I have a picture box which contains several controls: labels, lines and shapes. I want to manage all of them as one image, so I can save it in a file, put it in another picture box, or print the content of the picture, for example. I have tried several posibiliti


Draw order for database saved graphical objects -
Hi all, I have a need to save different graphics items (shapes, labels, picture box's - that sort of thing) that are populating a master picturebox to a database. The idea being that different graphics sets can be called on demand from the database from a drop down list. When


** Resolved ** Paintpicture in picturebox -
Hello, In a Sub, I paintpicture, draw and write in a Picturebox : Picture1.PaintPicture Image1(0).Picture, etc... Picture1.Line etc.. Picture1.Print "writing in it" In another Sub, I need to access the Picture1.Picture property to copy it in the clipoboard :


can someone look at this code for me{resolved} -
First of all, what I want to do is draw simple things such as rectangles to a bitmap because, if you use creategraphics() the graphics dissapear after being minimized or moved. I sort of know how to go about doing this but my code is not working. The graphics are not showing up when


Persisting Graphics{Resolved} -
I have a project I've been working on and it consists of working with graphics. The only problem I have is when the graphics show up on the form; if I minimize it or another window comes over top of my projects form, it erases the graphics. I know I might of not explained this we


graphics challange - win 5 big ones -
I have a picture box. I would like to have slider bars below the picture box that would adjust the red, green, blue, lightness, darkness of the picture being displayed in the picturebox. Anyone up for the challange? There should be a way to go through the bit array and modify it bas


Printing a Picture Box (non standard questions) [surely RESOLVED] -
I want to print a picture box using PainPicture but I have a few questions I could not find answered on the forum. 1. What if the Picture Box is larger than the form it is on (a part of it is cut off)? Will it still print the whole picture? 2. If I have labes with text (captions)


Need Graphics For Game -
I need some graphics for my game please: I need: 2 pictures of towns (town1, town2) 1 picture of countryside 1 picture of swamp 1 picture with countryside background with attacking troll (has club) 1 picture with swamp background with attacking swamp monster (has sludge bombs)


picture text box -
hi, there are text boxs, and i made some graphics work and i want to replace the textbox with a picture, just like i change the background picture, how can i do that? tanks


wmf -
Hi all, need some input regarding wmf - files. I have a project where I load a wmf - file into a picture box. I then paint some text and graphics onto this picture box. Now, I want to save the edited picture as an wmf file... is this possible? Anyone have any experience wit


Set a picture to transparent Red or blue or whatever color -
Hi, Im a newbie and even more on graphics. I just need to know how to do a picture click event that sets the picture (jpg, jif ) to transparent red. any help please you experts guys??? Any simple examples please ??? Most appreciated... Thanks


Icon compatability problem -
I've made a program that searches for various file types and places their names along with other pieces of information in an MSFlexGrid control. To spice up the look of the grid, I decided I wanted to copy the small icon associated with a certain file type and add it to the grid. For e