Search results for query: *

  • Users: n3on
  • Content: Threads
  • 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.

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