RE: spell checker
Time to bend over and take 03 wacks in the principles office,, mhmm
Lighty, bill did this years ago, Art was nice enough to help me track this down.
Lighty., look little brother ive had this discussion with some of you before....
This bad boy gets it done...../.. and in real time, issue resolved.
But once again, there is resistance because of bill gates
Let me ask you guys something and i address this to all involved, do u think Mr Gates gives a ratts F**** if you like him or not, what are we 12 now,i hate my dad so i refuse to look before i cross the street.........
?Really
Install Microsoft Word, any version will do. FIXED
Dont sht on Hal because u hate bill gates...
If ur worried about hostile code, get it from me, we go back a decade now, or close to it.
Dont use it if u dont want to,just install it
You can still default to openoffice if u like......
Your selling ur car for gas money..
The amount of code u cant use(theres so much more) is staggering
.... Hint, Scrapers,xml , yupper office yet again....
Ima show up at ur door and club u in da head with a rubber DONG... lol im teasing...
Its been suggested to me from on high because of the situation, not to get to personally involved (watch my temper lol we are pg13 environment )with members....
But weve known each other far to long.......
So here i am. Charging the walls again. Doing what i do... No fear No fear
Rem Type=Plugin
Rem Name=Spell Checker
Rem Author=Bill DeWitt
Rem Host=Assistant
'This sub sets up the plug-in's option panel in Hal's options dialog
Sub OptionsPanel()
lblPlugin(0).Caption = "This should help correct your input sentence on any computer with MSWord" ' if u dont have office, dont bother
lblPlugin(0).Move 120, 120, 3300, 1200
lblPlugin(0).WordWrap = True
lblPlugin(0).Visible = True
End Sub
Rem PLUGIN: PRE-PROCESS
Dim Word, Doc, Uncorrected, Corrected
Const wdDialogToolsSpellingAndGrammar = 828
Const wdDoNotSaveChanges = 0
Uncorrected = InputString
Set Word = CreateObject("Word.Application")
Set Doc = Word.Documents.Add
Word.Selection.Text = Uncorrected
Word.Dialogs(wdDialogToolsSpellingAndGrammar).Show
If Len(Word.Selection.Text) <> 1 Then
Corrected = Word.Selection.Text
Else
Corrected = Uncorrected
End If
Doc.Close wdDoNotSaveChanges
Word.Quit
InputString = Corrected
Pre Process area is spot on for the way Hal works in memory.
Lighy, love ya man, peace out
Hals obedient servant
Cyber
P.S The windows platform Ulrahal is installed on is in fact a microsoft product, so im kinda lost on this one.