Click here to Skip to main content
16,006,568 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to save drawings in the window to file in format of '.bmp' or '.jpg',etc? Pin
mzt6-Apr-02 23:11
mzt6-Apr-02 23:11 
AnswerRe: How to save drawings in the window to file in format of '.bmp' or '.jpg',etc? Pin
Wolfram Steinke6-Apr-02 23:35
Wolfram Steinke6-Apr-02 23:35 
AnswerRe: How to save drawings in the window to file in format of '.bmp' or '.jpg',etc? Pin
Christian Graus6-Apr-02 23:53
protectorChristian Graus6-Apr-02 23:53 
QuestionDoes how making the window size be more than certain value ,but not twinkle? Pin
mzt6-Apr-02 23:02
mzt6-Apr-02 23:02 
AnswerRe: Does how making the window size be more than certain value ,but not twinkle? Pin
Paul M Watt7-Apr-02 7:13
mentorPaul M Watt7-Apr-02 7:13 
GeneralLow-Level CD access Pin
Hyien6-Apr-02 22:08
Hyien6-Apr-02 22:08 
GeneralMFC text box flicker Pin
ejw6-Apr-02 15:05
ejw6-Apr-02 15:05 
GeneralRe: MFC text box flicker Pin
Shog96-Apr-02 15:51
sitebuilderShog96-Apr-02 15:51 
Please use the <pre> tag when posting code samples; it's nice to see indentation Smile | :)

I don't know the answer off-hand, but i might try
pDC->SetBkMode(OPAQUE);
pDC->SetBkColor(RGB(0,255,0));

instead of
pDC->SetBkMode(TRANSPARENT);


Sometimes i only remember, The days when i was young
Nowadays no one remembers when they were young and stupid...

ADEMA, The Way You Like It


GeneralRe: MFC text box flicker Pin
ejw6-Apr-02 16:09
ejw6-Apr-02 16:09 
GeneralRe: MFC text box flicker Pin
Nish Nishant6-Apr-02 16:38
sitebuilderNish Nishant6-Apr-02 16:38 
GeneralRe: MFC text box flicker [oops] Pin
Nish Nishant6-Apr-02 16:39
sitebuilderNish Nishant6-Apr-02 16:39 
GeneralRe: MFC text box flicker [oops] Pin
Shog96-Apr-02 18:33
sitebuilderShog96-Apr-02 18:33 
GeneralRe: MFC text box flicker [oops] Pin
Nish Nishant6-Apr-02 18:46
sitebuilderNish Nishant6-Apr-02 18:46 
GeneralRe: MFC text box flicker [oops] Pin
Shog96-Apr-02 18:43
sitebuilderShog96-Apr-02 18:43 
GeneralRe: MFC text box flicker Pin
Shog96-Apr-02 18:29
sitebuilderShog96-Apr-02 18:29 
GeneralRe: MFC text box flicker Pin
ejw6-Apr-02 18:56
ejw6-Apr-02 18:56 
QuestionCan we get extended info from RAS Connection Pin
Tili6-Apr-02 13:22
Tili6-Apr-02 13:22 
GeneralSending a file over socket Pin
Rickard Andersson206-Apr-02 10:27
Rickard Andersson206-Apr-02 10:27 
GeneralRe: Sending a file over socket Pin
Nish Nishant6-Apr-02 14:57
sitebuilderNish Nishant6-Apr-02 14:57 
GeneralRe: Sending a file over socket Pin
Rickard Andersson207-Apr-02 0:27
Rickard Andersson207-Apr-02 0:27 
GeneralRe: Sending a file over socket Pin
6-Apr-02 15:37
suss6-Apr-02 15:37 
GeneralRe: Sending a file over socket Pin
Nish Nishant6-Apr-02 16:36
sitebuilderNish Nishant6-Apr-02 16:36 
GeneralSending CChildView a Message :: MFC Pin
valikac6-Apr-02 9:52
valikac6-Apr-02 9:52 
GeneralRe: Sending CChildView a Message :: MFC Pin
Michael Dunn6-Apr-02 14:56
sitebuilderMichael Dunn6-Apr-02 14:56 
GeneralWinMain exit code Pin
mrbreakit6-Apr-02 9:20
mrbreakit6-Apr-02 9:20 

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.