![]() |
Platforms, Frameworks & Libraries »
WTL »
General
Intermediate
Pablo van der Meer's CAboutCtrl class ported to WTLBy Ma WeidaThis control can be used as an about box for your WTL applications |
VC6, VC7Win2K, WinXP, WTL, Dev
|
|
Advanced Search Add to IE Search |
|
|
|
||||||||||||||||

The original CAboutCtrl class, which is written in MFC, is made up out of three parts:
To 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);
WM_INITDIALOG:m_AboutCtrl.SubclassWindow(GetDlgItem(IDC_ABOUT_CTRL));
Pablo van der Meer's original article can be found here.
| You must Sign In to use this message board. | ||||||||
|
||||||||
|
||||||||
|
||||||||
|
||||||||
General
News
Question
Answer
Joke
Rant
Admin
|
PermaLink |
Privacy |
Terms of Use
Last Updated: 7 Sep 2002 Editor: Chris Maunder |
Copyright 2002 by Ma Weida Everything else Copyright © CodeProject, 1999-2009 Web22 | Advertise on the Code Project |