Click here to Skip to main content

Articles by William Winner (Articles: 2, Tip/Tricks: 2)

Articles: 2, Tip/Tricks: 2

RSS Feed

Average article rating: 4.84

Algorithms & Recipes

NHunspellToolTip- A Spellchecking ToolTip using Hunspell for .NET
Posted: 17 Feb 2010   Updated: 17 Feb 2010   Views: 8,085   Rating: 4.85/5    Votes: 12   Popularity: 5.24
Licence: The Code Project Open License (CPOL)      Bookmarked: 13   Downloaded: 343
This ToolTip will allow you to spell-check the text of items or controls when you can't see the whole text.
NHunspellTextBoxExtender - A Spellchecking IExtenderProvider for TextBoxes using Hunspell for .NET
Posted: 3 Feb 2010   Updated: 2 Nov 2010   Views: 93,078   Rating: 4.82/5    Votes: 29   Popularity: 7.04
Licence: The Code Project Open License (CPOL)      Bookmarked: 58   Downloaded: 2,189
Extends controls inheriting TextBoxBase to provide off-line spell checking functionality
No blogs have been submitted.
No video articles have been posted.

Average tips rating: 4.17

.NET Framework

Implementing Dynamic ToolTips: Preventing SetToolTip stack overflow [Tip/Trick]
Posted: 17 Feb 2010   Updated: 17 Feb 2010   Rating: 4.17/5    Votes: 3   Popularity: 2.00
Licence: The Code Project Open License (CPOL)      Bookmarked: 2   Downloaded: 0
First, why would you want to change the ToolTip text during the PopUp? Why not hook the MouseHover of the control that you want to change the ToolTip? Dynamically setting the ToolTip does not require hooking the PopUp event.How about: public partial class Form1 : Form { ...

Programming Tips

Saving Settings [Tip/Trick]
Posted: 21 Jun 2010   Updated: 21 Jun 2010   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 1   Downloaded: 0
Here's an alternate: a custom class that is serializable to store all of that in instead of a single string that you'd then have to parse.Or store it all in an XML file. There are plenty of object-oriented ways to go about this that would be much more readable than just storing it all in a...

William Winner

Other
NOAA
United States United States

Member

I am a commissioned officer with the NOAA Commissioned Corps.
 
Currently I am a GIS Analyst with the National Marine Fisheries Service. I have a Master's in Environmental Science and code more as a means to an end.


Advertise | Privacy | Mobile
Web01 | 2.5.120517.1 | Last Updated 27 May 2012
Copyright © CodeProject, 1999-2012
All Rights Reserved. Terms of Use
Layout: fixed | fluid