Click here to Skip to main content
15,889,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CComPtr works fine in Win2003 and fails in Win2008 Std SP2 Pin
Adam Roderick J24-Jul-09 1:33
Adam Roderick J24-Jul-09 1:33 
QuestionHow can make Group Box text bold in Property Sheet? Pin
Le@rner23-Jul-09 22:31
Le@rner23-Jul-09 22:31 
AnswerRe: How can make Group Box text bold in Property Sheet? Pin
«_Superman_»23-Jul-09 22:36
professional«_Superman_»23-Jul-09 22:36 
AnswerRe: How can make Group Box text bold in Property Sheet? Pin
Rajesh R Subramanian23-Jul-09 22:39
professionalRajesh R Subramanian23-Jul-09 22:39 
You mean some text inside the groupbox or the caption of the groupbox? If the caption of the group box, you could rename the ID of the group box such that it is NOT IDC_STATIC and then add a control variable to it (say m_GroupBox) and then call m_GroupBox.SetFont();


It is a crappy thing, but it's life -^ Carlo Pallini

GeneralRe: How can make Group Box text bold in Property Sheet? Pin
Le@rner23-Jul-09 23:04
Le@rner23-Jul-09 23:04 
GeneralRe: How can make Group Box text bold in Property Sheet? [modified] Pin
Michael Schubert23-Jul-09 23:16
Michael Schubert23-Jul-09 23:16 
GeneralRe: How can make Group Box text bold in Property Sheet? Pin
Le@rner23-Jul-09 23:47
Le@rner23-Jul-09 23:47 
GeneralRe: How can make Group Box text bold in Property Sheet? Pin
Michael Schubert24-Jul-09 0:27
Michael Schubert24-Jul-09 0:27 
GeneralRe: How can make Group Box text bold in Property Sheet? Pin
Rajesh R Subramanian24-Jul-09 0:49
professionalRajesh R Subramanian24-Jul-09 0:49 
GeneralRe: How can make Group Box text bold in Property Sheet? Pin
Michael Schubert24-Jul-09 1:01
Michael Schubert24-Jul-09 1:01 
QuestionProblem about WUA Api Pin
hanq_3891013023-Jul-09 21:57
hanq_3891013023-Jul-09 21:57 
QuestionHow to know if a particular logical drive is in use by explorer or any other process of windows? Pin
Kushagra Tiwari23-Jul-09 21:13
Kushagra Tiwari23-Jul-09 21:13 
AnswerRe: How to know if a particular logical drive is in use by explorer or any other process of windows? Pin
Adam Roderick J23-Jul-09 22:30
Adam Roderick J23-Jul-09 22:30 
QuestionRe: How to know if a particular logical drive is in use by explorer or any other process of windows? Pin
Kushagra Tiwari23-Jul-09 23:01
Kushagra Tiwari23-Jul-09 23:01 
QuestionRe: How to know if a particular logical drive is in use by explorer or any other process of windows? Pin
Kushagra Tiwari26-Jul-09 21:47
Kushagra Tiwari26-Jul-09 21:47 
QuestionPointer mess Pin
Elsie23-Jul-09 20:49
Elsie23-Jul-09 20:49 
AnswerRe: Pointer mess Pin
KarstenK23-Jul-09 21:12
mveKarstenK23-Jul-09 21:12 
AnswerRe: Pointer mess Pin
Mahesh Kulkarni23-Jul-09 21:26
Mahesh Kulkarni23-Jul-09 21:26 
AnswerRe: Pointer mess Pin
«_Superman_»23-Jul-09 23:43
professional«_Superman_»23-Jul-09 23:43 
Questioncab installation failed Pin
hareshel23-Jul-09 20:14
hareshel23-Jul-09 20:14 
Questionoutput of for loop with condition as i=printf("hello") Pin
myinstincts23-Jul-09 19:27
myinstincts23-Jul-09 19:27 
AnswerRe: output of for loop with condition as i=printf("hello") Pin
manchukuo23-Jul-09 19:38
manchukuo23-Jul-09 19:38 
AnswerRe: output of for loop with condition as i=printf("hello") Pin
Adam Roderick J23-Jul-09 22:37
Adam Roderick J23-Jul-09 22:37 
Question__declspec(dllimport) from a dlu plugin is possible? Pin
002comp23-Jul-09 19:15
002comp23-Jul-09 19:15 
QuestionClient Server Application Pin
Madhu_Rani23-Jul-09 18:56
Madhu_Rani23-Jul-09 18:56 

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.