Hello,
I have three questions listed below that I would appreciate answered. Here are the questions:
1. Is there a way to point a URL to the OpenFileDialog control, because it downloads and points the path to the one located in the temporary internet files folder, without displaying the actual dialog box? That way the user could drag/enter a URL and the program would use the OpenFileDialog control to download the file if it exists without user intervention and point it to the temporary internet files location. This would be easier than downloading the file yourself, because this method should also work for local files.
2. Is there a way to check if a file actually exists on a http/ftp server. For example, if the user enters a URL such as http://www.files.com/text.txt, the program can tell if the file text.txt exists on the server or not. A method that works for local and internet files is preferred.
3. How do I drag and drop a hyperlink from Internet Explorer to a textbox in my application. This worked fine in VB6 using text dragging, but doesn't seem to work in .NET.
Thanks for any help
I have three questions listed below that I would appreciate answered. Here are the questions:
1. Is there a way to point a URL to the OpenFileDialog control, because it downloads and points the path to the one located in the temporary internet files folder, without displaying the actual dialog box? That way the user could drag/enter a URL and the program would use the OpenFileDialog control to download the file if it exists without user intervention and point it to the temporary internet files location. This would be easier than downloading the file yourself, because this method should also work for local files.
2. Is there a way to check if a file actually exists on a http/ftp server. For example, if the user enters a URL such as http://www.files.com/text.txt, the program can tell if the file text.txt exists on the server or not. A method that works for local and internet files is preferred.
3. How do I drag and drop a hyperlink from Internet Explorer to a textbox in my application. This worked fine in VB6 using text dragging, but doesn't seem to work in .NET.
Thanks for any help