Search results for query: *

  1. N

    Functionality to resize pictures in runtime

    I figured it out!! I was using pictureBox1.backgroundImage instead of pictureBox1.Image thanks for all your help
  2. N

    Functionality to resize pictures in runtime

    Sorry, I have worked out how to do this now, however I have another problem. I can now load an image onto the form and resize it, however i cannot get the image to stretch to fit the picture box. here is my code ' Handler for the ImageFileOpen command PrivateSub onImageOpen(ByVal sender...
  3. N

    Functionality to resize pictures in runtime

    I am trying to use the mouse events to reszie my image. At the moment I am using form events liek form1_MouseMove, but is there any way that I can get it to only resize when the user click and drags the edge of the image? thanks
  4. N

    Functionality to resize pictures in runtime

    Thanks so much sdatye. I will have ago myself too tonight but i'd be most appreciative if you could.
  5. N

    Functionality to resize pictures in runtime

    Thanks sdatye. So to use this function you would need the user to enter in a resizing percentage right? I was hoping to find something that would allow the user to be able to click and drag the sides on the image like you would a text box in MSWord. Maybe it's not possible to do in VB.Net...
  6. N

    Functionality to resize pictures in runtime

    Thanks for that. I have tried using a picturebox on my form with the sizemode set to strechimage, however I would like to be able to resize the picture during runtime. I have found some code in vb6 which allows me to do this however i can not seem to get it to work in vb.Net. this is what i have...
  7. N

    Functionality to resize pictures in runtime

    Thanks for your reply TPM. By imagebox do you mean a picturebox? Just I can't find an imagebox tool. thanks
  8. N

    Functionality to resize pictures in runtime

    Hi I am trying to create an app that let's a user import a picture and then manipulate it. I would like them to be able to resize the picture in a similar way to how apps like word do, i.e. using handles round the edge of the images. Can anyone advise me where I would start with this sort...
Back
Top