The Way to Programming
The Way to Programming
I’m a total newbie in C# and I started creating an application for my image host. It’s going pretty good, except for some stuff that I’m going to ask …
Question 1:
Play around with the “location” on the Form 1’s properties:
(it’s 0,0 by default)
Question 3:
I would imagine you’d have to create a method that does something like this:
record initial position in the x axis and in the y axis
record final position in both the x and y axis
then do:
final position – initial position (for both axis)
then
use the initial position and then add the difference of the final position – initial position
and that’s the distance you’ll crop for your image
Question 4:
I only know how to do this with open forms and it’s in the “KeyPress” event of the form
Sign in to your account