|
|
Home » Visual Basic » Article
VB Code Spell Checker
|
| Article by: | Greg DeBacker (8/23/2002) |
|
| Summary: | This is a must have for every programmer. This sample project will spell check every Caption, Text, and List property in your project, along with all string variables and all MsgBox calls. It will also list information about the Project itself |
|
| Viewed: 30877 times |
Rating (20 votes): |
|
3.6 out of 5 |
|
|
|
VB Code Spell Checker
Download the source code - 22 Kb
This is a must have for every programmer. This sample project will spell check every Caption, Text, and List property in your project, along with all string variables and all MsgBox calls. It will also list information about the Project itself like what DLLs you call, Object References you make, how many lines of code, lines of comments, white space, file sizes, and overall project size.
If that weren't enough, the project also shows how to use the Word 8 Object for spell checking, and the spell check module shows how to parse a text box and send each word in the textbox to the spell checker. The spell check parsing routine is smart enough to remove the ampersand from menu and command button captions before they are sent to the spell checker. It will then insert the ampersand back into the spelling suggestions. Any changes are listed next to the original text and everything can be output to a log file to be viewed in Notepad or imported into a project.
|
|
View highlighted Comments
User Comments on 'VB Code Spell Checker'
|
Posted by :
Archive Import (radhye) at 11:09 on Wednesday, May 21, 2003
|
its good .would you like to make a memeber to me.so that we get benifit from you site.and also share our problem
| |
Posted by :
Archive Import (Meetu Singh) at 05:03 on Tuesday, June 03, 2003
|
Hello Madam/Sir,
When i have tried to run spell check for one of my project. then it gave message during spell checking out of stack , can you help me in solving this problem.
Thanks & Regards
Meetu Singh
TCM Cordinator
Nucleus Software Exports LTD
Noida, India
| |
Posted by :
lax_pathy at 06:39 on Friday, June 25, 2004
|
Before run spell checking, i have change text in Bold and itlaic and do some formate. Once run the spellcheck, it was executed fine but what i done earlier before spellchecking that It was disappeare. Please give some suggestion. It will be very helpful for me. ASAP.
Thanks & Regards
lakshmipathy
| |
|
To post comments you need to become a member. If you are already a member, please log in .
| RELATED ARTICLES |
Generate License Keys (such as CD keys on Microsoft software) by Brian Gillham
This class allows you to generate license keys, such as the CD keys on the case of most Microsoft software |
 |
Communicating with the Database (Using ADO) by Chaudhary Pradeep K. Roy
Using ADO to get connected with the database. |
 |
Visual Basic Read and Modify the Registry by Kenneth Ives
Perform the four basic functions to the Windows registry. Add, change, delete, and query. Allows you to to read registry values, and modify both keys and values.
|
 |
Generate an Array of Unique Random Numbers by Brian Gillham
This function will generate an ARRAY of TRULY random numbers. |
 |
Beginning Resource Files in Visual Basic by Kenneth Ives
Have you ever wanted to use graphics, such as icons, bitmaps, cursors, and AVI files? How about sound or even message box text? This can be an enormous amount of overhead. These are all examples of more files to keep track of when you distribute an application, DLL, or OCX. Lets find out how resource files can help.... |
 |
Visual Basic Compact/Repair Access Database Utility by Kenneth Ives
This utility will compact and repair the access database you select. It is actually more convenient to use this utility than do the same task with Access, because you don't have to save the database with a different name and then delete the old database when you are done: here, a temporary copy of the database is automatically created and deleted. |
 |
Change Cursor to Hour Glass by Brian Gillham
A simple script to change the cursor to an hour glass. |
 |
Creating a watermark in Excel with VBA by Kenneth Ives
Adding a watermark to an Excel spreadsheet using VBA. |
 |
Generate your own Random Numbers by Thaha Hussain
This simple program generates random numbers using the basic mathematical methods. |
 |
Analog Clock by Thaha Hussain
This program demonstrates Thaha Hussain's Clock Work Formula to paint an Analogue Clock. |
 |
| |