Search results for query: *

  • Users: droidman
  • Content: Threads
  • Order by date
  1. droidman

    md5 algorithm

    hi. i wanted to modify or make my own simple algorithm or play arround with md5, i know that i can use System.Security.Cryptography etc in visual studio and i use it quite a lot but i wanted to know if anyone has the class or md5 generation code? thanks
  2. droidman

    need some help multithreading a function

    hi, i need to create multiple threads to improve a function on my program. it is a simple thing really but it's slow and if multithreaded it can improve the speed some thousand times. my program uses a dll to check the MX record of an e-mail from a textbox called emails if the mx record is...
  3. droidman

    Question File is always downloaded if it contains javascript

    I'm hosting a script on my server that replies with some javascript, when i try to open the page on webbrowser, it tries to download the response.js instead of showing its text. I tried using "client.DownloadString" but it says that i dont have the login done, also tried using the Mozilla...
Back
Top