I am a programmer who is pretty new to C, let along C# but I'm giving it a go!
I would like to make a program to run on a Pocket PC which allows people to import media (ie a jpg), encrypt it as some sort of object to keep it secured, and to send it to an external computer somewhere. It has been suggested that the data passing could be done by changing the file into one big string and just returning it or something like that... but I really don't know how to go about this. Without giving me code, as I want to understand and do it for myself, how would you go about solving this, and can you give me any hints? Any specific C# methods or keywords that could be of use?
Cheers!
I would like to make a program to run on a Pocket PC which allows people to import media (ie a jpg), encrypt it as some sort of object to keep it secured, and to send it to an external computer somewhere. It has been suggested that the data passing could be done by changing the file into one big string and just returning it or something like that... but I really don't know how to go about this. Without giving me code, as I want to understand and do it for myself, how would you go about solving this, and can you give me any hints? Any specific C# methods or keywords that could be of use?
Cheers!