Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. quamtar

    cursor focus on a field?

    Quamtar http://CSharpBoard.com/AdminsBlog
  2. quamtar

    making a separate file for classes

    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...
  3. quamtar

    Where to store a private key

    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...
  4. quamtar

    QueryString Encryptor HTTPModule

    I posted a new class on my blog: http://csharpboard.com/adminsBlog/ it is a querystring encryptor httpModule. Free if you want it.
  5. quamtar

    Code Snippets Blog

    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
  6. quamtar

    Code Snippets

    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!
  7. quamtar

    Code Snippets

    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

Part and Inventory Search

Back
Top