Kaotic Reality

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

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...
Monday, September 20, 2010

Start a Process as a Different User - developer Fusion

›
Start a Process as a Different User - developer Fusion : "Function ConvertToSecureString(ByVal str As String) Another usefull code snip...

Deep clone an object in .NET - developer Fusion

›
Deep clone an object in .NET - developer Fusion A code snippet that could be very useful, so I though I'd share this with you... Cred...
‹
›
Home
View web version

About Me

Unknown
View my complete profile
Powered by Blogger.