Click here to Skip to main content
15,909,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MBCS with Unicode Pin
«_Superman_»25-Feb-09 2:28
professional«_Superman_»25-Feb-09 2:28 
GeneralRe: MBCS with Unicode Pin
Member 475657425-Feb-09 2:36
Member 475657425-Feb-09 2:36 
GeneralRe: MBCS with Unicode Pin
«_Superman_»25-Feb-09 2:41
professional«_Superman_»25-Feb-09 2:41 
AnswerRe: MBCS with Unicode Pin
Sarath C25-Feb-09 3:01
Sarath C25-Feb-09 3:01 
QuestionBuffer to HDC handle Pin
Elsie25-Feb-09 2:24
Elsie25-Feb-09 2:24 
QuestionRe: Buffer to HDC handle Pin
CPallini25-Feb-09 2:52
mveCPallini25-Feb-09 2:52 
AnswerRe: Buffer to HDC handle Pin
Elsie25-Feb-09 2:59
Elsie25-Feb-09 2:59 
AnswerRe: Buffer to HDC handle Pin
Code-o-mat25-Feb-09 4:10
Code-o-mat25-Feb-09 4:10 
According to your answer to CPallini, your buffer contains a BMP file. So, wiki[^] should contain all the information you need to access the pixel data. Also look for BITMAPFILEHEADER, BITMAPINFO and such structures in MSDN, these should help too. You could for example use CreateDIBSection[^] to get a HBITMAP from your data and use it to feed it to a picture (static) control or draw it yourself.

> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Life: great graphics, but the gameplay sux. <

QuestionWhere do we get MESSAGE ID s of registered activex controls? Pin
dschowta25-Feb-09 2:07
dschowta25-Feb-09 2:07 
AnswerRe: Where do we get MESSAGE ID s of registered activex controls? Pin
CPallini25-Feb-09 2:16
mveCPallini25-Feb-09 2:16 
GeneralRe: Where do we get MESSAGE ID s of registered activex controls? Pin
dschowta25-Feb-09 8:21
dschowta25-Feb-09 8:21 
GeneralRe: Where do we get MESSAGE ID s of registered activex controls? Pin
CPallini25-Feb-09 21:15
mveCPallini25-Feb-09 21:15 
QuestionWM_POWERBROADCAST on Vista. Pin
Comp_Users25-Feb-09 2:03
Comp_Users25-Feb-09 2:03 
AnswerRe: WM_POWERBROADCAST on Vista. Pin
«_Superman_»25-Feb-09 2:07
professional«_Superman_»25-Feb-09 2:07 
GeneralRe: WM_POWERBROADCAST on Vista. Pin
Comp_Users25-Feb-09 2:30
Comp_Users25-Feb-09 2:30 
GeneralRe: WM_POWERBROADCAST on Vista. Pin
«_Superman_»25-Feb-09 2:33
professional«_Superman_»25-Feb-09 2:33 
GeneralRe: WM_POWERBROADCAST on Vista. Pin
Comp_Users25-Feb-09 2:40
Comp_Users25-Feb-09 2:40 
Questionis there any fuction an get an object form window handle? Pin
tyr200025-Feb-09 1:43
tyr200025-Feb-09 1:43 
AnswerRe: is there any fuction an get an object form window handle? Pin
«_Superman_»25-Feb-09 1:54
professional«_Superman_»25-Feb-09 1:54 
GeneralRe: is there any fuction an get an object form window handle? Pin
tyr200025-Feb-09 2:11
tyr200025-Feb-09 2:11 
GeneralRe: is there any fuction an get an object form window handle? Pin
«_Superman_»25-Feb-09 2:14
professional«_Superman_»25-Feb-09 2:14 
GeneralRe: is there any fuction an get an object form window handle? Pin
tyr200025-Feb-09 2:29
tyr200025-Feb-09 2:29 
GeneralRe: is there any fuction an get an object form window handle? Pin
«_Superman_»25-Feb-09 2:31
professional«_Superman_»25-Feb-09 2:31 
GeneralRe: is there any fuction an get an object form window handle? Pin
tyr200025-Feb-09 2:46
tyr200025-Feb-09 2:46 
QuestionReg: Dialogue size change Pin
coding_ram25-Feb-09 1:01
coding_ram25-Feb-09 1:01 

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.