Learn how to easily measure the height and width needed to display text values using .NET classes.
Managed Extensions: Measuring Strings
Published 09/23/2004
Learn how to easily measure the height and width needed to display text values using .NET classes.
A simple routine to allow CString formatted strings to be used wherever a regular LPCSTR would be used, without needing to define a CString (ie, dynamically created and formatted LPCSTR strings)
A Simple CString Tokenizer
Learn more about a few commonly used components and explore their utility and usages.
Take a look at some of the most popular languages to use within the .NET paradigm.
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.