Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I have a working model of my program which is a text editor for people with word blindness,

The code words just fine.

However when I invoke the word spelling or grammar checker the word Spelling checker form pops up behind my project.

i know there must be a simple answer.

Thank you for the help

What I have tried:

I have tried
Private Sub Grammar_Click(sender As Object, e As EventArgs) Handles Grammar.Click
SpellOrGrammarCheck(True)
Me.Refresh()

AND

Private Sub Grammar_Click(sender As Object, e As EventArgs) Handles Grammar.Click
SpellOrGrammarCheck(True)
Me.SENDTOBACK()

And the most drastic case

Me.hide() but the last one really is not what i want to do
Posted
Updated 29-Apr-23 4:51am
Comments
Richard MacCutchan 29-Apr-23 5:01am    
Where is the code for SpellOrGrammarCheck?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900