Click here to Skip to main content
15,886,110 members

Articles by MarkLTX (Articles: 6, Tip/Tricks: 4)

Articles: 6, Tip/Tricks: 4

RSS Feed

Average article rating: 4.73

Desktop Programming
Windows Forms
18 Apr 2008   Updated: 18 Apr 2008   Rating: 4.44/5    Votes: 14   Popularity: 5.09
Licence: CPOL    Views: 28,780     Bookmarked: 27   Downloaded: 212
Please Sign up or sign in to vote.
An easy way to group several UI elements (menu items, toolbar buttons, etc.) so they all execute the same command and are enabled/disabled together (with Visual Studio designer support).
WPF
3 Jan 2012   Updated: 13 Jan 2012   Rating: 5.00/5    Votes: 15   Popularity: 5.88
Licence: MIT    Views: 81,092     Bookmarked: 32   Downloaded: 2,861
Please Sign up or sign in to vote.
A subclass of the WPF TextBox control that displays an ellipsis when the text doesn't fit.
Programming Languages
C#
31 Jan 2008   Updated: 5 Feb 2008   Rating: 4.88/5    Votes: 28   Popularity: 6.90
Licence: CPOL    Views: 127,018     Bookmarked: 51   Downloaded: 2,240
Please Sign up or sign in to vote.
.NET WinForms doesn't provide any way to handle right-click events on column headers. This C# code shows how to determine which header was right-clicked.
13 May 2010   Updated: 13 May 2010   Rating: 4.42/5    Votes: 9   Popularity: 4.21
Licence: MIT    Views: 28,102     Bookmarked: 11   Downloaded: 679
Please Sign up or sign in to vote.
.NET classes for parsing driver.INF and txtsetup.OEM using the Setup API
8 Sep 2007   Updated: 8 Aug 2008   Rating: 4.83/5    Votes: 10   Popularity: 4.61
Licence: CPOL    Views: 28,592     Bookmarked: 19   Downloaded: 144
Please Sign up or sign in to vote.
A utility for generating self-describing strings that are useful for testing an application's string handling abilities.
4 Feb 2008   Updated: 11 Apr 2023   Rating: 4.83/5    Votes: 46   Popularity: 7.89
Licence: MIT    Views: 226,987     Bookmarked: 241   Downloaded: 4,299
Please Sign up or sign in to vote.
Easy to use logger with a powerful viewer that supports filtering by thread, logger, etc.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.98

Desktop Programming
WPF
6 Jan 2015   Updated: 6 Jan 2015   Rating: 4.93/5    Votes: 10   Popularity: 4.93
Licence: CPOL    Views: 52,386     Bookmarked: 28   Downloaded: 2,097
Please Sign up or sign in to vote.
Allow users to "magnify" your WPF application!
2 Oct 2012   Updated: 2 Oct 2012   Rating: 5.00/5    Votes: 9   Popularity: 4.77
Licence: CPOL    Views: 28,490     Bookmarked: 22   Downloaded: 1,291
Please Sign up or sign in to vote.
A WPF window for displaying exceptions, nested inner exceptions, and their properties using a tree and rich text.
Programming Languages
C# 4.0
14 Dec 2014   Updated: 14 Dec 2014   Rating: 5.00/5    Votes: 13   Popularity: 5.57
Licence: CPOL    Views: 52,716     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
Automatically implement INotifyPropertyChanged for every property in Entity Framework 6.0 entity classes
SQL
26 Feb 2010   Updated: 26 Feb 2010   Rating: 4.98/5    Votes: 29   Popularity: 7.20
Licence: CPOL    Views: 61,360     Bookmarked: 35   Downloaded: 0
Please Sign up or sign in to vote.
When using LINQ to SQL, it can be very useful to see the SQL commands that are generated by your LINQ expressions. Sometimes the results are surprising and you might be able to improve performance by tweaking the LINQ.All you have to do is set the Log property of the DataContext object. ...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer (Senior)
United States United States
Mark Lauritsen has been a software developer since 1983, starting at IBM and using a variety of languages including PL/1, Pascal, REXX, Ada, C/C++ and C#. Mark currently works at a midstream energy company developing Windows services and desktop applications in C#.