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
Post a Comment