Category Archives: Windows Forms

How to debug Windows Live Writer plugins

This is final post related to live writer plugins and its about debugging the Live writer plugins. While developing I don’t think there is a way we can debug the plugin code. This is after deployment. Initially I faced one … Continue reading

Posted in .Net, Miscellaneous, Visual Studio, Windows Forms | Tagged , , , , | Leave a comment

How to create a Windows Live writer plugin using C# Part 2

This is the second part of live writer plugin post, in this post I am implementing settings for the live writer plugin. First post I was about creating basic Live writer which help to short link using bit.ly shortening service. … Continue reading

Posted in .Net, Miscellaneous, Windows Forms | Tagged , , , , , | Leave a comment

How to create a Windows Live writer plugin using C# Part 1

Recently I got chance to explore Windows Live Writer. So I thought I will create few posts around Live Writer plugins. In this post I am covering the basics of creating Live Writer plugin. I found various plugins which helps … Continue reading

Posted in .Net, Miscellaneous, Windows Forms | Tagged , , , , , | 2 Comments

How redirect output from a console application

GUI tools are offers better User experience than command line tools. But in few scenarios we don’t require GUI, like MS Build tasks, and in some cases the application may not have a UI, example: ImageMagik tools. If check codeplex.com, … Continue reading

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0, Windows Forms | Tagged , , , , | 1 Comment

Sortable Binding List for custom data objects

Binding generic collections to Windows forms Data gridview can be done using DataSource property of Gridview control. But the problem with normal generic lists that it doesn’t support sorting, by clicking the grid view headers. .Net Framework provides an generic … Continue reading

Posted in .Net, .Net 3.0 / 3.5, Windows Forms | Tagged , , , , , , | Leave a comment