I love the String object's Format method. It's an unusual application where I'm not using it to build messages. (Long ago and far away, I used to use it to assemble SQL statements.) Typical code looks ...
C# might be more elegant with escape sequences, but that doesn't mean Visual Basic is weaker in this area. Sometimes you just need to escape. I'm speaking, of course, about escape sequences in strings ...
I've had to do a lot of work with pointers when working with the API. Hopefully some of you might find these items useful when you have to do the same. Obviously, you will need StrPtr, VarPtr, and ...