Results 1 to 5 of 5

Thread: Spell checker within VB6

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2009
    Posts
    5

    Spell checker within VB6

    I am developing a VB6 application and want a simple spell checker to work with (to spell check my richtext control). I would rather use aspell or hunspell, but I can't seem to find an example for VB6. Can anyone provide me with one or give me a link? I would rather not use the Microsoft Word dlls (can't guarantee our users have it installed). Thanks.

  2. #2
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: Spell checker within VB6

    If MS Office is available to you, maybe you could piggy back on it's spell checker.

  3. #3
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    Re: Spell checker within VB6

    You may want to google a bit more. I didn't spend a lot of time googling but didn't find too much info on aspell. However, I did find its documentation.
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

  4. #4

  5. #5

    Thread Starter
    New Member
    Join Date
    Jan 2009
    Posts
    5

    Re: Spell checker within VB6

    Thank you, but what if the end-user doesn't have Office installed? Even if they do, how do I know the future editions of office will work with it?

    P.S. I have the documentation of aspell. I just wanted some examples in VB6 code. Basic examples in aspell or hunspell to help me get my feet wet.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width