Kaotic Reality

"Knowledge needs to be shared to enlighten the world" - Kraeven

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...
Sunday, January 9, 2011

Secunia Personal Software Inspector (PSI)

›
  Upon stumbling through the web, I found a nice tool to check the installed software for security issues and out-dated programs. So I thou...
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 = ""...

VB.NET : Sort Collection Made Easy

›
   Public Function SortStringCollection( ByVal Col As Collection) As Collection ArrayList.Adapter(Col).Sort() Return ...
Wednesday, November 3, 2010

Test if Integer has been set : Nullable Value Types

›
For example, let's say that you have an integer for tracking some value and it can be positive and negative. It is also possible for the...
1 comment:

techPhile: Using VB keywords as Variables

›
techPhile: Using VB keywords as Variables Credits goto : Cody Schouten Using VB keywords as Variables In C#, a name of a get/set access...
Sunday, October 31, 2010

VB .NET, C# Code Converter - Fryan's Digital World

›
VB .NET, C# Code Converter - Fryan's Digital World I already had plenty of .NET projects where I use either VB.NET or C# language to wri...
Wednesday, October 6, 2010

mRemote : multi-tab remote connections manager

›
mRemote is a full-featured, multi-tab remote connections manager. http://www.mremote.org/wiki/ It allows you to store all your remote c...
Friday, October 1, 2010

Windows Tip of the Day: Finding the MAC Address of Remote Computer (Advanced)

›
Windows Tip of the Day: Finding the MAC Address of Remote Computer (Advanced) Every device on a TCP/IP network has a unique number assigne...
Tuesday, September 21, 2010

Make your application extensible with Reflection

›
Public Shared Function LoadAll(Of T)() As List(Of T) Dim services As New List(Of T)() For Each type As Type In Assembly.GetCallingAssembly...
‹
›
Home
View web version

About Me

Unknown
View my complete profile
Powered by Blogger.