Click here to Skip to main content
15,905,614 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Change Dialog BackGround Color! Pin
Nish Nishant25-Jan-03 4:54
sitebuilderNish Nishant25-Jan-03 4:54 
GeneralRe: Change Dialog BackGround Color! Pin
Ehsan Baghaki25-Jan-03 5:47
Ehsan Baghaki25-Jan-03 5:47 
GeneralCBitmap (LoadBitmap is not working) Pin
Anonymous25-Jan-03 0:42
Anonymous25-Jan-03 0:42 
GeneralRe: CBitmap (LoadBitmap is not working) Pin
Sigmund25-Jan-03 1:00
Sigmund25-Jan-03 1:00 
GeneralRe: CBitmap (LoadBitmap is not working) Pin
Anonymous25-Jan-03 1:16
Anonymous25-Jan-03 1:16 
GeneralRe: CBitmap (LoadBitmap is not working) Pin
Sigmund25-Jan-03 1:32
Sigmund25-Jan-03 1:32 
GeneralRe: CBitmap (LoadBitmap is not working) Pin
Ahmad9925-Jan-03 2:20
Ahmad9925-Jan-03 2:20 
GeneralRe: CBitmap (LoadBitmap is not working) Pin
73Zeppelin25-Jan-03 16:34
73Zeppelin25-Jan-03 16:34 
CBitmap::LoadBitmap() converts the bitmap to the screen's bit depth therefore if you use CBitmap::LoadBitmap() to load the bitmap, the colors
will be reduced to the bit depth of the main screen and you won't
be able to access the pixels directly. To avoid these problems,
load the bitmap as a DIBSection instead and attach the DIBSection to the CBitmap.

GeneralPicture Control Problem! Pin
Ehsan Baghaki25-Jan-03 0:26
Ehsan Baghaki25-Jan-03 0:26 
GeneralEnhanced Metafiles Pin
satyavasu24-Jan-03 23:35
satyavasu24-Jan-03 23:35 
QuestionHow to remote application under Windows? Pin
bumper24-Jan-03 23:16
bumper24-Jan-03 23:16 
AnswerRe: How to remote application under Windows? Pin
Stefan Pedersen25-Jan-03 5:38
Stefan Pedersen25-Jan-03 5:38 
Generalwininet Pin
jeremysay24-Jan-03 23:14
jeremysay24-Jan-03 23:14 
GeneralRe: wininet Pin
Mike Nordell24-Jan-03 23:50
Mike Nordell24-Jan-03 23:50 
GeneralRe: wininet Pin
Sigmund25-Jan-03 0:47
Sigmund25-Jan-03 0:47 
GeneralRe: wininet Pin
jeremysay27-Jan-03 2:17
jeremysay27-Jan-03 2:17 
GeneralRe: wininet Pin
Sigmund29-Jan-03 4:21
Sigmund29-Jan-03 4:21 
GeneralRe: wininet Pin
jeremysay30-Jan-03 22:59
jeremysay30-Jan-03 22:59 
Generalp7s mail signature file Pin
murali_utr24-Jan-03 23:01
murali_utr24-Jan-03 23:01 
GeneralRe: p7s mail signature file Pin
Mike Nordell25-Jan-03 0:07
Mike Nordell25-Jan-03 0:07 
GeneralRe: p7s mail signature file Pin
Stefan Pedersen25-Jan-03 5:41
Stefan Pedersen25-Jan-03 5:41 
GeneralDrop Notification Pin
Sigmund24-Jan-03 22:57
Sigmund24-Jan-03 22:57 
GeneralMemory leakage prevention Pin
Anonymous24-Jan-03 18:02
Anonymous24-Jan-03 18:02 
GeneralRe: Memory leakage prevention Pin
Mike Nordell24-Jan-03 19:19
Mike Nordell24-Jan-03 19:19 
GeneralRe: Memory leakage prevention Pin
Neville Franks24-Jan-03 20:26
Neville Franks24-Jan-03 20:26 

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.