Click here to Skip to main content
15,902,032 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: which is the Best book for 'C' Pin
sunit529-Dec-05 1:44
sunit529-Dec-05 1:44 
GeneralRe: which is the Best book for 'C' Pin
Eytukan29-Dec-05 2:17
Eytukan29-Dec-05 2:17 
GeneralRe: which is the Best book for 'C' Pin
koothkeeper29-Dec-05 10:10
professionalkoothkeeper29-Dec-05 10:10 
QuestionCreating multiple forms Pin
navvara the infantryman28-Dec-05 22:43
navvara the infantryman28-Dec-05 22:43 
QuestionVS 2005 vs VS.NET 2005 Pin
QuickDeveloper28-Dec-05 22:41
QuickDeveloper28-Dec-05 22:41 
QuestionTransparent bitmap Pin
SAKURAVN28-Dec-05 22:06
SAKURAVN28-Dec-05 22:06 
AnswerRe: Transparent bitmap Pin
Identity Undisclosed28-Dec-05 22:39
Identity Undisclosed28-Dec-05 22:39 
QuestionTreeCtrl Display Problem (Unable to remove the black color around a node icon) Pin
Owner drawn28-Dec-05 22:05
Owner drawn28-Dec-05 22:05 
I am loading icons from shell32.dll.

These icons are displayed as node icons. But inspite of using ILC_MASK the black around the icons are still there. I know it is done for displaying icons transparently but it doesn't go. It is just around the edges of the icon.

LOL it's irritating...Mad | :mad:

if(m_treeImageList.Create(GetSystemMetrics (SM_CXSMICON), 
		GetSystemMetrics (SM_CYSMICON), 
		(ILC_COLOR32|ILC_MASK), 3, 1) == FALSE)
		AfxMessageBox(_T("Failed to create image list"));
D'Oh! | :doh:

Am I missing something. If so What Sniff | :^)

Jesus Loves You and Me Smile | :)
<marquee direction="up" height="50" scrolldelay="1" step="1" scrollamount="1" style="background-color:'#44ccff'">
--Owner Drawn
--Nothing special
--Defeat is temporary but surrender is permanent
--Never say quits
--Jesus is Lord


AnswerRe: TreeCtrl Display Problem (Unable to remove the black color around a node icon) Pin
Prakash Nadar28-Dec-05 22:26
Prakash Nadar28-Dec-05 22:26 
GeneralRe: TreeCtrl Display Problem (Unable to remove the black color around a node icon) Pin
Owner drawn28-Dec-05 22:33
Owner drawn28-Dec-05 22:33 
GeneralRe: TreeCtrl Display Problem (Unable to remove the black color around a node icon) Pin
Prakash Nadar28-Dec-05 22:40
Prakash Nadar28-Dec-05 22:40 
AnswerSomebody help me.... Pin
Owner drawn28-Dec-05 23:27
Owner drawn28-Dec-05 23:27 
GeneralRe: Somebody help me.... Pin
Identity Undisclosed29-Dec-05 0:17
Identity Undisclosed29-Dec-05 0:17 
GeneralRe: Somebody help me.... Pin
Owner drawn29-Dec-05 0:35
Owner drawn29-Dec-05 0:35 
GeneralRe: Somebody help me.... Pin
Identity Undisclosed29-Dec-05 1:16
Identity Undisclosed29-Dec-05 1:16 
GeneralRe: Somebody help me.... Pin
Owner drawn29-Dec-05 1:26
Owner drawn29-Dec-05 1:26 
GeneralRe: Somebody help me.... Pin
Identity Undisclosed29-Dec-05 1:48
Identity Undisclosed29-Dec-05 1:48 
GeneralRe: Somebody help me.... Pin
Prakash Nadar29-Dec-05 4:59
Prakash Nadar29-Dec-05 4:59 
QuestionHow can I use LoadBitmap() for loading a bitmap no button Pin
Saday Sarkar28-Dec-05 21:41
Saday Sarkar28-Dec-05 21:41 
AnswerRe: How can I use LoadBitmap() for loading a bitmap ON button Pin
Owner drawn28-Dec-05 21:45
Owner drawn28-Dec-05 21:45 
QuestionRe: How can I use LoadBitmap() for loading a bitmap ON button Pin
Saday Sarkar28-Dec-05 22:05
Saday Sarkar28-Dec-05 22:05 
AnswerRe: How can I use LoadBitmap() for loading a bitmap ON button Pin
Owner drawn28-Dec-05 22:10
Owner drawn28-Dec-05 22:10 
AnswerRe: How can I use LoadBitmap() for loading a bitmap ON button Pin
Identity Undisclosed28-Dec-05 22:30
Identity Undisclosed28-Dec-05 22:30 
GeneralRe: How can I use LoadBitmap() for loading a bitmap ON button Pin
Saday Sarkar28-Dec-05 22:51
Saday Sarkar28-Dec-05 22:51 
QuestionRe: How can I use LoadBitmap() for loading a bitmap ON button Pin
Saday Sarkar28-Dec-05 22:45
Saday Sarkar28-Dec-05 22:45 

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.