http://richardmoss.myopenid.com/
Name: http://richardmoss.myopenid.com/
Score: 200.04
Last Seen: 98 days, 14 hours, 52 minutes ago
Member Since: 28 August, 2010
DotNetShoutout
atom rss
4
Shouts

Creating a multi-paged container control with design time support

published 258 days, 4 hours, 36 minutes ago posted by http://richardmoss.myopenid.com/http://richardmoss.myopenid.com/ 261 days, 23 hours, 54 minutes ago
Wednesday, September 05, 2012 4:14:07 PM GMT Saturday, September 01, 2012 8:56:24 PM GMT
This article describes adding design time support for a TabControl-like component which renders the same way the Project Properties in Visual Studio 2012. (more)
category: How To | clicked: 19 | comment | | source: cyotek.com
tags:
3
Shouts

AngelCode bitmap font parsing using C#

published 503 days, 3 hours, 5 minutes ago posted by http://richardmoss.myopenid.com/http://richardmoss.myopenid.com/ 505 days, 6 hours, 52 minutes ago
Wednesday, January 04, 2012 5:44:44 PM GMT Monday, January 02, 2012 1:58:30 PM GMT
Article describing a component for parsing bitmap font files generated by AngelCode's BMFont utility (more)
category: UX | clicked: 29 | 1 comment | | source: cyotek.com
tags: C#, Fonts, bitmap
2
Shouts

Detecting if an application is running as an elevated process, and spawning a new process using elevated permissions

posted by http://richardmoss.myopenid.com/http://richardmoss.myopenid.com/ 541 days, 9 hours, 4 minutes ago
Sunday, November 27, 2011 11:45:45 AM GMT
Article which describes detecting if your application is running with elevated permissions on Windows Vista or Windows 7 and how to spawn new processes which run using elevated permissions. (more)
category: UX | clicked: 7 | comment | | source: cyotek.com
tags: UAC, C# .NET
4
Shouts

Extending the ImageBox component to display the contents of a PDF file using C#

published 623 days, 14 hours, 24 minutes ago posted by http://richardmoss.myopenid.com/http://richardmoss.myopenid.com/ 625 days, 4 hours, 36 minutes ago
Tuesday, September 06, 2011 6:26:05 AM GMT Sunday, September 04, 2011 4:14:20 PM GMT
Article describing how to extend the ImageBox control to support displaying PDF files using the GhostScript API in a Windows Forms application. (more)
category: UX | clicked: 10 | 1 comment | | source: cyotek.com
tags: PDF, C#, WinForms, GhostScript
4
Shouts

Convert a PDF into a series of images using C# and GhostScript

published 621 days, 13 hours, 39 minutes ago posted by http://richardmoss.myopenid.com/http://richardmoss.myopenid.com/ 625 days, 4 hours, 54 minutes ago
Thursday, September 08, 2011 7:11:32 AM GMT Sunday, September 04, 2011 3:56:33 PM GMT
Article which describes how to use C# and GhostScript to convert PDF files into raster images for displaying in an application without requiring a dedicated PDF reader. (more)
category: UX | clicked: 25 | 1 comment | | source: cyotek.com
tags: PDF, C#, WinForms, GhostScript
4
Shouts

CSS Syntax Highlighting in the DigitalRune Text Editor Control

published 680 days, 12 hours, 53 minutes ago posted by http://richardmoss.myopenid.com/http://richardmoss.myopenid.com/ 683 days, 2 hours, 22 minutes ago
Monday, July 11, 2011 7:56:34 AM GMT Friday, July 08, 2011 6:28:01 PM GMT
An article which describes how to create a definition ruleset to allow CSS formatting in the DigitalRune/SharpDevelop Text Editor Controls, and how to load custom definition rulesets into the control. (more)
category: UX | clicked: 35 | 1 comment | | source: cyotek.com
tags: C#, Syntax Highlighter
5
Shouts

Migrating from Visual SourceSafe to Subversion

