Kaotic Reality
"Knowledge needs to be shared to enlighten the world" - Kraeven
Showing posts with label
Functions
.
Show all posts
Showing posts with label
Functions
.
Show all posts
Friday, May 18, 2012
Belgium eID Card Reader Application
›
A friend of mine, Tim , asked me to write up a simple application that's able to read out the Belgium ID cards. This is what I end...
6 comments:
GetErrorInfo Function VB.NET
›
Simple & useful Error Reporting Function... Thought I'd share if with you guys :-) Module mFunctions Public Function GetErrorIn...
Thursday, May 3, 2012
Create Shortcuts using late binding
›
Simply create a new shortcut using some late binding, instead of having to reference the Windows Scripting Host : IWshRuntimeLibrary Usage:...
Sunday, June 19, 2011
Retrieve Environment Variables
›
1: ''' <summary> 2: ''' Class to retrieve environment variables and custom declared variables with fo...
Monday, January 24, 2011
How to identify if string contain a number?
›
System.Text.RegularExpressions.Regex.IsMatch(input, "\d" ) So times you will need to check a string, to see if it contains a numb...
Tuesday, December 7, 2010
VB.NET : Check TextBox For Non-Numeric Values
›
Public Function CheckTextBox( ByVal textb As TextBox, ByVal key As KeyPressEventArgs, Optional ByRef err As String = ""...
›
Home
View web version