VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Clipboard spellcheck/Right-click File Spellcheck

by Matthew Roberts (26 Submissions)
Category: OLE/COM/DCOM/Active-X
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (5 Votes)

This is very cool. For those of you who appreciate it, thanks. For those of you who are just looking for something to put down, move along. I don't want the coding award, so you don't need to try to make me look bad.
WHAT IT DOES:
This code allows you to utilize the Microsoft Word Spellchecker without having to open word. I am constantly typing something on the web (like right now) and I want to do a quick spell check...I have to open word, paste it in, check spelling, copy it, and then paste it back in the browser. This code automates that. Just copy it and run the app. The corrected results will end up in the clipboard ready to paste back in....
ALSO....
If you create a shortcut and place it in your SendTo folder, you can right-click on any text file and check the spelling. The result ends up in the clipboard. A little creativity and you can code a function to save it back in the corrected form. That is a little project for you.
This project is a good example of how to use the Word objects from VB. Enjoy

Inputs
None (command line parameter or clipboard text)
Assumes
NOTICE: YOU MUST HAVE MICROSOFT WORD INSTALLED!!!!! THIS WILL NOT WORK IF YOU DON'T!!
Code Returns
Corrected text in clipboard.

Rate Clipboard spellcheck/Right-click File Spellcheck

Download Clipboard spellcheck/Right-click File Spellcheck

Download Clipboard spellcheck/Right-click File Spellcheck (3 KB)

Clipboard spellcheck/Right-click File Spellcheck Comments

No comments have been posted about Clipboard spellcheck/Right-click File Spellcheck. Why not be the first to post a comment about Clipboard spellcheck/Right-click File Spellcheck.

Post your comment

Subject:
Message:
0/1000 characters