Category: Open Source + Macbooks

31 Jan 2015 Open Source 👁 13 views

High Performance Timer Class: C++ Implementation Guide

Below is a sample class containing a high performance timer. Example usuage: }

Read more →
14 Feb 2008 Open Source 👁 24 views

Import Excel Workbook Data Into a VB Array: How-To

The following code can be used to import the contents of an excel workbook into an array from within a Visual Basic application.

Read more →
29 Mar 2007 Open Source 👁 63 views

Get Process Name Without Admin Rights in C# (3 Steps)

Unfortunately, the following (seemingly harmless code) requires administrator rights (and on Windows 2003 you will need to be member of “Performance Monitor Users” group): In most cases this is not appropriate and certainly not in a Citrix environment. If you call it without the correct permissions you the following stack dump: Below is a light […]

Read more →
189