This is a great help. It is so much more rational than the Microsoft documentation on dragging and dropping in winforms!
@mooict Жыл бұрын
Glad it was helpful!
@delidag2 ай бұрын
Thanks for useful tutorial. I was developped restaurant management software. Now I can place the tables according to the design of the restaurant.
@mooictАй бұрын
Excellent!
@LarghettoCantabile Жыл бұрын
When you centre the pointer in the last step, you may want to comment out the update of rect.Location in FormMouseUp. All it really does is affect the coordinates in the text that displays, because the rectangle gets displayed at a different location (the one that is set in the timer event).
@taiweezie9 ай бұрын
Thank you for the video. How can I use the original image I downloaded without setting height or width?
@andreiardelean9440 Жыл бұрын
What theme are you using in Visual Studio?
@EfeErsoy-j3s4 ай бұрын
If you do not use a timer, you can get a smoother image. Still a nice video, good luck
@Rand0mp Жыл бұрын
if i wanted to add multiple images onto the same form, will i have to repeat this over and over?
@mooict Жыл бұрын
I’ve done one for moving multiple images on the channel you’ll find it on the videos list 👍🏽
@iamspy88479 ай бұрын
how to prevent the image going outside the form while dragging?