Click here to Skip to main content
15,894,405 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Windows service with tray icon Pin
ThatsAlok1-Jun-05 18:46
ThatsAlok1-Jun-05 18:46 
Generalread/write 2D array from/to binary file in C++ Pin
knapak31-May-05 15:25
knapak31-May-05 15:25 
GeneralRe: read/write 2D array from/to binary file in C++ Pin
Christian Graus31-May-05 15:34
protectorChristian Graus31-May-05 15:34 
Generalread/write 2D array from/to binary file in C++ Pin
Anonymous31-May-05 15:23
Anonymous31-May-05 15:23 
GeneralRe: read/write 2D array from/to binary file in C++ Pin
Christian Graus31-May-05 15:33
protectorChristian Graus31-May-05 15:33 
General.RC file explained Pin
john john mackey31-May-05 12:39
john john mackey31-May-05 12:39 
GeneralRe: .RC file explained Pin
Tom Archer31-May-05 12:53
Tom Archer31-May-05 12:53 
GeneralRe: .RC file explained Pin
Serge Wautier31-May-05 20:26
Serge Wautier31-May-05 20:26 
"FONT pointsize, typeface" is used in DIALOG templates

"FONT pointsize, typeface, weight, italic, charset" is used in DIALOGEX templates.

Note that unless your code explicitely manipulate the dialog template (which is very unlikely), you don't have to worry about whether a regular or extended template (DIALOG/DIALOGEX) is used. Both formats are handled correctly by all Win32 versions of Windows and by MFC.

HTH,

Serge.
http://www.apptranslator.com - Localization for your Visual C++ apps
GeneralCalling script from memory Pin
Tom Archer31-May-05 11:42
Tom Archer31-May-05 11:42 
GeneralRe: Calling script from memory Pin
Toby Opferman31-May-05 14:12
Toby Opferman31-May-05 14:12 
GeneralRe: Calling script from memory Pin
Ryan Binns31-May-05 18:51
Ryan Binns31-May-05 18:51 
GeneralRe: Calling script from memory Pin
Zdeslav Vojkovic31-May-05 23:45
Zdeslav Vojkovic31-May-05 23:45 
GeneralRe: Calling script from memory Pin
Tom Archer1-Jun-05 1:33
Tom Archer1-Jun-05 1:33 
GeneralRe: Calling script from memory Pin
Zdeslav Vojkovic1-Jun-05 2:11
Zdeslav Vojkovic1-Jun-05 2:11 
GeneralCreate an ActiveXControl in an ActiveXControl Pin
tom123933531-May-05 9:49
tom123933531-May-05 9:49 
GeneralVC++6 , need to have timing Pin
nasa6731-May-05 9:44
nasa6731-May-05 9:44 
GeneralRe: VC++6 , need to have timing Pin
Joel Holdsworth31-May-05 10:16
Joel Holdsworth31-May-05 10:16 
GeneralVC++ draw graph from data Pin
nasa6731-May-05 9:41
nasa6731-May-05 9:41 
GeneralRe: VC++ draw graph from data Pin
Christian Graus31-May-05 11:41
protectorChristian Graus31-May-05 11:41 
GeneralRe: VC++ draw graph from data Pin
Kaworu231-May-05 20:05
Kaworu231-May-05 20:05 
GeneralRe: VC++ draw graph from data Pin
ThatsAlok31-May-05 20:37
ThatsAlok31-May-05 20:37 
GeneralMixing C and C# Pin
Drusemark31-May-05 9:22
Drusemark31-May-05 9:22 
GeneralRe: Mixing C and C# Pin
Christian Graus31-May-05 11:45
protectorChristian Graus31-May-05 11:45 
GeneralRe: Mixing C and C# - redirect question Pin
Anonymous1-Jun-05 10:09
Anonymous1-Jun-05 10:09 
GeneralRe: Mixing C and C# - redirect question Pin
Drusemark1-Jun-05 10:17
Drusemark1-Jun-05 10:17 

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.