Category Archives: VB.net

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

Capture Tab Key in dot net Textbox

Capture Tab Key in dot net Textbox Although it would seemingly be a simple task to capture a tab to perform some special operation in a form like say – begin a processing thread or something like that, it is … Continue reading

Posted in Applications Development, C#.net, VB.net | Tagged , , , , , | 1 Comment

Where to find sos.dll

Where to find sos.dll If you are looking where to find sos.dll, please check the following locations before you download windebug tools: C:\Windows\Microsoft.NET\Framework\v2.0.50727 C:\Windows\Microsoft.NET\Framework\v4.0.30319 For Details on why this may be missing in other framework versions see: This post

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

ASP.net SQL Vulnerabilities

In case anyone hasn’t been bashed over the head enough with SQL Injection strategies and mitigation, lets have a quick look at the simplest methods.

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