Search results for query: *

  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

    hmm ok i'm starting to understand this. but for example, if i modify this line: "Dim ui As New Threading.Tasks.Task(Sub() Me.Results.AppendText(Me.Emails.Lines(i) & vbNewLine))" i get a lot of overflow errors. so what do you think of using the thread to call a function ? can i do that ? and how...
  3. droidman

    need some help multithreading a function

    ok mate thank you for your reply i tried this with little success: this is just to test if the values from emails.text go to results.text what happens is that just like 2 ou 3 values, randomly go to results.text if i enter in the emails listbox this: 1 2 3 4 5 and then press button3 what i get...
  4. 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...
  5. 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