Click here to Skip to main content
15,897,187 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCustom Buttons in Title Bar Pin
Anonymous10-Mar-04 14:03
Anonymous10-Mar-04 14:03 
Generalnewbie needs help Pin
conticello10-Mar-04 12:42
conticello10-Mar-04 12:42 
GeneralRe: newbie needs help Pin
toxcct11-Mar-04 0:35
toxcct11-Mar-04 0:35 
GeneralRe: newbie needs help Pin
conticello11-Mar-04 1:42
conticello11-Mar-04 1:42 
GeneralRe: newbie needs help Pin
David Crow11-Mar-04 3:20
David Crow11-Mar-04 3:20 
GeneralImage arrangement Pin
Anonymous10-Mar-04 12:20
Anonymous10-Mar-04 12:20 
GeneralUsing SetFont and Trying to Display PI(the symbol) Pin
J Guds10-Mar-04 11:44
J Guds10-Mar-04 11:44 
GeneralRe: Using SetFont and Trying to Display PI(the symbol) Pin
Ellis Li10-Mar-04 20:18
Ellis Li10-Mar-04 20:18 
CFont font;
font.CreateFont(
14, // nHeight
0, // nWidth
0, // nEscapement
0, // nOrientation
FW_BOLD, // nWeight
FALSE, // bItalic
FALSE, // bUnderline
0, // cStrikeOut
ANSI_CHARSET, // nCharSet
OUT_DEFAULT_PRECIS, // nOutPrecision
CLIP_DEFAULT_PRECIS, // nClipPrecision
DEFAULT_QUALITY, // nQuality
DEFAULT_PITCH | FF_SWISS, // nPitchAndFamily
_T("MS Sans Serif"));

btn = (CButton*)GetDlgItem(IDC_BUTTON_EXIT);
btn->SetFont(&font);



Ellis Li
GeneralRe: Using SetFont and Trying to Display PI(the symbol) Pin
Ellis Li10-Mar-04 20:19
Ellis Li10-Mar-04 20:19 
GeneralRe: Using SetFont and Trying to Display PI(the symbol) Pin
Ellis Li10-Mar-04 20:23
Ellis Li10-Mar-04 20:23 
GeneralRe: Using SetFont and Trying to Display PI(the symbol) Pin
David Crow11-Mar-04 3:22
David Crow11-Mar-04 3:22 
GeneralThe Noo-B Blues Pin
RedRabbit10910-Mar-04 11:19
RedRabbit10910-Mar-04 11:19 
GeneralRe: The Noo-B Blues Pin
Ravi Bhavnani10-Mar-04 11:39
professionalRavi Bhavnani10-Mar-04 11:39 
GeneralRe: The Noo-B Blues Pin
Snyp10-Mar-04 11:41
Snyp10-Mar-04 11:41 
Generaldisplay tooltips on CToolBarCtrl Pin
bin892210-Mar-04 10:50
bin892210-Mar-04 10:50 
GeneralRe: display tooltips on CToolBarCtrl Pin
casid10-Mar-04 12:21
casid10-Mar-04 12:21 
GeneralNeed some help on ClistCtrl Control Pin
pavneet10-Mar-04 10:39
pavneet10-Mar-04 10:39 
GeneralRe: Need some help on ClistCtrl Control Pin
Michael Dunn10-Mar-04 12:08
sitebuilderMichael Dunn10-Mar-04 12:08 
GeneralParseing a string question. Pin
modeonetwo10-Mar-04 10:18
modeonetwo10-Mar-04 10:18 
GeneralRe: Parseing a string question. Pin
Branislav10-Mar-04 15:25
Branislav10-Mar-04 15:25 
GeneralRe: Parseing a string question. Pin
David Crow11-Mar-04 3:36
David Crow11-Mar-04 3:36 
GeneralIOCTL Pin
Dev57810-Mar-04 9:57
Dev57810-Mar-04 9:57 
GeneralRe: IOCTL Pin
David Crow10-Mar-04 10:10
David Crow10-Mar-04 10:10 
GeneralXP style project Pin
krugger10-Mar-04 8:16
krugger10-Mar-04 8:16 
GeneralRe: XP style project Pin
Christian Graus10-Mar-04 8:27
protectorChristian Graus10-Mar-04 8:27 

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.