c# - how to get icon for each file type listed on ftp server's directory -


i'm building own ftp client application windows os using c#.i want know how can icon each file type listed on ftp server's remote directory.

use shell api file type information. check api shgetfileinfo can give file icon, description & attributes. below link it: http://msdn.microsoft.com/en-us/library/windows/desktop/bb762179%28v=vs.85%29.aspx


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -