Learn the best way to combine strings in VB.NET Your email has been sent Irina Medvinskaya explains why you should usually opt for using the & operator over the + operator to combine strings. She also ...
Go to file Cannot retrieve contributors at this time 207 lines (180 sloc) 10.6 KB _ A String manipulation example in VB.NET, EQUIVALENTS: Len, Mid, Replace, InStr, UCase, Split etc _ ...
VB.NET changes the way you write Visual Basic code. You learn quickly that most of the optimization tricks you've learned for VB6 won't work under VB.NET. For example, .NET memory allocation forces ...
Convert your secret string into an obfuscated code, using base64 and aes encryption with different password every char. its a bad obfuscation and need more improvement, lol. this obfuscation can ...
If I wanted to reference a control in a Windows or ASP.NET program, I'd use something simple like:<BR><BR><pre class="ip-ubbcode-code-pre">myButton.Visible = False ...
I got a neat little class that grabs data from my Products Data Class and creates a datatable with all the info.<br><br>Well, on data cell displays a string that contains HTML tags. Very annoying. I ...