Monthly Archives: February 2009

SqlCeExplorer – Alpha release

Hi All My first open source project, SQLCEExplorer, a small utility to explore the SQL CE Database, yesterday uploaded the Alpha version to codeplex. You can get this one from sqlceexplorer on Codeplex Comments / Feedbacks : Welcome You can … Continue reading

Posted in .Net, .Net 3.0 / 3.5, SQL Server | Tagged , , , , , | Leave a comment

Freehand drawing with .Net Windows forms

Few days back, I got a requirement to implement Free Hand drawing in .Net. I searched a lot but I didn’t get any good solution, the one I found from code project was Invalidating the picture box every time. So … Continue reading

Posted in .Net | Tagged , , , , , | Leave a comment

Disable autorun of USB disks

In the last post I was implemented the USB detection, but the problem become more complex, because my USB stick contains some Autorun.inf file and when you plug the stick, it start executing some program, otherwise you need to cancel … Continue reading

Posted in .Net, .Net 3.0 / 3.5, Visual Studio, Win 32 API | Leave a comment

How to detect USB insertion and removal in VB.Net

Recently I moved to a Desktop application development team, where I have to look for the insertion of the USB. I need to read the contents of the USB drive and updates the application. I got a lot of solutions … Continue reading

Posted in .Net, .Net 3.0 / 3.5, Visual Studio, Win 32 API | 5 Comments

Rounded rectangle Windows Form

Few days back in Kerala Microsoft Users Group, Shoban Kumar posted a question, how to create a rounded rectangle windows form, for his Codeplex project jata. And after few days some other guy comes up with some issues in my … Continue reading

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