Step 1. Get your project ready (load or create it).
Step 2
Step 2. Add the RapidSpell Controls to your ToolBox (if you have older versions listed, please remove them).
Note:
.NET 2 & 3 users should only add controls from, and reference Keyoti.RapidSpellWeb.ASP.NETv2.dll
.NET 1.x users should use Keyoti.RapidSpellWeb.dll instead
Step 3
Step 3. Drag the RapidSpellWebLauncher Control onto your Form and add a TextBox.
Step 4
Step 4. Set the TextComponentName property in RapidSpellWebLauncher1 to your TextBox.
If working with RICH / HTML text boxes, please also set TextComponentInterface property to 'Automatic'.
Step 5
Step 5. Set the RapidSpellWebPage property to 'PopUp.aspx'.
Step 6
Step 6. Create a new Web Form called 'PopUp.aspx' and drag the RapidSpellWeb Control onto it.
Visual Studio 2005 Note: 2005 users must also add a reference to the Keyoti.RapidSpellMDict.DLL assembly. (Right click on the project, choose Add Reference and find the assembly in the list).
Step 7
Step 7. Select the page with the text box as your start page, and run!
Visual Studio 2005 Note: you may be asked by Visual Studio to enable debugging, click OK to do it automatically.
|