Hi,
I've got a weird problem with the mousedown event on a picturebox.
I'm using the mouse to draw a line on the picturebox while the mousebutton is pressed.
Im saving the startposition (x,y) at mousedown and use the x,y at mousemove to draw the line.
That works fine.
If I start outside this picturebox with mousepressed and move into the box, nothing is shown, so far so good.
But If I'm start anywhere on the menu (mousedown over menu), the line is printed starting
at an old startposition as soon as I move onto the box.
?????????????????????
Does anybody have a clue on that?