0
votes
2answers
38 views
c# Drag and Drop from my custom app to notepad
Hello,
I have a custom app which needs to support Drag and Drop.
On Dragging the grid in my app, in its DoDragDrop method I have provided the object to be dropped in a serialized f …
2
votes
3answers
47 views
To MVVM or not to MVVM that is the question
Hi
I am rewriting my windows forms based application and I am going to use WPF.
The application relies heavily on drag and drop techniques, in a very graphically environment. The u …
0
votes
2answers
25 views
Preventing click event with jQuery drag and drop
I have an elements on page that are draggabe with jQuery. These elements have click event wich navigates to another page (ordinary links for example).
What is the best way to prev …
0
votes
1answer
12 views
Make table rows sortable with YUI
Currently I have a table similar to below:
<table id="tbl">
<thead>
<tr><th>Example Title</th><th>Title2</th></tr>
…
0
votes
1answer
33 views
How to start to implement a drag and drop between different processes in C#?
The application that I am developing is a windows form application written in C#. It has a treeview on it. Each of the treeNode stores some data. What I want to do is to open two …
1
vote
1answer
56 views
C# Drag and Drop between 2 Different Controls
We have a ListView control which triggers the DoDragDrop method. We have another control which is a TreeView control which has a DragDrop method. The problem is that the DragDrop m …
1
vote
2answers
41 views
How can I reproduce the Firefox faded image/text dragging effect in .NET?
Ok, I know this is probably a pretty newb question, but when it comes to graphics programming, I am a newb :)
How does Firefox achieve the drag and drop effect while displaying th …
0
votes
1answer
22 views
jQuery Disable/Enable status of Droppable/Draggable
I tired to explain this yesterday, but I don't think people understood it.
I posted up the code and example at http://www.whatevercorp.com/problem/
I haven't worked with jQuery i …
0
votes
1answer
51 views
+150
Detect drag and drop operations in an external application using .Net
I need to detect drag and drop operations in an external application, is it possible? I thought of writing a hook to detect these operations. Can anybody point me in the right dir …
0
votes
1answer
68 views
jQuery Drag and Drop UI Limit Container Hover 1 IMG
I am trying to build a basic drag and drop print friendly photo gallery. I want to allow users to take 10 photos, arrange them anyway they want, then print them out. The code below …
2
votes
2answers
53 views
How do I handle dragging of a label in C#?
I'm trying to build a form where the user can drag a label and drop it on a text box. I can find an AllowDrop in the text box, but there is no property such as "AllowDrag" in the l …
2
votes
5answers
112 views
No-code or little-code website
What is a (free) technology which requires the least amount of code for creating a website with the following requirements:
Sign-up/login
Form for adding your personal info. whic …
0
votes
2answers
61 views
User jQuery to drag a DIV and drop in a TD … and have the DIV “snap” into place
I am finishing up a rewrite of task management system, and am in the process of adding drag and drop capabilities.
I want the user to be able to drag a task DIV from one column …
0
votes
1answer
76 views
Drag and drop sorting of table columns with jQuery
I'm using jQuery to drive my AJAX UI. I have a table of data, and I want to allow the user to reorder the columns in the table by dragging and dropping them. I'd like the user to b …
0
votes
2answers
28 views
Drag & drop with .ui files
Hi,
I'm having big troubles with drag & drop. I've created a new Qt Designer Form Class in which I have one QListWidget and one QWidget. Now I want to enable dragging & dr …
