Monthly Archives: December 2012

Parsing Html with Web Browser Control

Parsing Html with WebBrowser Control It is relatively easy to parse html with the WebBrowser for VB and C# or any other .net language. The trick with the WebBrowser Control is to first load a blank document into the control … Continue reading

Posted in Applications Development, C#.net, VB.net | Leave a comment

Reusing the WebBrowser Control

Reusing the WebBrowser Control I have found the need in several projects as of late to reuse the WebBrowser Control in .net  languages such as c#/vb.net. I have not ventured into the j# domain, but I have also played around … Continue reading

Posted in C#.net, VB.net | Leave a comment

Unexpected Error Adding new Data Connection in Visual Studio

Unexpected Error Adding new Data Connection in Visual Studio Recently I was adding a Data Connection in Visual Studio, and I found that I kept getting an error message box whenever I tried. There were a number of suggestions such … Continue reading

Posted in C#.net, Database, VB.net | Tagged , , | Leave a comment