Click here to Skip to main content
15,919,613 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Turbo C 3.0 and bmp > 256 color & OS dev Pin
Adam Roderick J6-Jul-09 20:36
Adam Roderick J6-Jul-09 20:36 
QuestionWhat does this mean? Pin
FISH7866-Jul-09 15:16
FISH7866-Jul-09 15:16 
AnswerRe: What does this mean? Pin
messages6-Jul-09 18:20
messages6-Jul-09 18:20 
GeneralRe: What does this mean? Pin
FISH7866-Jul-09 19:20
FISH7866-Jul-09 19:20 
AnswerRe: What does this mean? Pin
Adam Roderick J6-Jul-09 19:46
Adam Roderick J6-Jul-09 19:46 
GeneralRe: What does this mean? Pin
FISH7866-Jul-09 20:10
FISH7866-Jul-09 20:10 
GeneralRe: What does this mean? Pin
Adam Roderick J6-Jul-09 20:32
Adam Roderick J6-Jul-09 20:32 
AnswerRe: What does this mean? Pin
Cedric Moonen6-Jul-09 20:25
Cedric Moonen6-Jul-09 20:25 
Questionconvert BYTE array to BITMAPFILEHEADER Pin
transoft6-Jul-09 12:57
transoft6-Jul-09 12:57 
AnswerRe: convert BYTE array to BITMAPFILEHEADER Pin
«_Superman_»6-Jul-09 17:01
professional«_Superman_»6-Jul-09 17:01 
AnswerRe: convert BYTE array to BITMAPFILEHEADER Pin
CPallini6-Jul-09 20:55
mveCPallini6-Jul-09 20:55 
QuestionUse of TStringList problems Pin
MrKBA6-Jul-09 11:06
MrKBA6-Jul-09 11:06 
AnswerRe: Use of TStringList problems Pin
CPallini6-Jul-09 21:00
mveCPallini6-Jul-09 21:00 
GeneralRe: Use of TStringList problems Pin
MrKBA6-Jul-09 21:06
MrKBA6-Jul-09 21:06 
GeneralRe: Use of TStringList problems Pin
CPallini6-Jul-09 21:52
mveCPallini6-Jul-09 21:52 
GeneralRe: Use of TStringList problems Pin
MrKBA6-Jul-09 22:14
MrKBA6-Jul-09 22:14 
Questionpop up like windows media player minibar(when miniised). Pin
samvaidy6-Jul-09 10:02
samvaidy6-Jul-09 10:02 
AnswerRe: pop up like windows media player minibar(when miniised). Pin
«_Superman_»6-Jul-09 17:05
professional«_Superman_»6-Jul-09 17:05 
QuestionHow To Set TextColor of a Text Control on a Modeless Dialogbox MFC Pin
CodeMacDaddy6-Jul-09 7:59
CodeMacDaddy6-Jul-09 7:59 
AnswerRe: How To Set TextColor of a Text Control on a Modeless Dialogbox MFC Pin
David Crow6-Jul-09 8:04
David Crow6-Jul-09 8:04 
AnswerRe: How To Set TextColor of a Text Control on a Modeless Dialogbox MFC Pin
«_Superman_»6-Jul-09 17:10
professional«_Superman_»6-Jul-09 17:10 
Questionhow to make a PPC turn on and of on preprogramed times? Pin
OwenBurnett6-Jul-09 7:44
OwenBurnett6-Jul-09 7:44 
AnswerRe: how to make a PPC turn on and of on preprogramed times? Pin
OwenBurnett7-Jul-09 7:39
OwenBurnett7-Jul-09 7:39 
QuestionHooks Pin
Dave Kerr6-Jul-09 7:05
mentorDave Kerr6-Jul-09 7:05 
AnswerRe: Hooks Pin
«_Superman_»6-Jul-09 17:13
professional«_Superman_»6-Jul-09 17:13 
You could use the CWnd::Detach method to detach the existing CWnd object and then use CWnd::Attach on the returned window handle to attach your CDialog derived class.

«_Superman
I love work. It gives me something to do between weekends.

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.