Tuesday, 27 November 2012

Source: [Pure Win32 API's] FTP Class






The class is totally win32 based(wininet.dll) and commented and i'll try to update it asap...

The current methods are:
  • UploadFileUploadFiles(+1)
  • UploadDirectory
  • SetCurrentDirectory
  • CreateDirectory
  • GetLastResponse(Fetch the server response)
Events:

  • Uploading
  • Uploaded
  • UploadFailed
  • Response
Demo Download: http://puu.sh/1uTNZ

Thursday, 15 November 2012

Source: TextNow Registeration Example

A guy on HF needed help with this so put this example together real quick...n decided to share it with u guys so yeah here you go...

Source: Luhn Algorithm(Check for valid Credit Card Numbers)

A few days back a guy on HF posted an app that checks if the given no is a valid credit card no. or not, the app on the back end was using a websites which was using Luhn Algorithm to check whether the no. is a valid credit card no. or not but hey who'll trust a website for a credit card no. so here is an implementation of Luhn Algorithm in vb.net to check if the cc no. is valid or not :)