Click here to Skip to main content
15,891,607 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCreating Library Modules in VS ...?? Pin
AmbiguousName11-Nov-10 1:40
AmbiguousName11-Nov-10 1:40 
AnswerRe: Creating Library Modules in VS ...?? Pin
Richard MacCutchan11-Nov-10 2:20
mveRichard MacCutchan11-Nov-10 2:20 
AnswerRe: Creating Library Modules in VS ...?? Pin
«_Superman_»11-Nov-10 6:23
professional«_Superman_»11-Nov-10 6:23 
QuestionHow to make it effective to ::SetSysColors(COLOR_SCROLLBAR...)? Pin
dancingfish11-Nov-10 0:29
dancingfish11-Nov-10 0:29 
AnswerRe: How to make it effective to ::SetSysColors(COLOR_SCROLLBAR...)? Pin
«_Superman_»11-Nov-10 6:28
professional«_Superman_»11-Nov-10 6:28 
QuestionAudio Detect from Microphone problem Pin
cougar1010-Nov-10 21:05
cougar1010-Nov-10 21:05 
QuestionHow to add Image as Object on Image? Pin
002comp10-Nov-10 16:36
002comp10-Nov-10 16:36 
AnswerRe: How to add Image as Object on Image? Pin
«_Superman_»11-Nov-10 6:35
professional«_Superman_»11-Nov-10 6:35 
Basically what you have to do is to create a memory device context and then load a bitmap into this device context.
You can then draw any other shape or bitmap onto the memory device context which you can then save to disk.

Here is an example (VB code)-
http://www.vb-helper.com/howto_memory_bitmap_draw_type.html[^]
«_Superman 
I love work. It gives me something to do between weekends.


Microsoft MVP (Visual C++) Polymorphism in C

GeneralRe: How to add Image as Object on Image? Pin
002comp11-Nov-10 17:14
002comp11-Nov-10 17:14 
QuestionCreate Bitmap from Memory Pin
Richard Andrew x6410-Nov-10 13:17
professionalRichard Andrew x6410-Nov-10 13:17 
AnswerRe: Create Bitmap from Memory Pin
Richard Andrew x6410-Nov-10 13:42
professionalRichard Andrew x6410-Nov-10 13:42 
QuestionIs there something like a CD/DVD GUID and how to obtain it if yes? Pin
Code-o-mat10-Nov-10 6:00
Code-o-mat10-Nov-10 6:00 
AnswerRe: Is there something like a CD/DVD GUID and how to obtain it if yes? Pin
David Crow10-Nov-10 8:29
David Crow10-Nov-10 8:29 
GeneralRe: Is there something like a CD/DVD GUID and how to obtain it if yes? Pin
Sauro Viti10-Nov-10 8:42
professionalSauro Viti10-Nov-10 8:42 
GeneralRe: Is there something like a CD/DVD GUID and how to obtain it if yes? Pin
Code-o-mat10-Nov-10 9:14
Code-o-mat10-Nov-10 9:14 
GeneralRe: Is there something like a CD/DVD GUID and how to obtain it if yes? Pin
David Crow10-Nov-10 9:39
David Crow10-Nov-10 9:39 
GeneralRe: Is there something like a CD/DVD GUID and how to obtain it if yes? Pin
Code-o-mat10-Nov-10 9:48
Code-o-mat10-Nov-10 9:48 
AnswerRe: Is there something like a CD/DVD GUID and how to obtain it if yes? Pin
Chris Meech10-Nov-10 9:58
Chris Meech10-Nov-10 9:58 
GeneralRe: Is there something like a CD/DVD GUID and how to obtain it if yes? Pin
Code-o-mat10-Nov-10 10:48
Code-o-mat10-Nov-10 10:48 
JokeRe: Is there something like a CD/DVD GUID and how to obtain it if yes? Pin
Peter_in_278010-Nov-10 11:18
professionalPeter_in_278010-Nov-10 11:18 
GeneralRe: Is there something like a CD/DVD GUID and how to obtain it if yes? Pin
Code-o-mat10-Nov-10 21:24
Code-o-mat10-Nov-10 21:24 
AnswerRe: Is there something like a CD/DVD GUID and how to obtain it if yes? Pin
Luc Pattyn10-Nov-10 12:16
sitebuilderLuc Pattyn10-Nov-10 12:16 
GeneralRe: Is there something like a CD/DVD GUID and how to obtain it if yes? Pin
Code-o-mat10-Nov-10 21:36
Code-o-mat10-Nov-10 21:36 
GeneralRe: Is there something like a CD/DVD GUID and how to obtain it if yes? Pin
Luc Pattyn10-Nov-10 23:23
sitebuilderLuc Pattyn10-Nov-10 23:23 
QuestionSendMessage(WM_VSCROLL,SB_LINEDOWN,0) don't work Pin
mesajflaviu10-Nov-10 2:06
mesajflaviu10-Nov-10 2:06 

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.