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

C / C++ / MFC

 
GeneralRe: Thumbnail using IExtractImage Pin
Anonymous17-Jul-02 5:11
Anonymous17-Jul-02 5:11 
GeneralRe: Thumbnail using IExtractImage Pin
toon17-Jul-02 21:20
toon17-Jul-02 21:20 
GeneralRe: Thumbnail using IExtractImage Pin
KaЯl17-Jul-02 5:59
KaЯl17-Jul-02 5:59 
GeneralInserting a PropertyPage in a specific index Pin
Martin Laporte17-Jul-02 4:08
Martin Laporte17-Jul-02 4:08 
GeneralSetting Listview items color in icon view Pin
CaesarCZ17-Jul-02 3:59
CaesarCZ17-Jul-02 3:59 
GeneralRe: Setting Listview items color in icon view Pin
KaЯl17-Jul-02 6:07
KaЯl17-Jul-02 6:07 
GeneralRe: Setting Listview items color in icon view Pin
CaesarCZ17-Jul-02 10:05
CaesarCZ17-Jul-02 10:05 
GeneralRe: Setting Listview items color in icon view Pin
KaЯl17-Jul-02 21:39
KaЯl17-Jul-02 21:39 
CaesarCZ wrote:
I don't presume there are chances it is possible to use the text as some kind of anchor, but... is it?


Yes, it is, but you will have to manage everything in your derived ListView. By catching the message WM_MOUSEMOVE you may know over which item your mouse cursor is, and react accordingly (for example by drawing the item text differently).
If you want to know if the user has clicked over your ListView, you may catch the notification from the embedded ListCtrl object of NM_CLICK...

Have a look to the articles section of this site (www.codeproject.com/listctrl/), you will find a lot of information here.

You know, it's Visual C++, not VB, you may do everything you want Smile | :)


HTH,

K.





We do not inherit the Earth from our ancestors. We borrow it from our children.

Antoine de Saint Exupéry (1900-1944)

GeneralRe: Setting Listview items color in icon view Pin
CaesarCZ17-Jul-02 23:14
CaesarCZ17-Jul-02 23:14 
GeneralRe: Setting Listview items color in icon view Pin
KaЯl18-Jul-02 2:24
KaЯl18-Jul-02 2:24 
GeneralAbout MS excel Pin
Old Gun17-Jul-02 3:54
Old Gun17-Jul-02 3:54 
GeneralVC++ Application Design Pin
Paul Ingles17-Jul-02 3:43
Paul Ingles17-Jul-02 3:43 
GeneralRe: VC++ Application Design Pin
Brian Azzopardi17-Jul-02 3:57
Brian Azzopardi17-Jul-02 3:57 
GeneralRe: VC++ Application Design Pin
Paul Ingles17-Jul-02 5:18
Paul Ingles17-Jul-02 5:18 
GeneralA very basic socket question Pin
Dave_17-Jul-02 3:21
Dave_17-Jul-02 3:21 
GeneralRe: A very basic socket question Pin
Joaquín M López Muñoz17-Jul-02 3:29
Joaquín M López Muñoz17-Jul-02 3:29 
GeneralRe: A very basic socket question Pin
includeh1017-Jul-02 3:39
includeh1017-Jul-02 3:39 
GeneralRe: A very basic socket question Pin
Dave_17-Jul-02 3:51
Dave_17-Jul-02 3:51 
GeneralRe: A very basic socket question Pin
includeh1017-Jul-02 4:05
includeh1017-Jul-02 4:05 
GeneralRe: A very basic socket question Pin
Dave_17-Jul-02 4:11
Dave_17-Jul-02 4:11 
GeneralRe: A very basic socket question Pin
Bubba214617-Jul-02 7:20
Bubba214617-Jul-02 7:20 
GeneralRe: A very basic socket question Pin
Dave_17-Jul-02 7:37
Dave_17-Jul-02 7:37 
GeneralRe: A very basic socket question Pin
Bubba214617-Jul-02 7:58
Bubba214617-Jul-02 7:58 
GeneralRe: A very basic socket question Pin
Dave_17-Jul-02 8:11
Dave_17-Jul-02 8:11 
GeneralRe: A very basic socket question Pin
Bubba214617-Jul-02 8:27
Bubba214617-Jul-02 8:27 

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.