Click here to Skip to main content
15,896,063 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralNT Service problem Pin
28-Feb-02 15:34
suss28-Feb-02 15:34 
GeneralRe: NT Service problem Pin
Nish Nishant28-Feb-02 15:51
sitebuilderNish Nishant28-Feb-02 15:51 
GeneralRe: NT Service problem Pin
28-Feb-02 16:02
suss28-Feb-02 16:02 
GeneralRe: NT Service problem Pin
Nish Nishant28-Feb-02 16:04
sitebuilderNish Nishant28-Feb-02 16:04 
GeneralRe: NT Service problem Pin
28-Feb-02 16:21
suss28-Feb-02 16:21 
GeneralRe: NT Service problem Pin
Nish Nishant28-Feb-02 16:28
sitebuilderNish Nishant28-Feb-02 16:28 
GeneralRe: NT Service problem Pin
Jon Hulatt28-Feb-02 23:17
Jon Hulatt28-Feb-02 23:17 
GeneralXP, ImageLists and TreeViews Pin
Simon Steele28-Feb-02 12:03
Simon Steele28-Feb-02 12:03 
Under XP I can use the nice anti-aliased folder icon in my list control by doing something like this to the imagelist...

<br />
HIMAGELIST hImageList = ImageList_Create(16, 16, ILC_COLOR32 | ILC_MASK, 2, 4);<br />
HICON ico = LoadIcon(GetModuleHandle("shell32.dll"), MAKEINTRESOURCE(4));<br />
int x = ImageList_AddIcon(hImageList, ico);<br />

... and using this in my list control is fine. When I use this image list in my tree control the image appears fine at first, but when the mouse is moved over an item, the scary black border begins to appear. In fact, the more times the mouse is moved over the image the blacker we get.

note: This is most noticeable with TVS_TRACKSELECT, it can sometimes be seen without.

This happens with CTreeCtrl and with a plain api WC_TREEVIEW window. Any ideas what's happening here? Explorer doesn't suffer, nor does SysTreeView32.

Thanks in advance,

--
Simon Steele
Programmers Notepad - www.pnotepad.org
GeneralRe: XP, ImageLists and TreeViews Pin
28-Feb-02 20:04
suss28-Feb-02 20:04 
GeneralRe: XP, ImageLists and TreeViews Pin
Simon Steele28-Feb-02 22:06
Simon Steele28-Feb-02 22:06 
GeneralRe: XP, ImageLists and TreeViews Pin
Shog91-Mar-02 6:13
sitebuilderShog91-Mar-02 6:13 
GeneralRe: XP, ImageLists and TreeViews Pin
Simon Steele1-Mar-02 7:12
Simon Steele1-Mar-02 7:12 
GeneralTrouble Pin
---Ranger---28-Feb-02 11:34
---Ranger---28-Feb-02 11:34 
GeneralRe: Trouble Pin
Tim Smith28-Feb-02 11:49
Tim Smith28-Feb-02 11:49 
GeneralRe: Trouble Pin
Christian Graus28-Feb-02 11:57
protectorChristian Graus28-Feb-02 11:57 
GeneralTrouble Pin
---Ranger---28-Feb-02 12:27
---Ranger---28-Feb-02 12:27 
GeneralRe: Trouble Pin
Christian Graus28-Feb-02 12:34
protectorChristian Graus28-Feb-02 12:34 
GeneralRe: Trouble Pin
alex.barylski28-Feb-02 12:49
alex.barylski28-Feb-02 12:49 
GeneralRe: Trouble Pin
28-Feb-02 12:55
suss28-Feb-02 12:55 
GeneralRe: Trouble Pin
alex.barylski28-Feb-02 12:42
alex.barylski28-Feb-02 12:42 
GeneralRe: Trouble Pin
28-Feb-02 13:01
suss28-Feb-02 13:01 
GeneralRe: Trouble Pin
28-Feb-02 13:07
suss28-Feb-02 13:07 
GeneralRe: Trouble Pin
alex.barylski28-Feb-02 13:42
alex.barylski28-Feb-02 13:42 
GeneralRe: To get mbd type try... Pin
Atul Dharne28-Feb-02 16:36
Atul Dharne28-Feb-02 16:36 
GeneralRe: Trouble Pin
Nish Nishant28-Feb-02 14:08
sitebuilderNish Nishant28-Feb-02 14:08 

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.