Click here to Skip to main content
15,922,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralOpenGL Pin
73Zeppelin29-Mar-03 17:03
73Zeppelin29-Mar-03 17:03 
GeneralRe: OpenGL Pin
567890123429-Mar-03 22:21
567890123429-Mar-03 22:21 
GeneralRe: OpenGL Pin
Moak30-Mar-03 2:41
Moak30-Mar-03 2:41 
GeneralRe: OpenGL [modified] Pin
Per Söderlund7-Sep-10 21:44
Per Söderlund7-Sep-10 21:44 
QuestionHelp me...How to handler errors? Pin
_skidrow_vn_29-Mar-03 16:55
_skidrow_vn_29-Mar-03 16:55 
GeneralNumber of Copies Not Working Pin
Jack Puppy29-Mar-03 15:43
Jack Puppy29-Mar-03 15:43 
GeneralRe: Number of Copies Not Working Pin
Bartosz Bien30-Mar-03 11:35
Bartosz Bien30-Mar-03 11:35 
GeneralMFC - CFontDialog Pin
Anonymous29-Mar-03 12:52
Anonymous29-Mar-03 12:52 
Please help me with this Smile | :)
I have created SDI application in MFC.
Main View is RichEditView.
I have added menu item FORMAT as ID_FORMAT.
I have created CFontFormat class which is delivered from CFontDialog as base class.
In class view (ctrl+w) i have added "COMMAND" to ID_FORMAT, then edit code:

//CODE HERE
{
CFontFormat aCD;
aCD.DoModal();
}
//ENDS

In source file i have added #include "FontFormat.h" then execute.
OK, great programm is executed, i have rich edit text view, i can type in (but always in that ugly bold default font). I select FORMAT from the menu, and Font selection dialog appears. I select font and then----nothing, font is the same as it would be if i just created sdi application with richeditview.
I am begginer (stupid female Frown | :( ), i am willing to learn, but i need good soul who can reply and step-by-step point me to somwhere.

Thanx in advance,

*Marriana*


GeneralRe: MFC - CFontDialog Pin
Gary R. Wheeler29-Mar-03 13:49
Gary R. Wheeler29-Mar-03 13:49 
Questiondisabling rightclicks? Pin
dot1ne29-Mar-03 12:14
dot1ne29-Mar-03 12:14 
Generaldll with dialog Pin
pnpfriend29-Mar-03 11:18
pnpfriend29-Mar-03 11:18 
GeneralRe: dll with dialog Pin
valikac29-Mar-03 14:13
valikac29-Mar-03 14:13 
Generalsnip9707 Pin
John R. Shaw29-Mar-03 10:26
John R. Shaw29-Mar-03 10:26 
GeneralSimple Double Buffering Pin
Robert A29-Mar-03 9:37
Robert A29-Mar-03 9:37 
GeneralRe: Simple Double Buffering Pin
PJ Arends29-Mar-03 9:49
professionalPJ Arends29-Mar-03 9:49 
GeneralRe: Simple Double Buffering Pin
Brad Bruce29-Mar-03 9:59
Brad Bruce29-Mar-03 9:59 
Generalnumber of decimals in integer Pin
Jan Hirak29-Mar-03 7:54
Jan Hirak29-Mar-03 7:54 
GeneralRe: number of decimals in integer Pin
PJ Arends29-Mar-03 9:12
professionalPJ Arends29-Mar-03 9:12 
GeneralRe: number of decimals in integer Pin
Mike Nordell29-Mar-03 15:38
Mike Nordell29-Mar-03 15:38 
GeneralRe: number of decimals in integer Pin
Gary R. Wheeler30-Mar-03 6:02
Gary R. Wheeler30-Mar-03 6:02 
GeneralRe: number of decimals in integer Pin
Gary R. Wheeler30-Mar-03 5:59
Gary R. Wheeler30-Mar-03 5:59 
GeneralPerformance Counter Pin
Luis Ricardo29-Mar-03 7:48
Luis Ricardo29-Mar-03 7:48 
GeneralRe: Performance Counter Pin
Erik Juhl31-Mar-03 5:03
Erik Juhl31-Mar-03 5:03 
GeneralRe: Performance Counter Pin
Luis Ricardo31-Mar-03 11:54
Luis Ricardo31-Mar-03 11:54 
GeneralRe: Performance Counter Pin
jagadeesh_skm18-Mar-10 18:58
jagadeesh_skm18-Mar-10 18:58 

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.