Check

How to Create a Spell Checker in Visual Basic

Pre-Note: As seen in the image for this post, this program outputs the word "false" as incorrectly spelt. This is because I created a test dictionary (as below) which only recognized the words "a" and "word".
  1. a word
Introduction: Welcome to my tutorial on how to create a Spell Checker in Visual Basic. For this you will need a dictionary which has the words separated by a space.