I am writing a text file, that stores the username and password, along with other items like position of work, etc. Into a text file. But I find that the statement Output, is something like a downer, because anyone can read the contents of the file, and then login into it. How am I able to write a text file, that is only Binary and nothing else.

And yes: I have tried Binary Access Write, and Random to work with it. And nothing happens. But I have contructed a simple text file, without encription and that works in my program. So its not the way that the program, handles the access of the file. But rather than, how the file is saved using the program.

How can I write the file, using Open, Print and then Close statments. But also I don't wish to even use, nor see CommonDialog control being used in this matter at hand. Becuase I don't like using it. Trying to write my own, CommonDialog, one that is able to work better using less code, etc!!

But that is for later on, when I have better resources at hand...