open file directly

Posted by khtaby on Stack Overflow See other posts from Stack Overflow or by khtaby
Published on 2010-04-13T18:15:16Z Indexed on 2010/04/13 18:43 UTC
Read the original article Hit count: 270

Filed under:
|
|

I created a text editor in C# and I use a special file extension for the XML file that my program uses. When I use "Open With..." from the Windows context menu, my program doesn't read the file and I get an error.

How do I fix this?

© Stack Overflow or respective owner

Related posts about c#

Related posts about text-editor