Search results for query: *

  • Users: perps
  • Content: Threads
  • Order by date
  1. P

    Custom cursors not visible - any ideas??

    Greetings to all. I'm building a MSPaint style simple paint program, and i'm trying to implement custom cursors for the different drawing modes (line, square, fill etc). Problem is, any custom cursor i create and then assign for a particular control (in this case a picture box, which is...
  2. P

    Help with flood fill algorithm.

    Greetings to all. Can anyone help me with regards to implementing a flood fill algorithm? My code thus far is below, I keep getting an invalid parameter used error as soon as the algorithm approaches the bottom boundary of the shape I wish to fill (i've stepped it through and discovered this)...
  3. P

    Real-time drawing.

    Greetings to all. I've been working on a simple paint application (ala MS Paint) that can draw lines, rectangle, ellipses etc but I have a problem in that none of it is drawn on the canvas in real-time (i.e. If the user was dragging out a rectangle, they would only see the shape drawn on the...
  4. P

    Defining relative paths to files for a project...

    Greetings all, I'm currently working on a project where i have created some custom images for use as buttons. I have created one button to serve to indicate that a button is unselected, and another image of a different colour to be used when the user clicks the button to indicate that it is...
  5. P

    Resizing a form and preserving the placement of controls within it...

    Greetings, I have created a simple paint application somewhat similar to MSPaint, and I was wondering how to go about handling the resizing of the form. How do you preserve the positioning of controls within a form, and the size of controls in ratio to the form itself?? My application has a...
  6. P

    Drawing curves using points captured by mouse clicks...

    Greetings, Just discovered this forum, appears to be quite the resource indeed!! I was wondering if anyone could shed some light on a problem i'm having. I've set up a points array to capture mouse co-ordinates for use in drawing a curve to the canvas. It's working OK, except for the fact...
Back
Top