Click here to Skip to main content
15,909,741 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: What are the advantages of a string table? Pin
Pizzor200028-Oct-03 5:38
Pizzor200028-Oct-03 5:38 
AnswerRe: What are the advantages of a string table? Pin
Atlantys30-Oct-03 13:02
Atlantys30-Oct-03 13:02 
GeneralComponents and Controls missing in Visual C++ .Net Pin
Dreknar27-Oct-03 16:00
Dreknar27-Oct-03 16:00 
GeneralRe: Components and Controls missing in Visual C++ .Net Pin
Kevin McFarlane28-Oct-03 0:39
Kevin McFarlane28-Oct-03 0:39 
Generalwindow refresh problem in ActiveX Control Pin
HeartFriend27-Oct-03 14:57
HeartFriend27-Oct-03 14:57 
QuestionWhat is the difference between .sln and .vcproj? What do they do? Pin
Link260027-Oct-03 14:03
Link260027-Oct-03 14:03 
AnswerRe: What is the difference between .sln and .vcproj? What do they do? Pin
Kentamanos27-Oct-03 14:29
Kentamanos27-Oct-03 14:29 
GeneralCreate bitmaps from windows content Pin
alex.barylski27-Oct-03 13:18
alex.barylski27-Oct-03 13:18 
I have a child window which ignores OnEraseBkgnd() and just draws it's content so it appears to belong to it's parent not be it's own object. Everything works fine, however because I don't FillSolidRect() with any particular color I need to fill the background with whatever it's parent background is. The solution I have chosen is to make a bitmapped copy of the control during OnSize() and blit this to screen during OnPaint().

How do I make a bitmap from an object, but that object doesn't actually draw anything i'm relying on the DC seeing exatly what I see. Is this true? or will I get a blank bitmap...?

Is what i'm asking even making sense Confused | :confused:

Smile | :)

Basically I wanna avoid doing ClientToScreen() and use the childs background as the bitmap.



I'm drinking triples, seeing double and acting single Cool | :cool:
QuestionHow to change the font color in a richedit control Pin
Deepak Samuel27-Oct-03 12:08
Deepak Samuel27-Oct-03 12:08 
AnswerRe: How to change the font color in a richedit control Pin
Oinka27-Oct-03 13:32
Oinka27-Oct-03 13:32 
QuestionAnybody see what I did wrong? Pin
Oinka27-Oct-03 11:39
Oinka27-Oct-03 11:39 
AnswerRe: Anybody see what I did wrong? Pin
Anthony_Yio27-Oct-03 16:33
Anthony_Yio27-Oct-03 16:33 
Generalstill can't figure it out Pin
Oinka27-Oct-03 19:17
Oinka27-Oct-03 19:17 
GeneralRe: still can't figure it out Pin
Steve S27-Oct-03 22:30
Steve S27-Oct-03 22:30 
GeneralThanks! Pin
Oinka28-Oct-03 12:35
Oinka28-Oct-03 12:35 
GeneralLinking two tables programmatically Pin
DimkaSPB27-Oct-03 11:04
DimkaSPB27-Oct-03 11:04 
GeneralRe: Linking two tables programmatically Pin
Terry O'Nolley27-Oct-03 11:39
Terry O'Nolley27-Oct-03 11:39 
GeneralRe: Linking two tables programmatically Pin
DimkaSPB27-Oct-03 11:54
DimkaSPB27-Oct-03 11:54 
GeneralI still DO NOT UNDERSTAND keyboard accelerators Pin
BoudewijnEctor27-Oct-03 10:44
BoudewijnEctor27-Oct-03 10:44 
GeneralRe: I still DO NOT UNDERSTAND keyboard accelerators Pin
Terry O'Nolley27-Oct-03 11:44
Terry O'Nolley27-Oct-03 11:44 
GeneralRe: I still DO NOT UNDERSTAND keyboard accelerators Pin
BoudewijnEctor28-Oct-03 5:21
BoudewijnEctor28-Oct-03 5:21 
GeneralRe: I still DO NOT UNDERSTAND keyboard accelerators Pin
Steve S28-Oct-03 21:41
Steve S28-Oct-03 21:41 
GeneralCan't compile thread Pin
BoudewijnEctor27-Oct-03 10:22
BoudewijnEctor27-Oct-03 10:22 
GeneralRe: Can't compile thread Pin
Michael P Butler27-Oct-03 10:31
Michael P Butler27-Oct-03 10:31 
GeneralRe: Can't compile thread Pin
BoudewijnEctor27-Oct-03 10:38
BoudewijnEctor27-Oct-03 10:38 

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.