Click here to Skip to main content
15,887,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WM_LBUTTONDOWN not working with CListCtrl class!! Pin
Mark Salsbery14-Jan-09 5:50
Mark Salsbery14-Jan-09 5:50 
QuestionRe: WM_LBUTTONDOWN not working with CListCtrl class!! [modified] Pin
SanjaySMK14-Jan-09 19:31
SanjaySMK14-Jan-09 19:31 
QuestionPrint in an SDI application Pin
nobaq2-Jan-09 1:31
nobaq2-Jan-09 1:31 
AnswerRe: Print in an SDI application Pin
Paresh Chitte2-Jan-09 1:40
Paresh Chitte2-Jan-09 1:40 
GeneralRe: Print in an SDI application Pin
nobaq2-Jan-09 1:48
nobaq2-Jan-09 1:48 
AnswerRe: Print in an SDI application Pin
Jijo.Raj2-Jan-09 2:13
Jijo.Raj2-Jan-09 2:13 
GeneralRe: Print in an SDI application Pin
nobaq2-Jan-09 4:43
nobaq2-Jan-09 4:43 
QuestionShowing image in List control Pin
KASR12-Jan-09 0:53
KASR12-Jan-09 0:53 
In the below code i have just inserted one item.
But no image appearing on the list ctrl item why?

m_ImageList.Create(IDB_IMAGES, 16, 1, RGB(255,255,255));
m_ListCtrl.SetImageList(&m_ImageList, LVSIL_NORMAL);

LV_ITEM lvItem;
lvItem.mask = LVIF_IMAGE | LVIF_TEXT ;
lvItem.iItem = 0;
lvItem.iSubItem = 0;
lvItem.iImage = 0;
lvItem.pszText = _T("New Folder");

m_ListCtrl.InsertItem(&lvItem);

AnswerRe: Showing image in List control Pin
Radhakrishnan G.2-Jan-09 2:45
Radhakrishnan G.2-Jan-09 2:45 
AnswerRe: Showing image in List control Pin
Nishad S2-Jan-09 2:48
Nishad S2-Jan-09 2:48 
GeneralRe: Showing image in List control Pin
KASR14-Jan-09 21:18
KASR14-Jan-09 21:18 
GeneralRe: Showing image in List control Pin
Nishad S4-Jan-09 21:35
Nishad S4-Jan-09 21:35 
QuestionGenerate EXCEPTION_IN_PAGE_ERROR, EXCEPTION_INVALID_DISPOSITION, EXCEPTION_PRIV_INSTRUCTION Pin
Manoj C V2-Jan-09 0:45
Manoj C V2-Jan-09 0:45 
AnswerRe: Generate EXCEPTION_IN_PAGE_ERROR, EXCEPTION_INVALID_DISPOSITION, EXCEPTION_PRIV_INSTRUCTION Pin
Nibu babu thomas2-Jan-09 0:49
Nibu babu thomas2-Jan-09 0:49 
GeneralRe: Generate EXCEPTION_IN_PAGE_ERROR, EXCEPTION_INVALID_DISPOSITION, EXCEPTION_PRIV_INSTRUCTION Pin
Manoj C V2-Jan-09 0:54
Manoj C V2-Jan-09 0:54 
GeneralRe: Generate EXCEPTION_IN_PAGE_ERROR, EXCEPTION_INVALID_DISPOSITION, EXCEPTION_PRIV_INSTRUCTION Pin
Nibu babu thomas2-Jan-09 0:59
Nibu babu thomas2-Jan-09 0:59 
QuestionIncrease Hieght of Row in ListCtrl? Pin
Le@rner2-Jan-09 0:43
Le@rner2-Jan-09 0:43 
AnswerRe: Increase Hieght of Row in ListCtrl? Pin
Jijo.Raj2-Jan-09 1:26
Jijo.Raj2-Jan-09 1:26 
AnswerRe: Increase Hieght of Row in ListCtrl? Pin
Nibu babu thomas4-Jan-09 21:52
Nibu babu thomas4-Jan-09 21:52 
GeneralRe: Increase Hieght of Row in ListCtrl? Pin
Le@rner4-Jan-09 22:31
Le@rner4-Jan-09 22:31 
QuestionFlash swf Pin
Nishad S2-Jan-09 0:41
Nishad S2-Jan-09 0:41 
AnswerRe: Flash swf Pin
Nibu babu thomas2-Jan-09 0:47
Nibu babu thomas2-Jan-09 0:47 
GeneralRe: Flash swf Pin
Nishad S2-Jan-09 1:00
Nishad S2-Jan-09 1:00 
AnswerRe: Flash swf Pin
Jijo.Raj2-Jan-09 1:09
Jijo.Raj2-Jan-09 1:09 
GeneralRe: Flash swf Pin
Nishad S2-Jan-09 1:18
Nishad S2-Jan-09 1: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.