mini photoshop
Hi, i.m lorking on project for college, and i have to do mini version of photoshop. My question is when i draw text with drawString() method , to move that text in run time while i got the position i want, and when i press enter to draw in the image that contains picturebox.image. Somtething like in photoshop. Thanks and sorry for my bad english.
Mahesh ChandPosted Apr 17, 2009, 10:24 AM
Here are some articles on mouse events handling.
This article explains the usage of key and mouse events. The following code shows you how you can read mouse position on mouse move.
It is a custom control that allows you to use your mouse as a joystick.
This article shows how to retrieve system properties in a webpage on just singleclick of mouse.
This article shows you how to write control, mouse, and keyboard event handlers in C#.
branko dimitrioskiPosted Apr 17, 2009, 9:58 AM
Mahesh ChandPosted Apr 15, 2009, 12:09 PM