C# SFTP Remote Side Panel
re: C# form VS 2013
I'm able to get the local side panel to show the actual icon for files, i.e.; pdf files show the Adobe Reader icon and docx shows the Word icon using
But I'm having issues to obtain the remote side panel files to show the icons. I've already tried
I'm sure it's something I'm overlooking. Can anyone help with a solution?
I'm able to get the local side panel to show the actual icon for files, i.e.; pdf files show the Adobe Reader icon and docx shows the Word icon using
string[] s = Directory.GetFileSystemEntries("C:\\Shared Files");
NativeMethods.SHGetFileInfo(fileInfo,...