Comparing strings with and without case sensitivity in VB.NET Your email has been sent Irina Medvinskaya offers an example that shows how VB.NET's String.Compare method can come in handy when you need ...
Hi,<P>I'm doing a little project and I need some help with removing the html tags from a string obtained byt he Inet control.<P>Bassically my code looks like this:<P ...
Extension methods are a new language feature that will become available with Visual Basic 9.0 (VB Orcas). The great part about these methods: They give you enormous flexibility when working with ...
I have a hex number: 9F030201<BR><BR>If I copy it into the windows calculator and convert it to Decimal I get: 2667774465<BR><BR>The problem is if I do it in VB <BR><BR>Dim MyVal as ...