Click here to Skip to main content
16,005,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Convert int to string Pin
Makover18-Mar-03 6:23
Makover18-Mar-03 6:23 
GeneralRe: Convert int to string Pin
markkuk18-Mar-03 9:15
markkuk18-Mar-03 9:15 
GeneralRe: Convert int to string Pin
Michael Dunn18-Mar-03 10:47
sitebuilderMichael Dunn18-Mar-03 10:47 
GeneralQuestion about refresh CTreeCtrl in my CFormView Pin
rainhard18-Mar-03 3:54
rainhard18-Mar-03 3:54 
GeneralRe: Question about refresh CTreeCtrl in my CFormView Pin
valikac18-Mar-03 8:51
valikac18-Mar-03 8:51 
Generalpaint a DC Pin
_crs_18-Mar-03 3:34
_crs_18-Mar-03 3:34 
GeneralRe: paint a DC Pin
includeh1018-Mar-03 3:43
includeh1018-Mar-03 3:43 
GeneralRe: paint a DC Pin
Scott H. Settlemier18-Mar-03 3:44
Scott H. Settlemier18-Mar-03 3:44 
remember, a dc is not a surface, but the means of accessing one.
If you create a memory dc, it is created with a default 1x1
monochrome surface. (If I recall) What you need to do is create
a bitmap (the surface) and select it into the memory dc. Then
you can paint on that surface using the memory dc and finally
blit from the bitmap (using the memory dc) to the display surface
(using the window dc)

GeneralRe: paint a DC Pin
_crs_18-Mar-03 4:22
_crs_18-Mar-03 4:22 
GeneralRe: paint a DC Pin
_Theo_18-Mar-03 4:19
_Theo_18-Mar-03 4:19 
Questionhow does my PC know what language ...? Pin
includeh1018-Mar-03 3:23
includeh1018-Mar-03 3:23 
AnswerRe: how does my PC know what language ...? Pin
AlexO18-Mar-03 3:44
AlexO18-Mar-03 3:44 
GeneralRe: how does my PC know what language ...? Pin
includeh1018-Mar-03 5:00
includeh1018-Mar-03 5:00 
GeneralRe: how does my PC know what language ...? Pin
AlexO18-Mar-03 6:09
AlexO18-Mar-03 6:09 
GeneralOnCommand() in a CDialog....... Pin
ns18-Mar-03 2:56
ns18-Mar-03 2:56 
GeneralRe: OnCommand() in a CDialog....... Pin
Ravi Bhavnani18-Mar-03 10:49
professionalRavi Bhavnani18-Mar-03 10:49 
GeneralRe: OnCommand() in a CDialog....... Pin
ns19-Mar-03 0:54
ns19-Mar-03 0:54 
GeneralRe: OnCommand() in a CDialog....... Pin
Ravi Bhavnani19-Mar-03 2:04
professionalRavi Bhavnani19-Mar-03 2:04 
GeneralRe: OnCommand() in a CDialog....... Pin
ns19-Mar-03 2:09
ns19-Mar-03 2:09 
GeneralRe: OnCommand() in a CDialog....... Pin
Ravi Bhavnani19-Mar-03 2:22
professionalRavi Bhavnani19-Mar-03 2:22 
GeneralOmigosh! Pin
Ravi Bhavnani19-Mar-03 2:23
professionalRavi Bhavnani19-Mar-03 2:23 
GeneralRe: Omigosh! Pin
ns19-Mar-03 2:55
ns19-Mar-03 2:55 
GeneralRe: Omigosh! Pin
Ravi Bhavnani19-Mar-03 5:19
professionalRavi Bhavnani19-Mar-03 5:19 
GeneralRe: Omigosh! Pin
ns19-Mar-03 5:25
ns19-Mar-03 5:25 
GeneralRe: Omigosh! Pin
Ravi Bhavnani19-Mar-03 5:32
professionalRavi Bhavnani19-Mar-03 5:32 

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.