Click here to Skip to main content
15,886,836 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMaybe repaint problem Pin
Solero28-Jun-02 2:48
Solero28-Jun-02 2:48 
GeneralRe: Maybe repaint problem Pin
Prem Kumar28-Jun-02 4:07
Prem Kumar28-Jun-02 4:07 
GeneralRe: Maybe repaint problem Pin
Solero28-Jun-02 18:58
Solero28-Jun-02 18:58 
GeneralProblem with OleLoadPicture Pin
kaae28-Jun-02 2:01
kaae28-Jun-02 2:01 
Generalmultiple line editbox in EVC for Pocket PC Pin
28-Jun-02 1:56
suss28-Jun-02 1:56 
GeneralRe: multiple line editbox in EVC for Pocket PC Pin
Roger Allen28-Jun-02 3:11
Roger Allen28-Jun-02 3:11 
GeneralMSXML3 and IShield/Wise install Pin
Braulio Dez28-Jun-02 0:44
Braulio Dez28-Jun-02 0:44 
QuestionHow can I prevent the Icon in the first Row of a ListCtrl ? Pin
Koep28-Jun-02 0:36
Koep28-Jun-02 0:36 
Hello,

i use Icon's in the SubItems of the ListControl.
But i can't suppress the appearing of the Icon in the first column.
I tried :

LVITEM lvi= {0};
lvi.mask = LVIF_TEXT;
...
lvi.iImage = -1; -> Then i get free space in the first column.
or
//lvi.iImage = -1; Then i get the first Bitmap.

Please help !!!

Marco
AnswerRe: How can I prevent the Icon in the first Row of a ListCtrl ? Pin
Rage28-Jun-02 1:23
professionalRage28-Jun-02 1:23 
GeneralRe: How can I prevent the Icon in the first Row of a ListCtrl ? Pin
Roger Allen28-Jun-02 3:12
Roger Allen28-Jun-02 3:12 
GeneralRe: How can I prevent the Icon in the first Row of a ListCtrl ? Pin
Koep28-Jun-02 3:32
Koep28-Jun-02 3:32 
AnswerRe: How can I prevent the Icon in the first Row of a ListCtrl ? Pin
Mike Nordell28-Jun-02 8:58
Mike Nordell28-Jun-02 8:58 
GeneralAD, Drivers and Files - suggestions needed Pin
Andreas Saurwein27-Jun-02 23:19
Andreas Saurwein27-Jun-02 23:19 
GeneralRe: AD, Drivers and Files - suggestions needed Pin
Mike Nordell28-Jun-02 9:04
Mike Nordell28-Jun-02 9:04 
GeneralRe: AD, Drivers and Files - suggestions needed Pin
Andreas Saurwein28-Jun-02 15:14
Andreas Saurwein28-Jun-02 15:14 
Questionhow to make a "global" object in mfc dialog based application? Pin
27-Jun-02 23:03
suss27-Jun-02 23:03 
AnswerRe: how to make a "global" object in mfc dialog based application? Pin
RChin28-Jun-02 0:50
RChin28-Jun-02 0:50 
GeneralRe: how to make a "global" object in mfc dialog based application? Pin
28-Jun-02 1:35
suss28-Jun-02 1:35 
GeneralRe: how to make a "global" object in mfc dialog based application? Pin
Chris Losinger28-Jun-02 1:36
professionalChris Losinger28-Jun-02 1:36 
AnswerRe: how to make a "global" object in mfc dialog based application? Pin
Rage28-Jun-02 1:19
professionalRage28-Jun-02 1:19 
AnswerRe: how to make a "global" object in mfc dialog based application? Pin
Alexandru Savescu28-Jun-02 4:08
Alexandru Savescu28-Jun-02 4:08 
GeneralData Conversion Pin
Firebird27-Jun-02 22:35
Firebird27-Jun-02 22:35 
GeneralRe: Data Conversion Pin
27-Jun-02 23:04
suss27-Jun-02 23:04 
GeneralRe: Data Conversion Pin
Hans Ruck27-Jun-02 23:07
Hans Ruck27-Jun-02 23:07 
Generalhelp please i can`t invalidate MFC views from dll thread Pin
Alexey Kourakolov27-Jun-02 22:19
Alexey Kourakolov27-Jun-02 22:19 

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.