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

C / C++ / MFC

 
GeneralRe: XML Writer Pin
CPallini7-Jan-09 3:49
mveCPallini7-Jan-09 3:49 
GeneralRe: XML Writer Pin
amit.code8-Jan-09 18:09
amit.code8-Jan-09 18:09 
GeneralRe: XML Writer Pin
CPallini8-Jan-09 21:23
mveCPallini8-Jan-09 21:23 
QuestionManipulating BITMAPS Pin
KASR17-Jan-09 1:08
KASR17-Jan-09 1:08 
AnswerRe: Manipulating BITMAPS Pin
CPallini7-Jan-09 1:39
mveCPallini7-Jan-09 1:39 
JokeRe: Manipulating BITMAPS Pin
Luc Pattyn7-Jan-09 2:00
sitebuilderLuc Pattyn7-Jan-09 2:00 
GeneralRe: Manipulating BITMAPS Pin
CPallini7-Jan-09 2:03
mveCPallini7-Jan-09 2:03 
AnswerRe: Manipulating BITMAPS Pin
John R. Shaw7-Jan-09 5:32
John R. Shaw7-Jan-09 5:32 
Look up DIBs and BMP format. Technically the size of a pixel is something like "bmPlanes * bmBitsPerPixel", but I have never seen the number of planes set to anything other than 1.

You need to look up the format because that is not enough information to actually read a .bmp file; each row is aligned on a 4 byte boundry.

Why the planes where specified (I know) is up to you to figure out. Wink | ;)

INTP
"Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra

QuestionRegarding ComboBox in Toolbar Pin
tina_p1237-Jan-09 1:01
tina_p1237-Jan-09 1:01 
AnswerRe: Regarding ComboBox in Toolbar Pin
Code-o-mat7-Jan-09 2:17
Code-o-mat7-Jan-09 2:17 
QuestionRe: Regarding ComboBox in Toolbar Pin
sashoalm7-Jan-09 2:37
sashoalm7-Jan-09 2:37 
QuestionAdding library modules for the linker from _code_ [SOLVED] Pin
sashoalm7-Jan-09 0:31
sashoalm7-Jan-09 0:31 
QuestionRe: Adding library modules for the linker from _code_ Pin
CPallini7-Jan-09 0:43
mveCPallini7-Jan-09 0:43 
AnswerRe: Adding library modules for the linker from _code_ Pin
sashoalm7-Jan-09 0:58
sashoalm7-Jan-09 0:58 
AnswerRe: Adding library modules for the linker from _code_ Pin
Stephen Hewitt7-Jan-09 0:52
Stephen Hewitt7-Jan-09 0:52 
GeneralRe: Adding library modules for the linker from _code_ Pin
sashoalm7-Jan-09 1:00
sashoalm7-Jan-09 1:00 
AnswerRe: Adding library modules for the linker from _code_ Pin
Iain Clarke, Warrior Programmer7-Jan-09 0:54
Iain Clarke, Warrior Programmer7-Jan-09 0:54 
GeneralRe: Adding library modules for the linker from _code_ Pin
sashoalm7-Jan-09 1:01
sashoalm7-Jan-09 1:01 
GeneralImplementation help Pin
Marimuthu.r7-Jan-09 0:06
Marimuthu.r7-Jan-09 0:06 
QuestionCMFCToolBar with CView Pin
N B sowmi7-Jan-09 0:02
N B sowmi7-Jan-09 0:02 
AnswerRegister an OCX programatically Pin
Mustapha Rédouane6-Jan-09 23:28
Mustapha Rédouane6-Jan-09 23:28 
GeneralRe: Register an OCX programatically Pin
CPallini6-Jan-09 23:46
mveCPallini6-Jan-09 23:46 
GeneralRe: Register an OCX programatically Pin
Randor 6-Jan-09 23:57
professional Randor 6-Jan-09 23:57 
QuestionCOleDataObject error Pin
NewVC++6-Jan-09 21:08
NewVC++6-Jan-09 21:08 
AnswerRe: COleDataObject error Pin
Cedric Moonen6-Jan-09 21:12
Cedric Moonen6-Jan-09 21:12 

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.