Jump to content
Rick Malik

vsspell ocx and how to use it?

Recommended Posts

Stack Overflow [closed] my question because they thought I was looking for books, software, or tutorials.... 

Maybe I am (looking for "show me how").... I just wanna know what to do with BadWordFound so I can replace the stupid thing in my TMemo when it finds it. There's plenty of VB and pascal examples, but I only speak c/c++. 

 

A simple line or two to follow my  "VSSpell1->CheckText = MailMemo->Text;" would be useful....

 

Thanks

Share this post


Link to post
2 hours ago, Rick Malik said:

Stack Overflow [closed] my question because they thought I was looking for books, software, or tutorials....

Because, that is essentially what you did ask for - a tutorial on how to use the OCX control.

2 hours ago, Rick Malik said:

I just wanna know what to do with BadWordFound so I can replace the stupid thing in my TMemo when it finds it.

THAT is what you should have asked for instead.  That would have made for a better StackOverflow question, and less likely to be closed. Also, since you clearly know what you are looking for, you should have explained/shown what you had already tried that didn't work for you.

Quote

There's plenty of VB and pascal examples, but I only speak c/c++. 

Then you should have included one of those examples in your StackOverflow question and asked how to accomplish the same thing in C++.  I can't find any documentation or examples of the OCX control, in ANY programing language.  Can you provide a source?

Edited by Remy Lebeau

Share this post


Link to post

VSSpell was a, ActiveX component (not free) from "ComponentOne", now  "Mescius" company.

Since 2023, this was a legacy product 'cause the use of ActiveX tecnology and now it doesn't exist anymore.

In some older pages there are some refs. but if you use the download link, only their control panel will be downloaded.

 

So, I don't think there wil be any chance to use it. May be if you have it you can try to derive a "wrapper" or TLB in C++:

 

image.thumb.png.3126e3dde57d1da59e3f1e186f86c756.png

 

image.thumb.png.76a9274d6ee03852a8bb7244b922ea3e.png

 

image.thumb.png.e2a92f8be798e24949657daabb582ffe.png

 

Bye

 

EDIT: after that I cannot help you more than this 'cause I don't use normally c++

Edited by DelphiUdIT

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×