Click here to Skip to main content
15,914,594 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Time delay Pin
pourang17-Sep-07 6:28
pourang17-Sep-07 6:28 
Questionerror message meaning Pin
jada092316-Sep-07 10:32
jada092316-Sep-07 10:32 
AnswerRe: error message meaning Pin
Michael Dunn16-Sep-07 15:59
sitebuilderMichael Dunn16-Sep-07 15:59 
QuestionRe: error message meaning Pin
David Crow17-Sep-07 3:11
David Crow17-Sep-07 3:11 
QuestionMemory leaks with malloc/realloc . . . Pin
madpuppy16-Sep-07 6:31
madpuppy16-Sep-07 6:31 
AnswerRe: Memory leaks with malloc/realloc . . . Pin
Mark Salsbery16-Sep-07 7:45
Mark Salsbery16-Sep-07 7:45 
GeneralRe: Memory leaks with malloc/realloc . . . Pin
DevMentor.org17-Sep-07 4:47
DevMentor.org17-Sep-07 4:47 
GeneralRe: Memory leaks with malloc/realloc . . . Pin
Mark Salsbery17-Sep-07 6:42
Mark Salsbery17-Sep-07 6:42 
Questionmessage-handler function for popup menu created at runtime Pin
blackbondi16-Sep-07 5:40
blackbondi16-Sep-07 5:40 
AnswerRe: message-handler function for popup menu created at runtime Pin
Abdellatif_El_Khlifi23-Sep-07 13:02
Abdellatif_El_Khlifi23-Sep-07 13:02 
QuestionCStatic usage of bitmaps... Pin
charlieg16-Sep-07 3:20
charlieg16-Sep-07 3:20 
AnswerRe: CStatic usage of bitmaps... Pin
Mark Salsbery16-Sep-07 7:57
Mark Salsbery16-Sep-07 7:57 
GeneralRe: CStatic usage of bitmaps... Pin
charlieg16-Sep-07 9:28
charlieg16-Sep-07 9:28 
QuestionCan I construct CBitmap from heap Pin
m1m216-Sep-07 1:21
m1m216-Sep-07 1:21 
AnswerRe: Can I construct CBitmap from heap Pin
Mark Salsbery16-Sep-07 8:01
Mark Salsbery16-Sep-07 8:01 
Is CBitmap really what you want?  CBitmaps are device-depentent bitmaps (DDB)
while a .bmp is device independent bitmap (DIB). 

You can convert bitmaps from whatever type to whatever other type, but you
need to specify what type you want the resulting bitmap to be.

Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Can I construct CBitmap from heap Pin
m1m216-Sep-07 10:31
m1m216-Sep-07 10:31 
Questionundefined reference to `InitCommonControlsEx@4' ERROR Pin
$w0rdf1$h16-Sep-07 0:54
$w0rdf1$h16-Sep-07 0:54 
AnswerRe: undefined reference to `InitCommonControlsEx@4' ERROR Pin
$w0rdf1$h16-Sep-07 1:53
$w0rdf1$h16-Sep-07 1:53 
Questionunwanted exit of program Pin
Member 439909416-Sep-07 0:20
Member 439909416-Sep-07 0:20 
Questionhow can I clear overlay after using transparentblt Pin
gurucplusplus15-Sep-07 19:17
gurucplusplus15-Sep-07 19:17 
AnswerRe: how can I clear overlay after using transparentblt Pin
Mark Salsbery16-Sep-07 8:12
Mark Salsbery16-Sep-07 8:12 
GeneralRe: how can I clear overlay after using transparentblt Pin
gurucplusplus16-Sep-07 17:31
gurucplusplus16-Sep-07 17:31 
GeneralRe: how can I clear overlay after using transparentblt Pin
Mark Salsbery17-Sep-07 6:47
Mark Salsbery17-Sep-07 6:47 
GeneralRe: how can I clear overlay after using transparentblt Pin
gurucplusplus17-Sep-07 15:44
gurucplusplus17-Sep-07 15:44 
GeneralRe: how can I clear overlay after using transparentblt Pin
Mark Salsbery17-Sep-07 17:58
Mark Salsbery17-Sep-07 17:58 

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.