Click here to Skip to main content
15,897,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: error c2071: illegal storage class Pin
Parthi_Appu21-Jun-12 21:40
Parthi_Appu21-Jun-12 21:40 
QuestionDisable text zooming in Rich Edit control. Pin
Member 225379321-Jun-12 14:12
Member 225379321-Jun-12 14:12 
AnswerRe: Disable text zooming in Rich Edit control. Pin
Brandon-X1200021-Jun-12 21:30
Brandon-X1200021-Jun-12 21:30 
Questionopencv with MFC Pin
jawadali47720-Jun-12 18:39
jawadali47720-Jun-12 18:39 
AnswerRe: opencv with MFC Pin
Richard MacCutchan20-Jun-12 23:55
mveRichard MacCutchan20-Jun-12 23:55 
AnswerRe: opencv with MFC Pin
Sivaraman Dhamodharan21-Jun-12 1:48
Sivaraman Dhamodharan21-Jun-12 1:48 
GeneralRe: opencv with MFC Pin
jawadali47721-Jun-12 18:16
jawadali47721-Jun-12 18:16 
GeneralRe: opencv with MFC Pin
Sivaraman Dhamodharan22-Jun-12 4:16
Sivaraman Dhamodharan22-Jun-12 4:16 
The bitmap file usually have a BITMAP header, color palette and actual pixel information (Bits referring the color palette or raw bits if color palette not used). The bitmap header will have the height and width of the image.

Quote:

typedef struct tagBITMAPINFO {
BITMAPINFOHEADER bmiHeader;
RGBQUAD bmiColors[1];
} BITMAPINFO;


Taken the above one from msdn. The
Quote:
BITMAPINFOHEADER
structure has the information you need.

Questionshow powerpoint slides in visual C++ 2010 form Pin
amir70020-Jun-12 18:32
amir70020-Jun-12 18:32 
AnswerRe: show powerpoint slides in visual C++ 2010 form Pin
_Flaviu20-Jun-12 23:00
_Flaviu20-Jun-12 23:00 
GeneralRe: show powerpoint slides in visual C++ 2010 form Pin
amir70021-Jun-12 22:35
amir70021-Jun-12 22:35 
AnswerRe: show powerpoint slides in visual C++ 2010 form Pin
Maximilien21-Jun-12 8:40
Maximilien21-Jun-12 8:40 
AnswerRe: show powerpoint slides in visual C++ 2010 form Pin
Brandon-X1200021-Jun-12 21:33
Brandon-X1200021-Jun-12 21:33 
GeneralRe: show powerpoint slides in visual C++ 2010 form Pin
amir70021-Jun-12 22:38
amir70021-Jun-12 22:38 
GeneralRe: show powerpoint slides in visual C++ 2010 form Pin
_Flaviu22-Jun-12 6:30
_Flaviu22-Jun-12 6:30 
QuestionCan I create a dialog template for other dialog boxes? Pin
DeepT20-Jun-12 5:47
DeepT20-Jun-12 5:47 
AnswerRe: Can I create a dialog template for other dialog boxes? Pin
fat_boy20-Jun-12 6:31
fat_boy20-Jun-12 6:31 
AnswerRe: Can I create a dialog template for other dialog boxes? Pin
Albert Holguin20-Jun-12 7:04
professionalAlbert Holguin20-Jun-12 7:04 
GeneralRe: Can I create a dialog template for other dialog boxes? Pin
DeepT20-Jun-12 7:33
DeepT20-Jun-12 7:33 
GeneralRe: Can I create a dialog template for other dialog boxes? Pin
Albert Holguin20-Jun-12 8:33
professionalAlbert Holguin20-Jun-12 8:33 
AnswerRe: Can I create a dialog template for other dialog boxes? Pin
Rolf Kristensen20-Jun-12 9:00
Rolf Kristensen20-Jun-12 9:00 
AnswerRe: Can I create a dialog template for other dialog boxes? Pin
ThatsAlok20-Jun-12 20:18
ThatsAlok20-Jun-12 20:18 
QuestionA professional and rich-content toolkit for designing great UI Pin
m.salsal20-Jun-12 1:15
m.salsal20-Jun-12 1:15 
AnswerRe: A professional and rich-content toolkit for designing great UI Pin
Richard MacCutchan20-Jun-12 3:13
mveRichard MacCutchan20-Jun-12 3:13 
AnswerRe: A professional and rich-content toolkit for designing great UI Pin
Albert Holguin20-Jun-12 3:28
professionalAlbert Holguin20-Jun-12 3:28 

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.