User Profile

Collapse

Profile Sidebar

Collapse
akynaya
akynaya
Last Activity: Aug 28 '07, 07:39 PM
Joined: Jul 31 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • akynaya
    replied to Picture box container
    OK.. thank you... i'll try out what you've said..
    See more | Go to post

    Leave a comment:


  • akynaya
    replied to Picture box container
    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 time
    See more | Go to post

    Leave a comment:


  • akynaya
    replied to Picture box container
    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?
    See more | Go to post

    Leave a comment:


  • akynaya
    replied to Picture box container
    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...
    See more | Go to post

    Leave a comment:


  • akynaya
    replied to Picture box container
    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 help
    See more | Go to post

    Leave a comment:


  • akynaya
    replied to Picture box container
    Im using VB6.... if you have any idea... i would gladly try it....
    See more | Go to post

    Leave a comment:


  • akynaya
    started a topic Picture box container

    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...
    See more | Go to post

  • akynaya
    replied to resizing images
    THANK YOU, I'll try this one out
    See more | Go to post

    Leave a comment:


  • 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 you
    See more | Go to post

    Leave a comment:


  • the path is like

    loadpicture ("charts/man.bmp")

    but still it doesn'y save correctly
    See more | Go to post

    Leave 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.
    See more | Go to post

    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..
    See more | Go to post

    Leave a comment:


  • akynaya
    started a topic Saving Loaded images in a picture box

    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?
    See more | Go to post

  • akynaya
    replied to resizing images
    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?
    See more | Go to post

    Leave a comment:


  • akynaya
    replied to resizing images
    Thank You I Will Try This Code =]
    See more | Go to post

    Leave a comment:


  • akynaya
    replied to image arrays
    THANK YOU!!! the array is now working. =]
    See more | Go to post

    Leave a comment:


  • akynaya
    started a topic resizing images

    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!!!
    See more | Go to post

  • akynaya
    replied to how to save loaded images
    i've already checked that out and unfortunately there's some file missing..

    is there any other way?
    See more | Go to post

    Leave a comment:


  • akynaya
    replied to image arrays
    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")...
    See more | Go to post

    Leave a comment:


  • akynaya
    started a topic how to save loaded images

    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?
    See more | Go to post
No activity results to display
Show More
Working...