October 2009 - Posts

2
Comments

Spell-check OleDb Databases by C1_GregL

This article describes the implementation of C1DBSpellChecker, a utility that performs spell-checking on OleDb databases including SqlServer and Access. After reading this article, you will be able to specify a connection string, and then select a table and one or more string fields on the table to spell-check. Typing errors will then be displayed in a grid where they can be corrected. When all corrections have been made, the changes will be saved back to the database. ...
5
Comments

Enhanced PrintPreviewDialog Class with PDF Output by C1_GregL

This article describes the implementation of an enhanced PrintPreviewDialog class that provides PDF output in addition to the standard print and preview capabilities....