Click here to Skip to main content
15,892,737 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRebuild All Blues Pin
Monty219-Mar-02 4:13
Monty219-Mar-02 4:13 
GeneralRe: Rebuild All Blues Pin
19-Mar-02 4:17
suss19-Mar-02 4:17 
GeneralRe: Rebuild All Blues Pin
Tomasz Sowinski19-Mar-02 4:26
Tomasz Sowinski19-Mar-02 4:26 
GeneralCrystal reports Control Pin
Monty219-Mar-02 4:11
Monty219-Mar-02 4:11 
GeneralRe: Crystal reports Control Pin
Bill Wilson19-Mar-02 14:24
Bill Wilson19-Mar-02 14:24 
GeneralRe: Crystal reports Control Pin
Monty220-Mar-02 2:06
Monty220-Mar-02 2:06 
GeneralRe: Crystal reports Control Pin
Bill Wilson20-Mar-02 6:16
Bill Wilson20-Mar-02 6:16 
GeneralDC Blues Pin
Monty219-Mar-02 4:08
Monty219-Mar-02 4:08 
how do i copy contents of one DC to another
i tried BitBLit but it does't work
here is the sample code
OnDraw(CDC *pDC)
{
CDC memDC;
memDC.CreateCompatibleDC(pDC);

DrawStuff(&memDC); //Draw in mem dc

pDC->bitblit(0,0,width,height,&memDC,0,0,SRCCOPY);

}
but nothing happens if i don't use memDC then Drawing is done
please help

GeneralRe: DC Blues Pin
Tomasz Sowinski19-Mar-02 4:20
Tomasz Sowinski19-Mar-02 4:20 
GeneralWindow Repainting Pin
#realJSOP19-Mar-02 4:07
mve#realJSOP19-Mar-02 4:07 
GeneralRe: Window Repainting Pin
Tomasz Sowinski19-Mar-02 4:35
Tomasz Sowinski19-Mar-02 4:35 
GeneralRe: Window Repainting Pin
#realJSOP19-Mar-02 5:11
mve#realJSOP19-Mar-02 5:11 
Generalchanging an application's shell icon Pin
Chris Hambleton19-Mar-02 3:45
Chris Hambleton19-Mar-02 3:45 
GeneralRe: changing an application's shell icon Pin
Tomasz Sowinski19-Mar-02 3:50
Tomasz Sowinski19-Mar-02 3:50 
GeneralRe: changing an application's shell icon Pin
Chris Hambleton19-Mar-02 4:12
Chris Hambleton19-Mar-02 4:12 
GeneralRe: changing an application's shell icon Pin
Tomasz Sowinski19-Mar-02 4:24
Tomasz Sowinski19-Mar-02 4:24 
GeneralRe: Cannot use COMBOBOX INFO Pin
Tomasz Sowinski19-Mar-02 3:45
Tomasz Sowinski19-Mar-02 3:45 
GeneralRe: Cannot use COMBOBOX INFO Pin
Tomasz Sowinski19-Mar-02 4:02
Tomasz Sowinski19-Mar-02 4:02 
GeneralRe: Cannot use COMBOBOX INFO Pin
Tomasz Sowinski19-Mar-02 4:31
Tomasz Sowinski19-Mar-02 4:31 
GeneralRe: Cannot use COMBOBOX INFO Pin
Tomasz Sowinski19-Mar-02 4:43
Tomasz Sowinski19-Mar-02 4:43 
GeneralRe: Cannot use COMBOBOX INFO Pin
Tomasz Sowinski19-Mar-02 4:48
Tomasz Sowinski19-Mar-02 4:48 
GeneralRe: Cannot use COMBOBOX INFO Pin
Tomasz Sowinski19-Mar-02 4:53
Tomasz Sowinski19-Mar-02 4:53 
Generalhelp needed on arrays Pin
Jasmin Khan19-Mar-02 3:16
Jasmin Khan19-Mar-02 3:16 
GeneralRe: help needed on arrays Pin
RalfPeter19-Mar-02 3:35
RalfPeter19-Mar-02 3:35 
GeneralRe: help needed on arrays Pin
Jasmin Khan19-Mar-02 4:02
Jasmin Khan19-Mar-02 4:02 

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.