I'm developing a network redirector like SMB.
Once a volume has been connected, I create 4 registry keys to following nodes.
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\#UNCPATH
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\##UNCPATH
HKEY_CURRENT_USER\Software\M...
Is there any way to do this? I thought I'd find hundreds of results on google for this but not really finding anything. I want to set it to a location either on the web server or on a mapped networked drive somewhere.
I'm talking about with <input type="file" ... /> to clarify.
...
Please keep in mind that is is my first post.
Summary
In a program, I need to be able to retrieve the FileName associated with a FileDialog by intercepting Windows messages without access to the dialog object creating the dialog.
Background
I have an unusual problem concerning dialogs in .NET 3.0 with C#. Currently, I am working on ...