|
-
Aug 6th, 2000, 12:46 PM
#1
Thread Starter
Hyperactive Member
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.
-
Aug 6th, 2000, 02:37 PM
#2
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
-
Aug 6th, 2000, 07:56 PM
#3
Fanatic Member
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
-
Aug 8th, 2000, 08:48 AM
#4
Fanatic Member
Wi du u kned 2 lurn 2 spel? Its rilly eezy. Juzt tipe wot u lik. I do it al d thyme.
-
Aug 10th, 2000, 02:08 PM
#5
Fanatic Member
-
Aug 10th, 2000, 02:34 PM
#6
Frenzied Member
No nned <heh> to paraphrase, people can do it for themselves...
-
Aug 17th, 2000, 11:31 AM
#7
Fanatic Member
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.
-
Aug 17th, 2000, 11:55 AM
#8
Frenzied Member
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...
-
Aug 17th, 2000, 06:59 PM
#9
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|