Tag Archives: VB.Net

Reading POP3 mailbox using VB.Net

Few days back I got an R&D from my friend, it is like, in Blogger, we can send mails to a specific mail address and we a can Post. He want the same implementation in asp.net, but the mail Id … Continue reading

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

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

Using IO.Compression namespace

In .Net 2.0, Microsoft introduced a new namespace for compression, which contains two classes, DeflateStream and GZipStream. The DeflateStream class provides methods and properties for compressing and decompressing streams using the Deflate algorithm, and the GZipStream provides methods and properties … Continue reading

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

Printing Infopath forms

While working in Infopath forms, there may some situations where you may need to Print the InfoPath form. But the problem of Infopath API is that we can’t specify the printer name for printing. Like this one The printout method … Continue reading

Posted in .Net, Miscellaneous, Office Interoperability | Tagged , , | Leave a comment