|
|||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||
|
Announcements
Chapters
Services
Feature Zones
|
DescriptionThe original
UsageTo use the class in your application do the following:
CAboutCtrl m_AboutCtrl; CString strCredits = "\tCAboutCtrl Example\n\n" "\rProgrammed by:\n" "Pablo van der Meer\n\n" "\rPorted to WTL by Ma Weida\n\n" "\rSpecial thanks to:\nwww.codeproject.com\n\n" "\rCopyright ?2002\n\rPablo Software Solutions\n" "\rAll right reserved.\n\n" "http:\\www.pablovandermeer.nl\n"; m_AboutCtrl.SetCredits(strCredits); m_AboutCtrl.SubclassWindow(GetDlgItem(IDC_ABOUT_CTRL)); Original ArticlePablo van der Meer's original article can be found here.
|
||||||||||||||||||||||||||||||||||||||||