Click here to Skip to main content
15,883,749 members

Articles by Paw Jershauge (Articles: 12, Tip/Tricks: 10)

Articles: 12, Tip/Tricks: 10

RSS Feed

Average article rating: 4.18

Desktop Programming
Win32
16 Jul 2008   Updated: 8 Jan 2009   Rating: 4.87/5    Votes: 65   Popularity: 8.65
Licence: CPOL    Views: 218,137     Bookmarked: 233   Downloaded: 3,293
Please Sign up or sign in to vote.
Generate class shells from SQL Server database tables, (SQL 2005 & 2008 only). Output languages supported: C# and VB.NET.
Windows Forms
21 Dec 2009   Updated: 21 Dec 2009   Rating: 4.05/5    Votes: 14   Popularity: 4.51
Licence: CPOL    Views: 86,446     Bookmarked: 25   Downloaded: 3,460
Please Sign up or sign in to vote.
Ever had the need to block all other forms and controls when a specific form is shown as a dialog? This is a very simple workaround, for an MDI modal form.
17 Aug 2009   Updated: 17 Aug 2009   Rating: 5.00/5    Votes: 9   Popularity: 4.77
Licence: CPOL    Views: 80,016     Bookmarked: 61   Downloaded: 3,754
Please Sign up or sign in to vote.
An easy to use ListView group sorter (very simple).
25 Aug 2009   Updated: 25 Aug 2009   Rating: 4.75/5    Votes: 4   Popularity: 2.86
Licence: CPOL    Views: 42,854     Bookmarked: 24   Downloaded: 680
Please Sign up or sign in to vote.
How to create a synchronizing object using the ISynchronizeInvoke interface like in the FileSystemWatcher.
Programming Languages
C#
7 Sep 2009   Updated: 7 Sep 2009   Rating: 4.71/5    Votes: 7   Popularity: 3.98
Licence: CPOL    Views: 26,823     Bookmarked: 19   Downloaded: 435
Please Sign up or sign in to vote.
How to make the textbox act as a hyperlink when the Control key is pressed.
27 May 2009   Updated: 27 May 2009   Rating: 4.93/5    Votes: 32   Popularity: 7.28
Licence: CPOL    Views: 219,799     Bookmarked: 95   Downloaded: 6,102
Please Sign up or sign in to vote.
Make ListView Groups Collapsible
25 Oct 2007   Updated: 19 Nov 2007   Rating: 4.45/5    Votes: 8   Popularity: 4.02
Licence: CPOL    Views: 58,997     Bookmarked: 22   Downloaded: 1,261
Please Sign up or sign in to vote.
A class for looking up IP addresses against DNS black list server (Anti Spam List Servers)
21 Feb 2008   Updated: 28 Feb 2008   Rating: 4.71/5    Votes: 4   Popularity: 2.84
Licence: CPOL    Views: 31,610     Bookmarked: 13   Downloaded: 320
Please Sign up or sign in to vote.
An Attempt to make Uniform resource identifier for the Lightweight Directory Access Protocol
13 Feb 2008   Updated: 25 Jun 2008   Rating: 1.73/5    Votes: 4   Popularity: 1.04
Licence: CPOL    Views: 20,812     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
How to convert the LoginHours byte array from DirectoryEntry into a boolean array.
23 Nov 2007   Updated: 16 Jul 2008   Rating: 3.37/5    Votes: 14   Popularity: 3.86
Licence: CPOL    Views: 82,476     Bookmarked: 24   Downloaded: 318
Please Sign up or sign in to vote.
Can convert from Base 10 to Base 62.
14 Aug 2007   Updated: 14 Aug 2007   Rating: 3.33/5    Votes: 6   Popularity: 2.59
Licence: CPOL    Views: 66,312     Bookmarked: 22   Downloaded: 358
Please Sign up or sign in to vote.
A very simple class for listing the RSS feed from a website.
XML
6 Aug 2007   Updated: 6 Aug 2007   Rating: 4.22/5    Votes: 9   Popularity: 4.03
Licence: CPOL    Views: 111,366     Bookmarked: 15   Downloaded: 693
Please Sign up or sign in to vote.
How to get the date 20 November 2005 from the number 06212

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.86

Database Development
SQL Server
29 Dec 2016   Updated: 29 Dec 2016   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 8,230     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
An easy to use extendedproperty procedure (alternative to sp_dropextendedproperty, sp_addextendedproperty, sp_updateextendedproperty)
6 Dec 2012   Updated: 13 Dec 2012   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 18,472     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
MS SQL system views, mapped over version.
22 Jul 2013   Updated: 22 Jul 2013   Rating: 5.00/5    Votes: 8   Popularity: 4.52
Licence: CPOL    Views: 61,579     Bookmarked: 21   Downloaded: 2,515
Please Sign up or sign in to vote.
Want your own movie database??? Download IMDB in 20 minutes.
Programming Languages
C#
14 Sep 2011   Updated: 14 Sep 2011   Rating: 4.67/5    Votes: 3   Popularity: 2.23
Licence: CPOL    Views: 22,642     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
18 Apr 2012   Updated: 18 Apr 2012   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 27,491     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
In case where DirectoryInfo.GetFiles returns too many files because of the searchpattern...
15 Aug 2013   Updated: 15 Aug 2013   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 18,852     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Extract decompressed file size from a Gzip file !
17 Nov 2009   Updated: 17 Nov 2009   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 14,120     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
if you think Color myColor = Color.FromArgb(0); will give you the known color black, then you are wrong. you need to get it from the colortranlator class. like this:Color c = ColorTranslator.FromWin32(0);So what am i saying ?, is Color.FromArgb(0) not the same as ColorTranslator.FromWin32(
3 Mar 2010   Updated: 4 Mar 2010   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,120     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Provides an easy way to make generic Cancel Event Handles. normaly used for pre changing event.The Delegate:[Serializable][HostProtection(SecurityAction.LinkDemand, SharedState = true)]public delegate void CancelEventHandler(object sender, TCancelEventArgs e) where...
15 Sep 2010   Updated: 18 Sep 2010   Rating: 4.25/5    Votes: 4   Popularity: 2.56
Licence: CPOL    Views: 37,181     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
Quick and dirty fix for the focus issue on the RDP Client.
17 Jan 2012   Updated: 17 Jan 2012   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 9,630     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
I would use the colormatrix for that... Look here under the grayscale methodhttp://pawjershauge.blogspot.com/2010/09/imagedrawing-extensions.html

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer
Denmark Denmark