Search results for query: *

  • Users: MarkD
  • Order by date
  1. M

    Runtime resizeable images with autoscroll problem

    Hi, I'm trying to create an image editor similar to paint to include in an app. I've got a scrollable panel with a picturebox on it. Around the picturebox are 8 5x5 labels to act as grabpoints for resizing (i'm sure there is a correct technical name for them but I'm sure you know what I...
  2. M

    Image.Save Method

    Hi, The problem your having to due to the stupid fact that .Net is keeping a lock on the file you opened ( I think they mention it in the docs somewhere ). Try doing this Dim s1 As System.IO.FileStream Dim ms As System.IO.MemoryStream Dim br As System.IO.BinaryReader s1 = New...
Back
Top