Drag outlook contacts into my app
-
hey howzit? its easy to import contacts from outlook in code...but what i wanna do is beable to drag an outlook contact straight from the the Outlook Application itself into my running C# application...can anyone help?
-
hey howzit? its easy to import contacts from outlook in code...but what i wanna do is beable to drag an outlook contact straight from the the Outlook Application itself into my running C# application...can anyone help?
-
Yes, you have to handle two events in your form,
DragEnter
andDragDrop
. This may help - http://www.csharphelp.com/archives2/archive365.html[^] -- modified at 5:44 Thursday 16th March, 2006Hey J4amieC, Thanks very much for that tutorial...I tested it and and works...the problem I have now is I need not only to see the files URL I need to see the contents of the file...in particular i need all the information from the .vcf file so when I drag from outlook i can see all the data. Thanks, David