|
Ann: Addict Spell Check & Thesaurus v3.4.3
Addictive Software is pleased to announce that Addict Spell Check & Thesaurus v3.4.2 for Borland Delphi 4/5/6/7/2005(Win32) and for Borland C++ Builder 4/5/6 has now been released.
Addict allows the developer to add Dialog-based Spell Check, Live Spell Check, API-base Spell Check, Auto Correction, Thesaurus Lookup and more to their Applications. Enhanced support is also available for many 3rd party products including WPTools, PlusMemo, TRichView, etc:
http://www.addictivesoftware.com/3rdparty.htm
Additional Dictionaries are available from:
http://www.addictivesoftware.com/dicts.htm
Addict 3 Professional: $199USD
Addict 3 Standard $119USD
Addict 3 PlusPack $49USD
https://order.kagi.com/?HJ
This version is a free upgrade for all current v3 users - if you didn't receive the email with the URL's in it or have misplaced your password then please email me off-list :)
The primary focus of this release has been adding support for Delphi 2005 / Win32.
Related Discussions - USING DLLS (2001-01-03 23:47:50)Hi again Goober ... :o)
Let's take NETAPI32.DLL as an example.
This DLL is created by Microsoft and the explanation of its use is described in...
- REPEATING FUNCTIONS (2001-01-04 09:46:34)The OnIdle event is not hardware dependent. It is called when the program has idle time. The OnIdle event is in TApplication and is a warpper...
- HOW TO CREATE SEQURE LOGIN TO DESKTOP APPLICATION (2001-01-05 09:30:01)I'm not pretty sure, what your intention is. One possible approach would be to use a edit-field, which cannot be "spyed out" by the usual password...
- DETECTING ACTIVE DESKTOP -- SYSTEMPARAMETERSINFO? (2001-01-07 06:06:54)I'll check this out and then accept as answer, cheers :)
- SCREENSAVERS... (2001-01-06 21:23:55)All you need to do is check ParamStr(1) for the correct parameter sent to your program.
For example: When you press Settings it passes "/c" or...
- HOW TO GET A LIST OF DIRECTORYS (MAPS IN WINDOWS). (2001-01-08 02:40:16)Check out the Visual ListView Demo in Delphi ...
Just Cut'n Paste the code and enjoy ... :o)
Or use the TDirectoryListBox Component....
- EDIT BOX (2001-01-07 22:31:19)the first answere solves the problem but just in case you need something else
then instead of checkbox1.checked you can say
if ord(key) = 13 then...
- SENDING TEXT TO ANOTHER APPLICATION USING SENDMESSAGE (2001-01-10 05:34:10)Hi :
Try this, it may be a better aproach,
With the help of the API function GlobalAddAtom its possible to send a string via the Windows API....
- NOBODY CAN HELP ME TO ADJUST THE SPEED OF A WAVE FILE?????????? (2001-01-10 00:13:07)Your only option I would suggest is DirectSound.
See this article:
http://community.borland.com/article/0,1410,20941,00.html
You can do it...
- HOW TO CHECK THE SYNTAX OF A USER DEFINED SQL SCRIPT (2001-01-10 06:53:19)When I am unsure of a SQL statement I put the Open/Execute in a try..except construct.
|