Below you can see a helpful class for regular expressions made for Visual Basic for Applications (VBA). First of all an example of usage: Private Sub doREx() Dim v_RExArray As Variant Dim v_REx As String Dim i as Integer v_REx Read More …
Month: October 2014
A C# helper class for database access for various providers
If you need an module that helps you setting up quick access to multiple database providers, you will be very lucky with this code. I recognized it on code4forever.blogspot.com Here is the DBHelper class: /* Copyright Code4Forever 2012. All rights Read More …
XMBC – Trouble with a loud spinning optical drive
Last week I was faced with a problem, which had its origin in the good old world of optical media. I’m running a XMBC desktop environment, fully equipped, even with a DVD drive. But since last week there was no Read More …