Hello, is possible in C# create a file with custom extension? and the file can be open only from progra and not from others text editors.
I have a login form were i store logs in txt file for now, that i want is to create an file named *.lst and store in this file all informations i want, but as i say i dont want to open it from text-editors only program can open it...
any idea how things like this work?