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

C / C++ / MFC

 
AnswerRe: how can i call IE internet option using programming Pin
Madhu Nair3-May-09 23:28
Madhu Nair3-May-09 23:28 
GeneralRe: how can i call IE internet option using programming Pin
B06061154-May-09 0:50
B06061154-May-09 0:50 
GeneralRe: how can i call IE internet option using programming Pin
B06061154-May-09 0:55
B06061154-May-09 0:55 
QuestionAny Example in MFC Pin
Pankaj D.Dubey3-May-09 19:49
Pankaj D.Dubey3-May-09 19:49 
AnswerRe: Any Example in MFC Pin
_AnsHUMAN_ 3-May-09 19:52
_AnsHUMAN_ 3-May-09 19:52 
AnswerRe: Any Example in MFC Pin
Chandrasekharan P3-May-09 19:58
Chandrasekharan P3-May-09 19:58 
GeneralRe: Any Example in MFC Pin
Pankaj D.Dubey3-May-09 20:05
Pankaj D.Dubey3-May-09 20:05 
AnswerRe: Any Example in MFC Pin
Hamid_RT3-May-09 20:11
Hamid_RT3-May-09 20:11 
AnswerRe: Any Example in MFC Pin
Madhu Nair3-May-09 20:20
Madhu Nair3-May-09 20:20 
AnswerRe: Any Example in MFC Pin
Maximilien4-May-09 0:52
Maximilien4-May-09 0:52 
QuestionCan VB EXE Project have share memory with VC++ EXE Pin
manoharbalu3-May-09 18:41
manoharbalu3-May-09 18:41 
AnswerRe: Can VB EXE Project have share memory with VC++ EXE Pin
«_Superman_»3-May-09 18:53
professional«_Superman_»3-May-09 18:53 
AnswerRe: Can VB EXE Project have share memory with VC++ EXE Pin
Randor 4-May-09 15:03
professional Randor 4-May-09 15:03 
QuestionVC++ v6 Class Wizard Errors trying to add class... help!!! Pin
PBrama3-May-09 15:52
PBrama3-May-09 15:52 
AnswerRe: VC++ v6 Class Wizard Errors trying to add class... help!!! Pin
David Crow3-May-09 16:27
David Crow3-May-09 16:27 
GeneralRe: VC++ v6 Class Wizard Errors trying to add class... help!!! Pin
PBrama3-May-09 16:46
PBrama3-May-09 16:46 
Questionis there any decryption algorithm that uses a dictionary to decrypyt an encrypted file? Pin
Ha lee3-May-09 14:45
Ha lee3-May-09 14:45 
AnswerRe: is there any decryption algorithm that uses a dictionary to decrypyt an encrypted file? Pin
Member 41945933-May-09 17:59
Member 41945933-May-09 17:59 
GeneralRe: is there any decryption algorithm that uses a dictionary to decrypyt an encrypted file? Pin
Ha lee4-May-09 11:09
Ha lee4-May-09 11:09 
GeneralRe: is there any decryption algorithm that uses a dictionary to decrypyt an encrypted file? Pin
Member 41945934-May-09 13:24
Member 41945934-May-09 13:24 
GeneralRe: is there any decryption algorithm that uses a dictionary to decrypyt an encrypted file? Pin
Niklas L5-May-09 3:49
Niklas L5-May-09 3:49 
QuestionStrings Pin
bawratri3-May-09 11:47
bawratri3-May-09 11:47 
AnswerRe: Strings Pin
Joe Woodbury3-May-09 14:08
professionalJoe Woodbury3-May-09 14:08 
GeneralRe: Strings Pin
bawratri4-May-09 2:36
bawratri4-May-09 2:36 
QuestionWhat is The Font??? For the Bottomless RicheditCtrl ??? Pin
ForNow3-May-09 9:03
ForNow3-May-09 9:03 
Hi,

I trying to make make my rich edit control wide enought to contain a certian amout of characters

I have read and understand the article on this site by Thales Carvalho

that plays around with the Hieght of the Rich edit control until the

desired width is returned

Howevers since I would ike to display a certain amount characters on a

Line it would be nice to know where I can get the Font used by Rich

edit

I have tried the following code


CFont* fontobject = Myricheditctrlptr->GetFont();

LOGFONT lf;

fontobject->;GetLogFont(&lf);

but get NULLS returned for fontobject

this code lives in My ::onInitDialog rtn after I have created my rich

edit and Used EditStream to populate the edit window

Any insights would be apprecaited ...

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.