Click here to Skip to main content
15,895,833 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help?? How to draw chessboard on a form? Pin
Cedric Moonen23-Jan-06 0:43
Cedric Moonen23-Jan-06 0:43 
GeneralRe: Help?? How to draw chessboard on a form? Pin
LivingThoughts23-Jan-06 0:48
LivingThoughts23-Jan-06 0:48 
QuestionVC++ 6 enhancement tools Pin
BishGada22-Jan-06 23:32
BishGada22-Jan-06 23:32 
AnswerRe: VC++ 6 enhancement tools Pin
Aamir Butt23-Jan-06 0:02
Aamir Butt23-Jan-06 0:02 
Question[Help] VC++ & mathlab Pin
uumeme22-Jan-06 22:53
uumeme22-Jan-06 22:53 
AnswerRe: [Help] VC++ & mathlab Pin
Rage22-Jan-06 23:08
professionalRage22-Jan-06 23:08 
GeneralRe: [Help] VC++ & mathlab Pin
uumeme23-Jan-06 0:35
uumeme23-Jan-06 0:35 
GeneralRe: [Help] VC++ & mathlab Pin
Rage23-Jan-06 1:27
professionalRage23-Jan-06 1:27 
Yes, if you only need the size information, it is also contained in the header of the file.

However, if you want to work actively with the image itself, it is far more complicated. As you may know, jpeg are packed, and you need to depack the information after reading.

I would suggest to use a library that can already read bmp, jpg, and so on, or use functions from the GDI+. Are programming C, C++ ? Using MFC ?

~RaGE();
GeneralRe: [Help] VC++ & mathlab Pin
uumeme23-Jan-06 15:54
uumeme23-Jan-06 15:54 
QuestionMaking controls appear/disappear according to list selection Pin
kk_vp22-Jan-06 22:29
kk_vp22-Jan-06 22:29 
AnswerRe: Making controls appear/disappear according to list selection Pin
Cedric Moonen22-Jan-06 22:35
Cedric Moonen22-Jan-06 22:35 
AnswerRe: Making controls appear/disappear according to list selection Pin
Rage22-Jan-06 23:12
professionalRage22-Jan-06 23:12 
AnswerRe: Making controls appear/disappear according to list selection Pin
Owner drawn22-Jan-06 23:22
Owner drawn22-Jan-06 23:22 
AnswerRe: Making controls appear/disappear according to list selection Pin
BadKarma22-Jan-06 23:43
BadKarma22-Jan-06 23:43 
AnswerRe: Making controls appear/disappear according to list selection Pin
David Crow23-Jan-06 3:44
David Crow23-Jan-06 3:44 
GeneralRe: Making controls appear/disappear according to list selection Pin
kk_vp24-Jan-06 21:54
kk_vp24-Jan-06 21:54 
GeneralRe: Making controls appear/disappear according to list selection Pin
David Crow25-Jan-06 3:00
David Crow25-Jan-06 3:00 
GeneralRe: Making controls appear/disappear according to list selection Pin
kk_vp27-Jan-06 1:47
kk_vp27-Jan-06 1:47 
GeneralRe: Making controls appear/disappear according to list selection Pin
David Crow27-Jan-06 2:54
David Crow27-Jan-06 2:54 
GeneralRe: Making controls appear/disappear according to list selection Pin
kk_vp29-Jan-06 22:43
kk_vp29-Jan-06 22:43 
QuestionGetPrivateProfileString Pin
Nishad S22-Jan-06 22:07
Nishad S22-Jan-06 22:07 
AnswerRe: GetPrivateProfileString Pin
Owner drawn22-Jan-06 22:49
Owner drawn22-Jan-06 22:49 
GeneralRe: GetPrivateProfileString Pin
Nishad S22-Jan-06 22:53
Nishad S22-Jan-06 22:53 
GeneralRe: GetPrivateProfileString Pin
Owner drawn22-Jan-06 22:56
Owner drawn22-Jan-06 22:56 
AnswerRe: GetPrivateProfileString Pin
Rage22-Jan-06 23:29
professionalRage22-Jan-06 23:29 

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.