open a file from web server in windows application
-
hi all, I have a windows application .Its target is reading a file from a remote server. i am using CHILKATFTPLib.dll to list all the files in my windows application.I done it well. i can list all te file from this web server to a datagrid with path of the file.The path is like /public/1.text i ant to open this file in notepad if it is a .txt file or in word documnet if it is in .doc thanks in advance vipin
All I ever wanted is what others have....
CrazySanker -
hi all, I have a windows application .Its target is reading a file from a remote server. i am using CHILKATFTPLib.dll to list all the files in my windows application.I done it well. i can list all te file from this web server to a datagrid with path of the file.The path is like /public/1.text i ant to open this file in notepad if it is a .txt file or in word documnet if it is in .doc thanks in advance vipin
All I ever wanted is what others have....
CrazySankerHi, import system.Diagnostics and try with Process.Start("Applicationlocation fileToOpen") Greetings Kaine