Something that seems to get asked at least 3 times a day in the forums that I hang around on is how to get their application to be able to log into a specific website. This is something that is
The use of the Random class
One thing that I see commonly come up on forums is people saying things like “I am trying to get several random numbers but I’m getting the same number every time”. The problem is that many people don’t understand how
Compare versions of application
It is common for you to want to check whether your application is the latest version of the application. It is possible to compare the version of your application against a version number that you have as a string You
Retrieving your forgotten wireless password
I recently set up a wireless network in my new flat with a super duper awesomely strong password, set up my laptop to connect to the wireless and then promptly forgot to actually write down what the wireless password was.
Check whether a port is open on a remote machine
Sometimes you would like to know whether a port is open on a remote machine. Now while this is no nmap, the following code should give you an idea on how to check whether a port is open. Private Function