Click here to Skip to main content
15,907,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralFile I/O using MFC Pin
Peter Liddle31-Jul-01 1:51
Peter Liddle31-Jul-01 1:51 
GeneralRe: File I/O using MFC Pin
#realJSOP31-Jul-01 1:54
professional#realJSOP31-Jul-01 1:54 
GeneralActive X installation Pin
31-Jul-01 1:20
suss31-Jul-01 1:20 
GeneralRe: Active X installation Pin
Derek Waters31-Jul-01 14:42
Derek Waters31-Jul-01 14:42 
GeneralTab control breakdown Pin
31-Jul-01 1:01
suss31-Jul-01 1:01 
GeneralRe: Tab control breakdown Pin
Tomasz Sowinski31-Jul-01 2:49
Tomasz Sowinski31-Jul-01 2:49 
GeneralDCOM Access Denied problem Pin
yamini31-Jul-01 0:28
yamini31-Jul-01 0:28 
GeneralDCOM Access Denied problem Pin
yamini31-Jul-01 0:28
yamini31-Jul-01 0:28 
GeneralBSC File format Pin
Franz Klein30-Jul-01 23:54
Franz Klein30-Jul-01 23:54 
GeneralCToolTipCtrl & Baloon Style Pin
AJ12330-Jul-01 23:13
AJ12330-Jul-01 23:13 
GeneralRe: CToolTipCtrl & Baloon Style Pin
30-Jul-01 23:32
suss30-Jul-01 23:32 
GeneralSeveral ToolBars positioning Pin
30-Jul-01 22:26
suss30-Jul-01 22:26 
GeneralRe: Several ToolBars positioning Pin
30-Jul-01 23:57
suss30-Jul-01 23:57 
Generalconvert to a string Pin
Gérald Mercet30-Jul-01 22:26
Gérald Mercet30-Jul-01 22:26 
GeneralRe: convert to a string Pin
Oliver Anhuth30-Jul-01 23:45
Oliver Anhuth30-Jul-01 23:45 
GeneralRe: convert to a string Pin
Gérald Mercet30-Jul-01 23:49
Gérald Mercet30-Jul-01 23:49 
GeneralRe: convert to a string Pin
Oliver Anhuth31-Jul-01 0:10
Oliver Anhuth31-Jul-01 0:10 
GeneralRe: convert to a string Pin
31-Jul-01 0:50
suss31-Jul-01 0:50 
GeneralDeleting all columns in ListCtrl ... Pin
Hadi Rezaee30-Jul-01 21:39
Hadi Rezaee30-Jul-01 21:39 
I wrote source code, but won't work:

void CSearchDialog::DeleteAllCol()
{
int i, c;
m_List.DeleteAllItems();
c = m_List.GetItemCount();
for(i = 0; i <= 2; i++)
m_List.DeleteColumn(i);


}

Confused | :confused:

My month article: Game programming by DirectX by Lan Mader.
Please visit in: www.geocities.com/hadi_rezaie/index.html

Hadi Rezaie
GeneralRe: Deleting all columns in ListCtrl ... Pin
30-Jul-01 22:43
suss30-Jul-01 22:43 
GeneralRe: Deleting all columns in ListCtrl ... Pin
Hadi Rezaee30-Jul-01 23:02
Hadi Rezaee30-Jul-01 23:02 
GeneralRe: Deleting all columns in ListCtrl ... Pin
31-Jul-01 4:49
suss31-Jul-01 4:49 
QuestionHow to Gradate colors with RGB? Pin
jin sok cho30-Jul-01 21:03
jin sok cho30-Jul-01 21:03 
AnswerRe: How to Gradate colors with RGB? Pin
Paolo Messina31-Jul-01 11:19
professionalPaolo Messina31-Jul-01 11:19 
AnswerRe: How to Gradate colors with RGB? Pin
Steve T1-Aug-01 11:29
Steve T1-Aug-01 11:29 

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.