Results 1 to 9 of 9

Thread: Spell Checker?

  1. #1

    Thread Starter
    Hyperactive Member Al Smith's Avatar
    Join Date
    May 1999
    Location
    Marcellus, MI. USA
    Posts
    330

    Lightbulb

    Hi,
    Maybe it's here and I don't know how to use it but a spell checker would be nice.

    Thanks,
    Al.

    A computer is a tool, not a toy.

  2. #2
    Guest
    You can do it with the help of Word.

    Code:
    Dim Doc As Object
    Set Doc = CreateObject("Word.Application")
    Doc.Visible = False
    Doc.Documents.Add
    Doc.Selection.Text = Text1.Text
    Doc.ActiveDocument.CheckSpelling
    Text1.Text = Doc.Selection.Text
    Doc.ActiveDocument.Close SaveChanges = wdDoNotSaveChanges
    Doc.Quit
    Set Doc = Nothing

  3. #3
    Fanatic Member
    Join Date
    Oct 1999
    Location
    MA, USA
    Posts
    523
    I think Al Smith meant more "vb-world related" spell checker. It would be a nice addition, but the [ code ] tags would have to be excluded (and [ quote ] probably too)

    Post #501

  4. #4
    Fanatic Member
    Join Date
    Apr 2000
    Location
    Whats a location?
    Posts
    516
    Wi du u kned 2 lurn 2 spel? Its rilly eezy. Juzt tipe wot u lik. I do it al d thyme.
    Courgettes.

  5. #5
    Fanatic Member
    Join Date
    Apr 2000
    Location
    Whats a location?
    Posts
    516

    Wink

    Assuming is absurd...
    Courgettes.

  6. #6
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105
    No nned <heh> to paraphrase, people can do it for themselves...

  7. #7
    Fanatic Member
    Join Date
    Feb 2000
    Location
    The Netherlands
    Posts
    715
    Originally posted by V(ery) Basic
    Wi du u kned 2 lurn 2 spel? Its rilly eezy. Juzt tipe wot u lik. I do it al d thyme.
    You must learn to spell, because VB code doesn't work when it's spelled wrong.

  8. #8
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105
    Originally posted by oetje
    Originally posted by V(ery) Basic
    Wi du u kned 2 lurn 2 spel? Its rilly eezy. Juzt tipe wot u lik. I do it al d thyme.
    You must learn to spell, because VB code doesn't work when it's spelled wrong.
    Well, the reserved words anyway...

  9. #9
    Guest
    Spell Checker is probably hard as hell to make, thorugh any kind of coding, whether it be through VB, JavaScript, ASP, PHP, etc. Plus, VB-World doesn't need one, really. It is consisted of smart people, and people with good questions, and an edit page and a preview button. Mistakes are made, sometimes I spell words wrong and I don't even realize it. As long as the other person understand, it's all good .

    Mistake: understand

    Fix: understands

    I made a mistake!

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