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
Discover Code::Blocks, an open source IDE for C/C++.
Need to monitor a Linux-based server from a Windows-based computer? It's easier than you might think.
Become proficient with ten of the basic .NET Framework functions (or methods) that every VB developer should know.
Arun Karthick introduces you to the state machine model and shows you how to create a simple working state machine sample using the .NET framework in the C# language.