Search found 2 matches

by zzfive03
Fri Jun 29, 2012 5:44 pm
Forum: Document Viewing
Topic: Drag and Drop from one control to another
Replies: 1
Views: 7830

Re: Drag and Drop from one control to another

Here is how I think i will solve it... (note, i am using PDF4NET to split, just because that was the tool I already had) private void thumbnailEx2_DragDrop(object sender, DragEventArgs e) { string[] formats = e.Data.GetFormats(); ListView.SelectedListViewItemCollection coll = (ListView.SelectedListV...
by zzfive03
Fri Jun 29, 2012 3:41 am
Forum: Document Viewing
Topic: Drag and Drop from one control to another
Replies: 1
Views: 7830

Drag and Drop from one control to another

Hello, i am brand new to gdpicture, and am evaluating the product. I need to create a win control that is a "document splitter". I want to have a main document, (shown in thumbnail view) and then several other thumbnail viewers that i can drag document pages into. How might the code look o...