User Profile
Collapse
-
This is more to make your own spell checker using their functions. I originally wanted to capture Word’s spell checker but I think this will work for me. Thanks -
This is how I did it:
Dim ListMng As New frmListMng(data Class)
' Display the child form.
ListMng.MdiPare nt = Me.MdiParent
ListMng.Show()
Me.Close()Leave a comment:
-
The .Net framework is just amazing at what you can do in so little time. It also can do many things, VB6 can't do.
I just Googled "benefits of .net" and found this:
http://www.isa.co.uk/INDEX_opinion30 062003.htm
Only drawback is that it requires the .Net framework to be on the computer to work. It can be bundled with the application but it increases the size by 20 MB. As more programs use it, the chances...Leave a comment:
-
How to Write a VB.Net COM Add-in to Get Words that were Spelled Wrong?
My goal is to write a COM add-in for word that records the words I spell wrong when I use Word to check my spelling.
I thought the way to do this would be to override the checkspelling method in Microsoft.Offic e.Interop.Word. DocumentClass . When I try to override that one function I get an error:
COM Interop registration failed. Type library exporter encountered an error while processing 'OfficeSpelling Addin'. Error:...
No activity results to display
Show More
Leave a comment: