So today I learn about WebServiceHost. Just a normal class but it does a lot for me today. This host the web service within you Desktop/Windows Service application. i.e. you…
Category: VB.NET/VB
WPF ComboBox: DataBinding with DataTable
Well it seems easy thing, but it took a while for me to get it working. Frankly I still don’t know why it works this way, but at least it…
MDI Window: C# way
So how can we make MDI Parent and Child Window in C#. The answer I found was that there is nothing inbuilt for it. So, I have two choice, either…
ASP.NET: Why my cookie is not saving
Funny, today after years I thought to finally use Cookies in one of my project. It is probably my first attempt to use Cookie in ASP.NET in last 5 yrs….
WKHTMLTOPDF: A Free PDF solution
As any other developer we often find it difficult to get a Website to print something accurately, specially when printing labels for mailing as they are outside the default print…
Excel Automation Add-In for Office 64bit Check List
After days of research, hit and trail; today I finally got a working 64bit Excel Automation Add-In. I am using Visual Studio 2010 [.NET 4.0 client profile framework]. 1. Create…
GDI+ Generic Error
I see lot of people asking about GDI+ Generic Error. Since this is “generic” error nobody can tell what is wrong with code. So did a work around and get…