Click here to Skip to main content
15,921,250 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to generate GUID. Pin
Waldermort23-Aug-07 8:36
Waldermort23-Aug-07 8:36 
AnswerRe: How to generate GUID. Pin
Michael Dunn23-Aug-07 10:43
sitebuilderMichael Dunn23-Aug-07 10:43 
QuestionPrinting Pin
Sangeetha_J23-Aug-07 2:24
Sangeetha_J23-Aug-07 2:24 
AnswerRe: Printing Pin
Hadi Dayvary23-Aug-07 2:35
professionalHadi Dayvary23-Aug-07 2:35 
GeneralRe: Printing Pin
Sangeetha_J23-Aug-07 2:39
Sangeetha_J23-Aug-07 2:39 
QuestionFont of controls in property pages Pin
Hadi Dayvary23-Aug-07 1:59
professionalHadi Dayvary23-Aug-07 1:59 
AnswerRe: Font of controls in property pages Pin
toxcct23-Aug-07 2:22
toxcct23-Aug-07 2:22 
GeneralRe: Font of controls in property pages Pin
Hadi Dayvary23-Aug-07 2:32
professionalHadi Dayvary23-Aug-07 2:32 
I think it must work correctly without any code, just like changing font of a dialog in resource editor, for this you don't need to write any code!
But here is my try :
in my property page and property cheet constructor :
{
m_font.CreateFont(8,
0,
0,
0,
FW_NORMAL,
FALSE,
FALSE,
0,
ARABIC_CHARSET,
OUT_TT_PRECIS,
CLIP_DEFAULT_PRECIS,
DEFAULT_QUALITY,
DEFAULT_PITCH | FF_ROMAN,
_T("Tahoma"));
}

in their OnInitDialog() :

SetFont(&m_font);

but after I compile the project and run the program, the font of propert pages are not Tahoma, I think it's MS Shell Dlg
GeneralRe: Font of controls in property pages Pin
jhwurmbach23-Aug-07 2:46
jhwurmbach23-Aug-07 2:46 
GeneralRe: Font of controls in property pages Pin
toxcct23-Aug-07 3:26
toxcct23-Aug-07 3:26 
GeneralRe: Font of controls in property pages Pin
jhwurmbach23-Aug-07 3:29
jhwurmbach23-Aug-07 3:29 
Questionregistry cleaner for window xp Pin
niki dutta23-Aug-07 1:48
niki dutta23-Aug-07 1:48 
AnswerRe: registry cleaner for window xp Pin
Russell'23-Aug-07 1:51
Russell'23-Aug-07 1:51 
QuestionRe: registry cleaner for window xp Pin
David Crow23-Aug-07 2:48
David Crow23-Aug-07 2:48 
QuestionSocket send problem Pin
BakaBug23-Aug-07 1:31
BakaBug23-Aug-07 1:31 
AnswerRe: Socket send problem Pin
Mark Salsbery23-Aug-07 5:59
Mark Salsbery23-Aug-07 5:59 
GeneralRe: Socket send problem Pin
BakaBug23-Aug-07 10:08
BakaBug23-Aug-07 10:08 
GeneralRe: Socket send problem Pin
Mark Salsbery23-Aug-07 11:10
Mark Salsbery23-Aug-07 11:10 
GeneralRe: Socket send problem Pin
BakaBug24-Aug-07 0:19
BakaBug24-Aug-07 0:19 
GeneralRe: Socket send problem Pin
Mark Salsbery24-Aug-07 5:24
Mark Salsbery24-Aug-07 5:24 
GeneralRe: Socket send problem Pin
BakaBug27-Aug-07 5:58
BakaBug27-Aug-07 5:58 
GeneralRe: Socket send problem [modified] Pin
BakaBug29-Aug-07 1:49
BakaBug29-Aug-07 1:49 
QuestionSocket Problem Pin
GauranG Shah23-Aug-07 1:12
GauranG Shah23-Aug-07 1:12 
AnswerRe: Socket Problem Pin
BakaBug23-Aug-07 1:37
BakaBug23-Aug-07 1:37 
Questionheap corruption Pin
devvvy23-Aug-07 1:12
devvvy23-Aug-07 1:12 

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.