Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HWND from a VFP EditBox?
Message
From
04/09/2000 18:27:44
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00412205
Message ID:
00412329
Views:
25
>Plus I wasn't all that happy with htis spell checking control anyway.

Hehe, you'll proably laugh your head off, but I just put this in one of our internal apps to spell check an edit box:

StrToFile(this.parent.edtText.value, 'spllchecker.txt')
modi file spllchecker.txt nowait
do (_spellchk)
release windows 'spllchecker.txt'
this.parent.edtText.Value = FileToStr('spllchecker.txt')


By the way, SpllCheck.App is probably not distributable, right? Anyone know?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform