C# Regular Expression Helper
CodeProjectOne component of an application I’m writing uses a lot of regular expressions. To be sure I was using the right regular expressions, I’ve created this simple tiny tool to help me learn and...
View ArticlePropertGrid Collection Events
CodeProjectYou are using the PropertyGrid control to allow the user to edit the properties of an object at run-time from the UI. This works great and is in fact very reliable since this is the same...
View ArticleSortable ListView
CodeProjectThe Windows Forms ListView control doesn’t provide column sorting functionality. So if you click on a column in a ListView Details view, don’t expect the items to be sorted by the clicked...
View ArticleC# Windows Form is Busy
CodeProjectThere are two very common ways of telling the user that your application is busy. One is to show a progress bar that gets updated based on the progress getting done, and another is to show...
View ArticleHow To Get All Site Urls Without Creating an SPSite object?
CodeProjectLet’s say you are trying to create a SharePoint admin tool that shows all site collections in the farm, then allows the user to interact with only the site collections of interest to him. To...
View ArticleSPList Image and SPFile Icon
CodeProjectIf you ever wanted to create a WinForms app for SharePoint that displays or interacts with lists, document libraries and files, then taking advantage of the SPList.ImageUrl and...
View ArticleXml Editor Control
If you have a Windows Forms application that involves Xml editing or viewing, you can use this control to save yourself the effort of formatting the Xml content. For now, only syntax highlighting is...
View Article