Search results for query: *

  • Users: n3on
  • Order by date
  1. N

    Working MD5 Hash code?

    This is VERY frustrating, I cannot find ANY source code for MD5 hashing anywhere that works. Please don't point me to: System.Security.Cryptography.MD5CryptoServiceProvider or any other built in utilities becuase they may seem to work but in fact they are flawed. Hash this for instance...
  2. N

    Passing around winsock.

    Heh, to tell you the truth I just assumed it was still the normal thing to use. I didn't mention this is my first day working with .net, moving from vb6. It is VERY frustrating knowing that I can write the same software in a matter of minutes in VB6 compared to what is taking me days in...
  3. N

    Passing around winsock.

    I am trying to make it so when winsock gets a dataarrival even it will send the sock to another function in a different module. For instance: Private Sub Sock_DataArrival(ByVal sender As Object, ByVal e As AxMSWinsockLib.DMSWinsockControlEvents_DataArrivalEvent) Handles Sock.DataArrival...
  4. N

    Control events code keeps getting renamed

    Also, when ever I try to open the control by dbl clicking it, it opens it the with controls name and _1.. so winsock_1 instead of just plain old winsock. I can't find anything on this.
  5. N

    Control events code keeps getting renamed

    I started writing code for a control's events, then I deleted the control, and remade it. Now the events are not associated with the remade control (same name and everything). I am moving from vb6 to .net so this is all very new. I am sure it's somthing simple anyone got an answer for me...
Back
Top