Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Mike Gagne Profile

photo Mike Gagne (Apoc)
13 Aug 2001
Dallas, TX United States
Senior Consultant
http://ramza.gotdns.com
Contact memberContact this Member Edit ProfileEdit my profile

Current Occupation: consultant; Degrees: BS-Computer Science, BS-Mathematics, Japanese minor; Known Languages: C#, ASP.NET, WPF, PHP, SQL, C++, VB

This user has contributed 0 articles, 3 code samples and posted 760 messages in our discussion forums.

Technology Interests

      Code Samples

    • Sorting Algorithms

      by Apoc

      Here are some examples of sorting algorithms in Visual Basic. It includes the Quick Sort, the Selection Sort, and the Bubble Sort. Bonus code is included for using the Quicksort on a 2-dimensional array, sorting by one of the dimensions.. Read full article

    • Send Email Using CDO

      by Apoc

      This short example illustrates the sending of email using Collaboration Data Objects.. Read full article

    • Access AutoNumber Reset

      by Apoc

      This is some sample code that shows how to programmatically reset all AutoNumber fields in an Access Database to a correct value (whether it be 0 or the max value + 1). In addition, it contains code for Compacting and Repairing an MS Access Database. This is perfect for people who are working with a complicated Access Database and have experienced AutoNumber bugs!. Read full article