User Profile
Collapse
-
OK.. thank you... i'll try out what you've said.. -
would you know how to do this?
if i save each of the image boxes?
and if i did a paintpicture method, can you give me an example on how to do it?
thank you..
im sori if i am giving you a hard timeLeave a comment:
-
Yes, that's right... but i was wondering how come some other programmers are able to use picture boxes as a container using shapes?
i am wondering if all those image boxes could be repaired and instead of a big picture box as a work area.... could a big image box be able to save those other images?
if not, can you give me a better alternative to this?Leave a comment:
-
im placing the image boxes at design time... i've set the visibility under false and stretch property to true as to enable the image to be resized during run time.
when the user clicks on the command button at run time the image boxes' property is set to visible =true.
here's the commands in the command button:
Private Sub Command1_click( )
Dim as as integer
if as < 5 then
Image1(as).pict ure...Leave a comment:
-
Yes, exactly... that is my problem.. i've been trying to find other similar problems but to no avail... i haven't found anything...
do you have any idea on how to do this?
Thank you for the helpLeave a comment:
-
Im using VB6.... if you have any idea... i would gladly try it....Leave a comment:
-
Picture box container
I have several image boxes... and one picture box as a container...
The problem is that... when i try to save the images.... the images doesn't appear.
for the image box code
i used LoadPicture
as for the Picture box....
i dont have any idea yet on how to be able to save the image boxes.. with the picture box as their container.
does... -
-
i need to save them in a workspace(pictu re box). what im doing is that i've been loading images and there is a big workarea there or a picture box.
im doing a program like that of a word, wherein you can add a file or image and yet save it as a document... in my case a picture.
would you know how to do it? thank youLeave a comment:
-
the path is like
loadpicture ("charts/man.bmp")
but still it doesn'y save correctlyLeave a comment:
-
uhmm... i used a command button and loaded an imagebox.
Command1_Click( )
Image1.Picture = LoadPicture ("bmp.gif")
image1.visible = true
end sub
then the picture was loaded in the work area or the picture box (which i used)
but when i try to save it... the image does not appear.Leave a comment:
-
i dont have any code yet.. because i am not sure what to do but i used loadpicture to my image box..Leave a comment:
-
Saving Loaded images in a picture box
i have loaded images (using image boxes) in a picture box, these images can be dragged n dropped but my problem is when i try to save them, none of these loaded images seems to appear in the work area or the picture box..
would anyone know how to do this? -
IT does works but, if there are several images boxes and instead of a form you have a picture box as your work area? how can i resize it?Leave a comment:
-
-
-
resizing images
so i have a several arrayed image boxes and i want the user during run time to be able to resize it.. would anyone know how?
THANK YOU!!! -
i've already checked that out and unfortunately there's some file missing..
is there any other way?Leave a comment:
-
Thank you.. i just followed what you said... and i think there's something wrong with my coding... do you by any chance know what's wrong?
[CODE=vb]Dim Index As Integer
Index = 0
With Command1
If Index < 5 Then
Index = Index + 1
Image9(Index).P icture = Image9(Index).P icture
Image9(Index).V isible = True
Image9(Index).P icture = LoadPicture("ch arts/not.jpg")...Leave a comment:
-
how to save loaded images
im trying to save loaded images.
well, im using a picture box and several image boxes.. i want the image box to be saved on the picture box with as many images as possible..
would you know how to do it?
No activity results to display
Show More
Leave a comment: