The full list of the
WIN32API functions I need to reference in .NET is this: CreateSolidBrush,
ScrollDC, FillRect, DrawText, InvalidateRect, DrawEdge, GetSysColorBrush,
InvertRect, GetSysColor, FrameRect, SelectObject, and
DeleteObject.
I found some MSDN
articles that explained how to get RichTextBoxes to print their contents in ...