Click here to Skip to main content
15,893,487 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to track a URL(website address) Pin
Hamid_RT6-Jan-07 17:23
Hamid_RT6-Jan-07 17:23 
QuestionHiden Button is Disabled !! Pin
dharani6-Jan-07 0:44
dharani6-Jan-07 0:44 
AnswerRe: Hiden Button is Disabled !! Pin
Monty26-Jan-07 1:01
Monty26-Jan-07 1:01 
QuestionUsing Slider control in Win32 Pin
Ganesh_T6-Jan-07 0:28
Ganesh_T6-Jan-07 0:28 
AnswerRe: Using Slider control in Win32 Pin
Mark Salsbery6-Jan-07 5:55
Mark Salsbery6-Jan-07 5:55 
QuestionTextOut() Pin
Kiran Pinjala6-Jan-07 0:10
Kiran Pinjala6-Jan-07 0:10 
AnswerRe: TextOut() Pin
Johan Pretorius6-Jan-07 0:15
Johan Pretorius6-Jan-07 0:15 
AnswerRe: TextOut() Pin
Hadi Dayvary6-Jan-07 0:33
professionalHadi Dayvary6-Jan-07 0:33 
You must set backcolor mode to TRANSPARENT : pDC->SetBkMode(TRANSPARENT);
but it will draw the text on the previous one, so you must erase prevoius one area each time you want to draw your new text(in your timer function).
For solving this problem one way is to use FillSolidRect() method to erase it, but first get your dialog color.
hope this helpsSmile | :)
QuestionRe: TextOut() Pin
Kiran Pinjala7-Jan-07 18:28
Kiran Pinjala7-Jan-07 18:28 
AnswerRe: TextOut() Pin
Hamid_RT6-Jan-07 17:10
Hamid_RT6-Jan-07 17:10 
AnswerRe: TextOut() Pin
Stephen Hewitt7-Jan-07 11:44
Stephen Hewitt7-Jan-07 11:44 
QuestionAutomation Pin
HakunaMatada6-Jan-07 0:05
HakunaMatada6-Jan-07 0:05 
Questioncombo box in wndows 98? Pin
murali_utr5-Jan-07 20:40
murali_utr5-Jan-07 20:40 
QuestionRe: combo box in wndows 98? Pin
Hamid_RT5-Jan-07 21:34
Hamid_RT5-Jan-07 21:34 
AnswerRe: combo box in wndows 98? [modified] Pin
CPallini5-Jan-07 22:02
mveCPallini5-Jan-07 22:02 
AnswerRe: combo box in wndows 98? Pin
Cristian Amarie6-Jan-07 2:06
Cristian Amarie6-Jan-07 2:06 
AnswerRe: combo box in wndows 98? Pin
Bram van Kampen6-Jan-07 16:27
Bram van Kampen6-Jan-07 16:27 
QuestionSSL Connection Pin
bahram_cho5-Jan-07 20:27
bahram_cho5-Jan-07 20:27 
AnswerRe: SSL Connection Pin
Mark Salsbery6-Jan-07 6:07
Mark Salsbery6-Jan-07 6:07 
QuestionHow can i use Image Magic in vc++? [modified] Pin
$uresh $hanmugam5-Jan-07 18:43
$uresh $hanmugam5-Jan-07 18:43 
AnswerRe: How can i use Image Magic in vc++? Pin
Hamid_RT5-Jan-07 19:02
Hamid_RT5-Jan-07 19:02 
GeneralRe: How can i use Image Magic in vc++? Pin
$uresh $hanmugam7-Jan-07 20:45
$uresh $hanmugam7-Jan-07 20:45 
GeneralRe: How can i use Image Magic in vc++? Pin
Hamid_RT7-Jan-07 21:36
Hamid_RT7-Jan-07 21:36 
AnswerRe: How can i use Image Magic in vc++? Pin
Christian Graus5-Jan-07 21:58
protectorChristian Graus5-Jan-07 21:58 
GeneralRe: How can i use Image Magic in vc++? Pin
$uresh $hanmugam7-Jan-07 20:50
$uresh $hanmugam7-Jan-07 20:50 

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.