For more connection string assistance visit: http://www.connectionstrings.com/
Category: VB.NET
Unix Time Conversion
When integrating various systems you sometimes need to convert DateTime values to an Integer, the code samples below will be helpful
XML Site Map
Based Off of Ektron Code Library – http://developer.ektron.com/Templates/CodeLibraryDetail.aspx?id=4294967329&blogid=116
Open On Screen Keyboard (OSK)
In order for this to work you need to follow these steps Go to “Project”, Select “ Properties…” Click on “Compile”, At the bottom of the screen click on “Advanced Compile Options…” Change “Target CPU:” to “AnyCPU” and click “OK”
Get IP From Hostname
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…
You must be logged in to post a comment.