Click here to Skip to main content
15,891,375 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How To Analyse a Simple Script Pin
Cedric Moonen1-Apr-09 2:57
Cedric Moonen1-Apr-09 2:57 
GeneralRe: How To Analyse a Simple Script Pin
David Crow1-Apr-09 3:19
David Crow1-Apr-09 3:19 
AnswerRe: How To Make a Simple compiler - NOTHING LIKE THE ORIGINAL MESSAGE Pin
Iain Clarke, Warrior Programmer1-Apr-09 2:13
Iain Clarke, Warrior Programmer1-Apr-09 2:13 
AnswerRe: How To Make a Simple compiler Pin
sashoalm1-Apr-09 2:55
sashoalm1-Apr-09 2:55 
AnswerRe: How To Make a Simple compiler Pin
Stuart Dootson1-Apr-09 3:29
professionalStuart Dootson1-Apr-09 3:29 
QuestionCListCtrl problem Pin
bhanu_850931-Mar-09 23:42
bhanu_850931-Mar-09 23:42 
AnswerRe: CListCtrl problem Pin
CPallini1-Apr-09 0:32
mveCPallini1-Apr-09 0:32 
GeneralRe: CListCtrl problem Pin
bhanu_85091-Apr-09 0:39
bhanu_85091-Apr-09 0:39 
When I use Report Style, even I cannot add the items in the list.

//List Control parameters 
//CONTROL "",IDC_LIST1,"SysListView32",LVS_LIST | LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,112,23,84,114 (even I tried LVS_REPORT)
m_List.EnableScrollBar(SB_VERT, true);
m_List.EnableScrollBar(SB_HORZ,false);
CString strText;
int nColumnCount = 0;
for (int i=0;i < 20;i++)
{
   strText.Format(TEXT("item %d"), i);
   // Insert the item
   m_List.InsertItem(i, strText);
}

GeneralRe: CListCtrl problem Pin
CPallini1-Apr-09 0:45
mveCPallini1-Apr-09 0:45 
GeneralRe: CListCtrl problem Pin
bhanu_85091-Apr-09 0:55
bhanu_85091-Apr-09 0:55 
GeneralRe: CListCtrl problem Pin
bhanu_85091-Apr-09 1:46
bhanu_85091-Apr-09 1:46 
GeneralRe: CListCtrl problem Pin
bhanu_85091-Apr-09 1:46
bhanu_85091-Apr-09 1:46 
QuestionUsing library built in VC 8.0 or VC 7.0 in Application built in VC6.0 Pin
tony_Udz31-Mar-09 23:40
tony_Udz31-Mar-09 23:40 
AnswerRe: Using library built in VC 8.0 or VC 7.0 in Application built in VC6.0 Pin
Stuart Dootson1-Apr-09 3:34
professionalStuart Dootson1-Apr-09 3:34 
QuestionHow can get rows in excel sheet? Pin
Le@rner31-Mar-09 23:17
Le@rner31-Mar-09 23:17 
AnswerRe: How can get rows in excel sheet? Pin
Stuart Dootson1-Apr-09 3:52
professionalStuart Dootson1-Apr-09 3:52 
GeneralRe: How can get rows in excel sheet? Pin
Le@rner1-Apr-09 19:14
Le@rner1-Apr-09 19:14 
Question[Message Deleted] Pin
Purish Dwivedi31-Mar-09 23:14
Purish Dwivedi31-Mar-09 23:14 
QuestionRe: Not detecting the language of Resource DLL Pin
CPallini1-Apr-09 0:49
mveCPallini1-Apr-09 0:49 
Answer[Message Deleted] Pin
Purish Dwivedi1-Apr-09 19:07
Purish Dwivedi1-Apr-09 19:07 
GeneralRe: Not detecting the language of Resource DLL Pin
CPallini2-Apr-09 1:40
mveCPallini2-Apr-09 1:40 
Questionfreeing up of resources after closing the window Pin
Deepu Antony31-Mar-09 23:12
Deepu Antony31-Mar-09 23:12 
AnswerRe: freeing up of resources after closing the window Pin
ThatsAlok1-Apr-09 19:16
ThatsAlok1-Apr-09 19:16 
QuestionQuestion about classes in C++ Pin
akirilov31-Mar-09 22:49
akirilov31-Mar-09 22:49 
AnswerRe: Question about classes in C++ Pin
Cedric Moonen31-Mar-09 22:52
Cedric Moonen31-Mar-09 22:52 

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.