Click here to Skip to main content
15,908,931 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want to open notepad file by using reflection.
Posted
Comments
Achha Insan 1-Oct-12 8:22am    
nothing is impossible. you can do it.

1 solution

You don't need reflection to do that (and I can't see any reason why you would want to try).
C#
System.Diagnostics.Process.Start(@"D:\Temp\MyTextFile.txt");
 
Share this answer
 
Comments
Killer Coder 1-Oct-12 8:08am    
I also want to do the same functionality If any1 help it should appreciate.AND
@ Original Griff, Ya we Can Open Notepad (Text Editor) by using Process.Start() but Due to some multilingual problem I want to do it by using Reflection.If possible give some Code snippet as I am beginner in Windows forms.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900