published 761 days, 19 hours, 43 minutes ago posted by http://richardmoss.myopenid.com/http://richardmoss.myopenid.com/ 763 days, 2 hours, 19 minutes ago
Thursday, April 21, 2011 1:07:06 AM GMT Tuesday, April 19, 2011 6:31:14 PM GMT
Article which describes how experiences in migrating from Microsoft Visual SourceSafe to Subversion. (more)
category: How To | clicked: 1 | comment | | source: cyotek.com
tags: sourcesafe, SVN
3
Shouts

Enabling shell styles for the ListView and TreeView controls in C#

published 765 days, 8 hours, 44 minutes ago posted by http://richardmoss.myopenid.com/http://richardmoss.myopenid.com/ 766 days, 4 hours, 12 minutes ago
Sunday, April 17, 2011 12:05:53 PM GMT Saturday, April 16, 2011 4:38:07 PM GMT
Article which describes how to display ListView and TreeView controls using Visual Styles in Windows Vista or higher via the SetWindowTheme API. (more)
category: UX | clicked: 2 | comment | | source: cyotek.com
tags: C#, windows-forms
5
Shouts

Creating a WYSIWYG font ComboBox using C#

published 820 days, 2 hours, 26 minutes ago posted by http://richardmoss.myopenid.com/http://richardmoss.myopenid.com/ 822 days, 32 minutes ago
Monday, February 21, 2011 6:24:18 PM GMT Saturday, February 19, 2011 8:17:44 PM GMT
This article shows how to use the built in ownerdraw functionality of a standard Windows Forms ComboBox control to display a WYSIWYG font list. (more)
category: UX | clicked: 14 | 1 comment | | source: cyotek.com
tags: C#, WinForms
3
Shouts

Using the XmlReader class with C#

published 926 days, 11 hours, 22 minutes ago posted by http://richardmoss.myopenid.com/http://richardmoss.myopenid.com/ 927 days, 21 hours, 15 minutes ago
Sunday, November 07, 2010 9:27:51 AM GMT Friday, November 05, 2010 11:34:47 PM GMT
Some of the project files created by our applications are fairly large and the load performance of such files is poor. The files are saved using a XmlWriter class which is nice and fast. When reading the files back however, currently the whole file is loaded into a XmlDocument and then XPath expressions are used to pull out the values. This article describes our effort at converting the load code to use a XmlReader instead. (more)
category: How To | clicked: 0 | comment | | source: cyotek.com
tags: C#, XML
4
Shouts

Comparing the properties of two objects via Reflection and C#

published 926 days, 11 hours, 22 minutes ago posted by http://richardmoss.myopenid.com/http://richardmoss.myopenid.com/ 927 days, 21 hours, 19 minutes ago
Sunday, November 07, 2010 9:27:51 AM GMT Friday, November 05, 2010 11:30:59 PM GMT
As part of the refactoring I was doing to the load code for crawler projects I needed a way of verifying that new code was loading data correctly. As it would be extremely time consuming to manually compare the objects, I used Reflection to compare the different objects and their properties. This article briefly describes the process and provides a complete helper function you can use in your own projects. (more)
category: How To | clicked: 15 | comment | | source: cyotek.com
tags: C#
5
Shouts

Creating a trackback handler using C#

published 969 days, 12 hours, 24 minutes ago posted by http://richardmoss.myopenid.com/http://richardmoss.myopenid.com/ 972 days, 1 hour, 44 minutes ago
Saturday, September 25, 2010 8:25:44 AM GMT Wednesday, September 22, 2010 7:06:02 PM GMT
An article showing how to create a trackback handler in C# for use with either ASP.NET webforms or MVC. (more)
category: Web Dev | clicked: 0 | comment | | source: cyotek.com
9
Shouts

Creating a scrollable and zoomable image viewer in C# Part 4 :: Cyotek

published 996 days, 5 hours, 51 minutes ago posted by http://richardmoss.myopenid.com/http://richardmoss.myopenid.com/ 997 days, 3 hours, 52 minutes ago
Sunday, August 29, 2010 2:59:30 PM GMT Saturday, August 28, 2010 4:57:40 PM GMT
Article on creating an image viewer for Windows Forms that can be scrolled and zoomed using C#. (more)
category: UX | clicked: 6 | comment | | source: cyotek.com
tags: C#, image, zoom, WinForms