Click here to Skip to main content
15,907,396 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: 128 bit Data Type Pin
toxcct31-Aug-05 23:33
toxcct31-Aug-05 23:33 
GeneralRe: 128 bit Data Type Pin
Bob Stanneveld1-Sep-05 0:25
Bob Stanneveld1-Sep-05 0:25 
AnswerRe: 128 bit Data Type Pin
markkuk1-Sep-05 1:57
markkuk1-Sep-05 1:57 
Questionhow to laod a bitmap Pin
a_david12331-Aug-05 19:19
a_david12331-Aug-05 19:19 
AnswerRe: how to laod a bitmap Pin
G Haranadh31-Aug-05 19:39
G Haranadh31-Aug-05 19:39 
GeneralRe: how to load a bitmap Pin
a_david12331-Aug-05 19:47
a_david12331-Aug-05 19:47 
GeneralRe: how to laod a bitmap Pin
a_david12331-Aug-05 19:53
a_david12331-Aug-05 19:53 
AnswerRe: how to laod a bitmap Pin
Emilio Garavaglia31-Aug-05 20:46
Emilio Garavaglia31-Aug-05 20:46 
A bitmap becomes a drawable surface if selected into a device context.
Essentially, given a "screen DC", you can create two memory DC with CreateComaptibleDC and then select the bitmaps in their respective DC.
A that point, the content of a DC can be painted over the other with the BitBlt function.

Depending on the framework you are using, those Win32 functions are wrapped in appropriate classes (MFC or WTL have their own - see the respective documentation).

Don't forget to restore the DCs to their original content before destroy them.



2 bugs found.
> recompile ...
65534 bugs found.
D'Oh! | :doh:

QuestionProblem with "cfgmgr32.h" in DDK Pin
rajeevktripathi31-Aug-05 19:11
rajeevktripathi31-Aug-05 19:11 
AnswerRe: Problem with "cfgmgr32.h" in DDK Pin
Jose Lamas Rios31-Aug-05 20:01
Jose Lamas Rios31-Aug-05 20:01 
GeneralRe: Problem with "cfgmgr32.h" in DDK Pin
rajeevktripathi31-Aug-05 21:31
rajeevktripathi31-Aug-05 21:31 
GeneralRe: Problem with "cfgmgr32.h" in DDK Pin
Jose Lamas Rios1-Sep-05 2:18
Jose Lamas Rios1-Sep-05 2:18 
GeneralRe: Problem with "cfgmgr32.h" in DDK Pin
rajeevktripathi1-Sep-05 19:04
rajeevktripathi1-Sep-05 19:04 
GeneralRe: Problem with "cfgmgr32.h" in DDK Pin
Jose Lamas Rios2-Sep-05 3:07
Jose Lamas Rios2-Sep-05 3:07 
QuestionC++BuilderX Pin
ChuCon31-Aug-05 17:18
ChuCon31-Aug-05 17:18 
AnswerRe: C++BuilderX Pin
John R. Shaw31-Aug-05 20:54
John R. Shaw31-Aug-05 20:54 
GeneralRe: C++BuilderX Pin
toxcct31-Aug-05 22:00
toxcct31-Aug-05 22:00 
AnswerRe: C++BuilderX Pin
toxcct31-Aug-05 22:05
toxcct31-Aug-05 22:05 
AnswerRe: C++BuilderX Pin
Giannakakis Kostas1-Sep-05 2:48
professionalGiannakakis Kostas1-Sep-05 2:48 
QuestionRelease build doesnt function completely on other systems Pin
KnaveR77731-Aug-05 16:34
KnaveR77731-Aug-05 16:34 
AnswerRe: Release build doesnt function completely on other systems Pin
Jose Lamas Rios31-Aug-05 16:42
Jose Lamas Rios31-Aug-05 16:42 
AnswerRe: Release build doesnt function completely on other systems Pin
Marc Soleda31-Aug-05 20:30
Marc Soleda31-Aug-05 20:30 
AnswerRe: Release build doesnt function completely on other systems Pin
Giannakakis Kostas1-Sep-05 2:46
professionalGiannakakis Kostas1-Sep-05 2:46 
QuestionLayered Service Provider - WSCInstallProvider problem! Pin
rat.crown31-Aug-05 12:03
rat.crown31-Aug-05 12:03 
AnswerRe: Layered Service Provider - WSCInstallProvider problem! Pin
Jose Lamas Rios31-Aug-05 16:25
Jose Lamas Rios31-Aug-05 16:25 

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.