Click here to Skip to main content
15,900,511 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: CImageList displayed in16 colors Pin
Christian Graus15-Jan-02 0:56
protectorChristian Graus15-Jan-02 0:56 
GeneralRe: CImageList displayed in16 colors Pin
Neville Franks16-Jan-02 11:06
Neville Franks16-Jan-02 11:06 
GeneralRe: CImageList displayed in16 colors Pin
Christian Graus16-Jan-02 11:13
protectorChristian Graus16-Jan-02 11:13 
QuestionHow can i change thumb's rect? Pin
Fang Xia14-Jan-02 15:34
Fang Xia14-Jan-02 15:34 
GeneralClass problems Pin
Matt Newman14-Jan-02 14:39
Matt Newman14-Jan-02 14:39 
GeneralRe: Class problems Pin
Nish Nishant14-Jan-02 20:00
sitebuilderNish Nishant14-Jan-02 20:00 
GeneralRe: Class problems Pin
Matt Newman15-Jan-02 14:54
Matt Newman15-Jan-02 14:54 
GeneralInteresring Source Safe Problem Pin
Wolfram Steinke14-Jan-02 13:05
Wolfram Steinke14-Jan-02 13:05 
Generalconverting decimal to hexadecimal Pin
SAK14-Jan-02 11:50
SAK14-Jan-02 11:50 
GeneralRe: converting decimal to hexadecimal Pin
Christian Graus14-Jan-02 11:53
protectorChristian Graus14-Jan-02 11:53 
GeneralRe: converting decimal to hexadecimal Pin
SAK14-Jan-02 14:23
SAK14-Jan-02 14:23 
GeneralRe: converting decimal to hexadecimal Pin
Jon Hulatt14-Jan-02 22:39
Jon Hulatt14-Jan-02 22:39 
GeneralRe: converting decimal to hexadecimal Pin
Christian Graus15-Jan-02 1:10
protectorChristian Graus15-Jan-02 1:10 
QuestionContext Help to MDI window?? Pin
Giles14-Jan-02 9:27
Giles14-Jan-02 9:27 
AnswerRe: Context Help to MDI window?? Pin
Michael Dunn14-Jan-02 10:50
sitebuilderMichael Dunn14-Jan-02 10:50 

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.