Load string from resource table
LoadString(UINT)
Manipulate BSTR values
AllocSysString() SetSysString(BSTR*) operator= (BSTR)
Miscellaneous system helpers
GetWindowText(HWND)
CArchive serialization
ReadString(CArchive&, Str&) WriteString(CArchive&, const Str&) operator<<(CArchive&, const Str&) operator>>(CArchive&, Str&)
Str and System.String conversion
Str (System::String __gc*) operator= (System::String __gc*) ToManaged()