Click here to Skip to main content
15,868,054 members

Articles by Kevin Marois (Article: 1, Tip/Tricks: 3)

Article: 1, Tip/Tricks: 3

RSS Feed

Average article rating: 4.85

Desktop Programming
WPF
24 Nov 2010   Updated: 24 Nov 2010   Rating: 4.85/5    Votes: 20   Popularity: 6.30
Licence: CPOL    Views: 79,125     Bookmarked: 29   Downloaded: 1,386
Please Sign up or sign in to vote.
How to Inherit From Custom Window and Create a dialog that returns a value using WPF and MVVM

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.61

General Programming
Internet
15 Aug 2011   Updated: 15 Aug 2011   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 13,432     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
You're incorrect. Explorer is Windows Explorer, not Internet Explorer. Try this:System.Diagnostics.Process.Start("explorer");then this:System.Diagnostics.Process.Start("iexplore.exe", "http://www.codeproject.com");and this:System.Diagnostics.Process.Start("winword.exe",...
Programming Languages
C#
25 Aug 2010   Updated: 25 Aug 2010   Rating: 4.00/5    Votes: 4   Popularity: 2.41
Licence: CPOL    Views: 19,855     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
This simple extension method allows you to create a SortedSet from a Linq query
2 Dec 2010   Updated: 2 Dec 2010   Rating: 4.84/5    Votes: 11   Popularity: 5.04
Licence: CPOL    Views: 9,670     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
Very nice work. I would add a bit of reformatting and place it in all in method:public static void BitmapToGIF(string BitmapFile, string GIFFile){ using (Bitmap bitMap = new Bitmap(BitmapFile)) { //var codecInfo = GetEncoderInfo(ImageFormat.Gif); var...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
CEO Marois Consulting
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.