I have this project below.
In it I have a list of images where I can drag and soda as you need.
So far it's working properly the way I need it.
I need to consider the position of the images as an order, example:
img1 = posição 1
img2 = posi...
I'm developing an application in C#(WPF) and would like to know if anyone knows how to get the drag n drop mouse data without any event being triggered.
Is there any way to return this data from the dragndrop of the mouse...
I'm implementing the Drag Files function to populate a Listbox with the path of the files.
It works fine, but I would like to put a "filter" making it possible only txt to be imported.
If it is not txt, an Error MessageBox should appear to...
I have to drag several drag and drop on the same page. I took an example and threw in my application. Well it works. But when I try to insert one more of the same element, this second element drag and drop does not work. I have never worked with...
Hello, does anyone know what is used or where to start to do that drag and drop the google drive files into the folders? It merges everything you've selected, counts and plays in the folder.
I am getting ready to do my TCC and the result of it will be an application. In this application I'm going to model objects. To model this objects the application will provide some forms. These shapes must be dragged to an application area. It w...