Click here to Skip to main content
15,898,222 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: Return map<cstring,> from com atl???? Pin
Stuart Dootson19-Jun-08 21:26
professionalStuart Dootson19-Jun-08 21:26 
GeneralRe: Return map<cstring,> from com atl???? Pin
Romiks20-Jun-08 8:13
Romiks20-Jun-08 8:13 
GeneralRe: Return map<cstring,> from com atl???? Pin
tom groezer28-Aug-08 22:46
tom groezer28-Aug-08 22:46 
QuestionHow can i change font and style of Static text in ATL? Pin
sumit.durg19-Jun-08 2:46
sumit.durg19-Jun-08 2:46 
QuestionHow to I create a Check List Box? Pin
monsieur_jj17-Jun-08 17:48
monsieur_jj17-Jun-08 17:48 
AnswerRe: How to I create a Check List Box? Pin
Rahul Vaishnav17-Jun-08 19:40
Rahul Vaishnav17-Jun-08 19:40 
GeneralRe: How to I create a Check List Box? Pin
monsieur_jj17-Jun-08 20:54
monsieur_jj17-Jun-08 20:54 
GeneralRe: How to I create a Check List Box? [modified] Pin
monsieur_jj18-Jun-08 15:34
monsieur_jj18-Jun-08 15:34 
I tried your suggestion however I cant see the checkboxes

This is what I did
CListViewCtrl DownloadList;

DownloadList.Attach(GetDlgItem(IDC_DOWNLOADLIST));
DownloadList.SetExtendedListViewStyle(LVS_EX_CHECKBOXES);
DownloadList.InsertItem ( 0, _T("text1") );
DownloadList.InsertItem ( 1, _T("text2") );
DownloadList.InsertItem ( 2, _T("text3") );


.
Is there anything I lack?

Thanks

modified on Wednesday, June 18, 2008 10:40 PM

GeneralRe: How to I create a Check List Box? Pin
Steve Echols18-Jun-08 22:45
Steve Echols18-Jun-08 22:45 
GeneralRe: How to I create a Check List Box? Pin
monsieur_jj19-Jun-08 14:41
monsieur_jj19-Jun-08 14:41 
GeneralRe: How to I create a Check List Box? Pin
monsieur_jj19-Jun-08 15:51
monsieur_jj19-Jun-08 15:51 
QuestionOle Db Consumer Pin
Donwangugi`9-Jun-08 10:02
Donwangugi`9-Jun-08 10:02 
AnswerRe: Ole Db Consumer Pin
Gene OK12-Jun-08 3:51
Gene OK12-Jun-08 3:51 
Questionhow to implement CStdioFile::WriteLine() with native C++ and STL? Pin
steven_wong4-Jun-08 14:20
steven_wong4-Jun-08 14:20 
AnswerRe: how to implement CStdioFile::WriteLine() with native C++ and STL? Pin
Jörgen Sigvardsson4-Jun-08 20:53
Jörgen Sigvardsson4-Jun-08 20:53 
GeneralRe: how to implement CStdioFile::WriteLine() with native C++ and STL? Pin
steven_wong5-Jun-08 1:07
steven_wong5-Jun-08 1:07 
Questionstd::find_if and std::equal_to Pin
Member 46952313-Jun-08 22:50
Member 46952313-Jun-08 22:50 
AnswerRe: std::find_if and std::equal_to Pin
Stephen Hewitt4-Jun-08 21:55
Stephen Hewitt4-Jun-08 21:55 
AnswerRe: std::find_if and std::equal_to Pin
Stuart Dootson5-Jun-08 15:01
professionalStuart Dootson5-Jun-08 15:01 
AnswerRe: std::find_if and std::equal_to Pin
Michael Dunn12-Jun-08 14:54
sitebuilderMichael Dunn12-Jun-08 14:54 
GeneralRe: std::find_if and std::equal_to Pin
Stephen Hewitt12-Jun-08 18:16
Stephen Hewitt12-Jun-08 18:16 
GeneralRe: std::find_if and std::equal_to Pin
Member 469523115-Jun-08 23:19
Member 469523115-Jun-08 23:19 
QuestionHow to make the ActiveX control full transparent int word Pin
liuguang1-Jun-08 16:55
liuguang1-Jun-08 16:55 
AnswerRe: How to make the ActiveX control full transparent int word Pin
Ju@ncho4-Jul-08 4:28
Ju@ncho4-Jul-08 4:28 
GeneralRe: How to make the ActiveX control full transparent int word Pin
liuguang6-Jul-08 15:18
liuguang6-Jul-08 15:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.