Home   Free Applications   Code Snippets   Fun Stuff 
 
 You are here: Home > Free Applications > NetSpell > Discussion Forum
Register   Login  

 
Site Navigation


Print Print this page
Email E-mail this page
Bookmark Add to Favorites

  Discussion Forum

Author Thread: How to Customize netspell
?
How to Customize netspell
Posted: Friday, May 13, 2005 6:04 AM (EST)

Hi guys, i am using Netspell component in my winforms(c#) Application. 

1) i wanted to  save  dictionary file into database instead of file.

2) i wanted to test it for multiple textboxes

3) is there a way to customize the Netspell UI.


Comments:

Author Thread:
Mandune
How to Customize netspell
Posted: Monday, April 02, 2007 5:34 PM (EST)
For the 1st question, you have to ask NetSpell, since it's not hard thing to read data either from a file or from database, and most of all the code is DLLed by them. The second ques, it is born to check multiple textarea already, just added new area, no need to do extra work. Third one, look into spell.css, you will find more information, like color, font. But not too much.



Top