Fun with VB !!!
Posted by: The Visual Basic Team,
on 06 Sep 2007 |
View original | Bookmarked: 0 time(s)
Who says you can't obfuscate VB code?
For fun, I tried writing some VB code which was shaped in the letters 'vb' (that's right, the code itself forms the shape of the letters), where the 'v' and the 'b' are formed from the Visual Studio inifinity logo. In case you're having trouble visualizing that, here's a picture. Because I'm forming the letters from the symbol, the v and b have to be visually interpreted of course:
OK, so we have the above shape, but how to create the code this way? Well, we...