I'm presently using a reference to Microsoft.Office.Interop.Word to effect spell checking.
I figured I like to divorce from Word so I'm trying to find out the best way to go.
NHunspell seemed at first attractive because it's for .NET, then I believe, I if my checking is correct, it's unchanged since 2015 and its users are unknown to me.
So, I downloaded "Hunspell richedit_sample" from Source Force which seems to have well known user, but it's CPP and when I compiled the example, I got missing file errors.
Then I used Visual Studio's "Manage Nuget Packages" in VS2022 and searched for Hunspell and it shows both NHunspell and Hunspell.Native with NHunSpell having many more downloads.
So, my question is:
Do you have a recommendation what spell checker to use with a VB.NET VS202 application?
I'm not asking for help implementing it, yet. Only what to study and maybe the best way to add it to my application.
I figured I like to divorce from Word so I'm trying to find out the best way to go.
NHunspell seemed at first attractive because it's for .NET, then I believe, I if my checking is correct, it's unchanged since 2015 and its users are unknown to me.
So, I downloaded "Hunspell richedit_sample" from Source Force which seems to have well known user, but it's CPP and when I compiled the example, I got missing file errors.
Then I used Visual Studio's "Manage Nuget Packages" in VS2022 and searched for Hunspell and it shows both NHunspell and Hunspell.Native with NHunSpell having many more downloads.
So, my question is:
Do you have a recommendation what spell checker to use with a VB.NET VS202 application?
I'm not asking for help implementing it, yet. Only what to study and maybe the best way to add it to my application.