Create a new project Add a TextBox and name it “txtHostname” Add another TextBox and name it “txtIP” Add a button and name it “btnResolve” and give it appropriate text like “Resolve IP” Double click on the button to auto generate the button action code and insert code as shown…
Category: Code
This area of the site is dedicated to code snippets for quick and easy reference
Calculate Age
Source: http://stackoverflow.com/questions/9/how-do-i-calculate-someones-age-in-c
Oracle Clean Date Format
Sometimes you have to pull a date from Oracle in a cleaner format, this is one way to achieve the format you want.
You must be logged in to post a comment.