Just create the file with your class, if it is in a different namespace you will have to add "using myNamespace", as long as they are all being compiled into the same assembly you should not have a problem.
If you are using visual studio, just right click on the solution exporer and choose Add...
If you want to use public/private key encryption (RSA) the sender of data would encrypt the data using a public key (which can only encrypt) and the server or reciever of the data would be able to decrypt the data using the private key. Using this method you can distribute the public key as long...
I have started a blog that I try to update often where I will be posting code snippets that I think are helpful.
Currently there is a javascript colorpicker, C# latebinding dll's, an RSA encryption class, and some info on an open source zip library.
Here it is:
http://www.ryanscook.com/codeBlog
WartookMan,
I had it displaying the hex as you mouse over at one time, but it slowed everything down. That as well as being able to type in a hex value and having the circle placed in the correct position are both things that I would like to do if I get time.
Thanks for the comments!
I have started a blog that I try to update often where I will be posting code snippets that I think are helpful.
Currently there is a javascript colorpicker, C# latebinding dll's, an RSA encryption class, and some info on an open source zip library.
Here it is:
http://www.ryanscook.com/codeBlog
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.