This section will lead you through the creation of a simple Visual Basic project that uses the VSSpell control.
Begin by adding the VSSpell control to the Visual Basic Toolbox.
Add a VSSpell control to the form by double clicking on the VSSpell control button in the Toolbox.
Add a textbox and a command button to the form and set the following properties:
| Example Title |
Copy Code
|
|---|---|
Command1.Caption = "Check Spelling" Text1.Text = "" |
|
Your form should look like the one shown below:
