pls reply immediately
-
iam selecting a text file from dropdownlist,then i want to display the text file content in notepad,how can i, pls send me the code..... srinivas
-
iam selecting a text file from dropdownlist,then i want to display the text file content in notepad,how can i, pls send me the code..... srinivas
-
iam selecting a text file from dropdownlist,then i want to display the text file content in notepad,how can i, pls send me the code..... srinivas
Process.Start notepad.exe will have a command line more than likely using the start->run "notepade.exe "c:\test.txt"" might work. If it does then set the commandline in the Process class. and call Process.Start or you can start notepad.exe and call SetWindowText from the WinAPI 1 line of code equals many bugs. So don't write any!!