Future Meetings

Past Meetings

Directions

Study Group

File Download

Links

Employment

News & Notes

Home

Program source files from Martin Rudy's component building sessions.


Powerpoint files from Martin Rudy's component building sessions.


Files from Joel Ivey's CodeHealer presentation


Files from Dennis Galvin's Threads II presentation.


Files from Joel Ivey's Indy presentation

 

Files from Martin Rudy's ADO.NET presentation on Feb 2, 2006

Document
PPT Presentation

BDP Files


Threading files from presentation of June 2, 2005 presented by Dennis Galvin.
S
ource code for demos (D6 - Indy9)
Powerpoint presentation


Help authoring files from pesentation of Sept. 9, 2004 presented by Jim Burrows


User Interface information from presentation of June 3, 2004 by James Wall (.zip file containing a .doc and .ppt)


Slides from Pervasive Software presentation of Dec 4, 2003 (.pdf file) Rudy.


Code examples and information on the effective use of Client Data Sets from Martin Rudy.


Cary Jensen's thread examples from 12\13\01 meeting.


Example of a enhanced exception handler by Phil Hardin.
(Note: The original 'StackWalker' code can found on a site called Programmers Heaven at: http://www.programmersheaven.com/zone2/cat73/2715.htm
under the name StakWk10.zip


Prevent multiple instances of application.

Many users aren't sophisticated enough to figure out that they've already got your program running. The result is several copies running, at the expense of system resources. This sample application shows how to add a small bit of code to your app to determine if it is already started, and just bring it to the foreground if so. Note that this code only works in Win95/98/NT


Windows Registry examples.


About Box sample files. Used at our study group, this download includes sample code for creating an about box and displaying system information. By James Wall