I am using driver code for mounting FTP Drives with NPAddConnection3 now the problem is when i mount the drive it gets mounted but i need to kill explorer and restart manually to see the mounted drive .
How to solve this problem ?
How i can get see mounted drive without killing the explorer ?
Thanks in Advance.
You should call SHChangeNotify – depending on how you register your driver pick SHCNE_ADDDRIVE, SHCNE_NETSHARE etc.
Docs here on MSDN: