I need to create a windows application which will have button named "Drag and Drop".
On click the button, it should drag and drop the selected text file (selected by open file dialog) to another application which runs on windows (it may be Windows Word/Excel/Adobe Pagemaker/SAP Logon Application etc).
Help me to work on this process. I have completed the application till the file selection process. I need C# coding for drag and drop a text file.
Brief Explanation:
We are working with SAP GUI Application. A VB Script file (having customer details and SAP Server logon information) has to be drag and drop on the SAP GUI Appliction. So that it will reads the VBScript file and log-in to the SAP Server.
This drag and drop is done by manually. If the 'drag and drop' is done using .NET windows application, then we will connect it to the SAP.