Search results for query: *

  1. K

    Graphic file manipulation

    *BUMP* Kulrom.. what's up man!? hehe.. heeeelp!
  2. K

    Graphic file manipulation

    OK, here it is! For real this time.. Couldn't attache a rar file, had to go zip.
  3. K

    Overlay Graphics In Game

    no, that was a mistype.. i don't know what happened there.. must have thought i was in a different window. fee free to delete that one and this one if u'd like
  4. K

    Overlay Graphics In Game

    OK here it is!
  5. K

    Graphic file manipulation

    Sorry, I've been really busy with work and personal endevours.. I will post the code as soon as I can and return back into town.
  6. K

    Graphic file manipulation

    Well i don't really want it done FOR me.. i think i can do most of it.. just this addhandler thing is driving me mad... if you could help me on that i'd appreciate it
  7. K

    Graphic file manipulation

    *Bump* Anyone?
  8. K

    Graphic file manipulation

    OK, here's the code i'm dealing with that's kinda giving me aproblem... Public Sub addIMG(ByVal picBoxInfo As PictureBox) Dim newPic As picInfo = New picInfo newPic.id = Me.lastId + 1 newPic.picBoxInfo = picBoxInfo newPic.originalSettings.mySize = picBoxInfo.Size...
  9. K

    Graphic file manipulation

    Thanks for the response.. was wondering if ppl ever browsed these forums anymore.. Well, in the long run, SOMETHING like it would be nice... Right now i have 2 classes. one manages an array of the other class.. I have used addhandler to hook a mouse down event on the instantiated picturebox. I...
  10. K

    drawing a line with drag-drop functionality..?

    Are you drawing on the form directly? Wouldn't be able to really move it to easily that way... detect mousedown on an object it's drawn on, then while it's down (hold in a bool) move based on offset + mouse location while in the boundaries of the window.... when mouseup, set bool to false...
  11. K

    Graphic file manipulation

    OK, here's my idea: Have a system that can load PNG files into picturebox's, and allow the user to position them with the mouse, and layer them appropriately. I also would like the user to allow which file lays over others (zorder), but I can't find any valid method of doing so. I've found...
Back
Top