Click here to Skip to main content
15,913,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can I paint on clock area in taskbar? Pin
14-Jan-02 21:53
suss14-Jan-02 21:53 
AnswerRe: How can I paint on clock area in taskbar? Pin
567890123415-Jan-02 4:33
567890123415-Jan-02 4:33 
GeneralListing Directories !!! Pin
Hadi Rezaee14-Jan-02 20:51
Hadi Rezaee14-Jan-02 20:51 
GeneralRe: Listing Directories !!! Pin
NormDroid14-Jan-02 21:00
professionalNormDroid14-Jan-02 21:00 
GeneralRe: Listing Directories !!! Pin
Hadi Rezaee15-Jan-02 5:49
Hadi Rezaee15-Jan-02 5:49 
GeneralRe: Listing Directories !!! Pin
Prem Kumar14-Jan-02 21:06
Prem Kumar14-Jan-02 21:06 
GeneralRe: Listing Directories !!! Pin
Hadi Rezaee15-Jan-02 5:54
Hadi Rezaee15-Jan-02 5:54 
QuestionIcon Shadow? Pin
Anthony Chen14-Jan-02 19:48
Anthony Chen14-Jan-02 19:48 
GeneralLinker eror in SHGetFolderPath() Pin
Neha14-Jan-02 19:46
Neha14-Jan-02 19:46 
GeneralRe: Linker eror in SHGetFolderPath() Pin
Nish Nishant14-Jan-02 19:53
sitebuilderNish Nishant14-Jan-02 19:53 
GeneralRe: Linker eror in SHGetFolderPath() Pin
Neha14-Jan-02 20:27
Neha14-Jan-02 20:27 
GeneralRe: Linker eror in SHGetFolderPath() Pin
Nish Nishant14-Jan-02 20:34
sitebuilderNish Nishant14-Jan-02 20:34 
GeneralRe: Linker eror in SHGetFolderPath() Pin
Neha14-Jan-02 20:41
Neha14-Jan-02 20:41 
GeneralRe: Linker eror in SHGetFolderPath() Pin
Nish Nishant14-Jan-02 20:48
sitebuilderNish Nishant14-Jan-02 20:48 
GeneralRe: Linker eror in SHGetFolderPath() Pin
Neha14-Jan-02 21:05
Neha14-Jan-02 21:05 
GeneralRe: Linker eror in SHGetFolderPath() Pin
Michael Dunn14-Jan-02 20:28
sitebuilderMichael Dunn14-Jan-02 20:28 
GeneralSending text to an edit box Pin
Tryhard14-Jan-02 18:29
Tryhard14-Jan-02 18:29 
GeneralRe: Sending text to an edit box Pin
Ravi Bhavnani14-Jan-02 18:54
professionalRavi Bhavnani14-Jan-02 18:54 
GeneralRe: Sending text to an edit box Pin
Christian Graus14-Jan-02 19:44
protectorChristian Graus14-Jan-02 19:44 
GeneralRe: Sending text to an edit box Pin
Nish Nishant14-Jan-02 19:56
sitebuilderNish Nishant14-Jan-02 19:56 
GeneralCImageList displayed in16 colors Pin
Neville Franks14-Jan-02 17:33
Neville Franks14-Jan-02 17:33 
GeneralRe: CImageList displayed in16 colors Pin
Christian Graus14-Jan-02 18:31
protectorChristian Graus14-Jan-02 18:31 
GeneralRe: CImageList displayed in16 colors Pin
Neville Franks14-Jan-02 18:46
Neville Franks14-Jan-02 18:46 
Hi Christian,
I'm using using CImageList::Create() - flavour no 1. So you don't get to specify the ILC_xxx value. I assume it comes straight from the bitmap resource.

m_ItemImages = new CImageList;
BOOL bStat = m_ItemImages->Create( nBitmapID, nImageWidth, 0, crMask );


I've looked at CImageList::Create() and it calls ImageList_LoadBitmap()

Neville Franks, Author of ED for Windows. www.getsoft.com
GeneralRe: CImageList displayed in16 colors Pin
Christian Graus14-Jan-02 19:42
protectorChristian Graus14-Jan-02 19:42 
GeneralRe: CImageList displayed in16 colors Pin
Neville Franks14-Jan-02 20:00
Neville Franks14-Jan-02 20:00 

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.