mdoyle

Stories kicked by mdoyle

Creating MSDN-Style Documentation with Sandcastle and NAnt(doyle-its.blogspot.com)

submitted by mdoylemdoyle(25) 3 years ago

This article discussing a reusable NAnt script for creating assembly documentation using Sandcastle. It covers the NAnt script itself, as well as the steps Sandcastle requires to create a CHM file. read more...

add a comment |category: |Views: 113

tags: another

WPF NotifyIcon Released(hardcodet.net)

submitted by interferencesinterferences(385) 3 years ago

This is an implementation of a NotifyIcon (system tray icon) for the WPF platform. It does not just rely on the corresponding WinForms component, but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, popups, context menus, and balloon messages. read more...

add a comment |category: |Views: 857

tags: another

Configuring the Enterprise Library Data Access Block(doyle-its.blogspot.com)

submitted by mdoylemdoyle(25) 3 years ago

Shows a brief example of a stored procedure call using the DAAB, and covers the GenericDatabase and limitations. read more...

add a comment |category: |Views: 76

tags: another

Context Sensitive Help in WPF(peteohanlon.wordpress.com)

submitted by interferencesinterferences(385) 3 years ago

Demonstrates how to provide context sensitive help through attached properties - simple and clear :-) read more...

1 comment |category: |Views: 386

tags: another