Click here to Skip to main content
15,884,388 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Question_declspec and uuid [modified] Pin
Stephen Caldwell19-Jun-07 3:31
Stephen Caldwell19-Jun-07 3:31 
AnswerRe: _declspec and uuid Pin
Matthew Faithfull19-Jun-07 4:33
Matthew Faithfull19-Jun-07 4:33 
GeneralRe: _declspec and uuid Pin
Stephen Caldwell19-Jun-07 5:11
Stephen Caldwell19-Jun-07 5:11 
GeneralRe: _declspec and uuid Pin
Roger Stoltz19-Jun-07 5:12
Roger Stoltz19-Jun-07 5:12 
QuestionProblem with creating richeditctrl? Pin
Banks K19-Jun-07 3:05
Banks K19-Jun-07 3:05 
AnswerRe: Problem with creating richeditctrl? Pin
Rolando Cruz19-Jun-07 3:29
Rolando Cruz19-Jun-07 3:29 
GeneralRe: Problem with creating richeditctrl? Pin
Banks K19-Jun-07 3:36
Banks K19-Jun-07 3:36 
GeneralRe: Problem with creating richeditctrl? Pin
Rolando Cruz19-Jun-07 3:51
Rolando Cruz19-Jun-07 3:51 
Make sure you are calling the AfxInitRichEdit2() function at the begining of the application and not within OnInitDialog();

Also, did you declare m_RichEditCtrl as a CRichEditCtrl?

I tested this using VS 2005 version 8.0.50727.762 (SP.050727-7600) and your code was copied and pasted into the OnInitDialog without changes. All I then did was declare m_RichEditCtrl as a CRichEditCtrl.

Other than this I do not know what else to tell you. Hope this helps.

Rolando Suspicious | :suss:

QuestionFile reading problem Pin
Y_Kaushik19-Jun-07 3:05
Y_Kaushik19-Jun-07 3:05 
AnswerRe: File reading problem Pin
Rolando Cruz19-Jun-07 3:38
Rolando Cruz19-Jun-07 3:38 
AnswerRe: File reading problem Pin
Iain Clarke, Warrior Programmer19-Jun-07 4:08
Iain Clarke, Warrior Programmer19-Jun-07 4:08 
QuestionCOM/DCOM is now what? Pin
Rolando Cruz19-Jun-07 2:11
Rolando Cruz19-Jun-07 2:11 
AnswerRe: COM/DCOM is now what? Pin
bob1697219-Jun-07 4:34
bob1697219-Jun-07 4:34 
GeneralRe: COM/DCOM is now what? Pin
Rolando Cruz19-Jun-07 5:08
Rolando Cruz19-Jun-07 5:08 
AnswerRe: COM/DCOM is now what? Pin
James R. Twine19-Jun-07 4:51
James R. Twine19-Jun-07 4:51 
AnswerRe: COM/DCOM is now what? Pin
Rolando Cruz19-Jun-07 5:14
Rolando Cruz19-Jun-07 5:14 
GeneralRe: COM/DCOM is now what? Pin
Matthew Faithfull19-Jun-07 7:51
Matthew Faithfull19-Jun-07 7:51 
GeneralRe: COM/DCOM is now what? Pin
Rolando Cruz19-Jun-07 7:56
Rolando Cruz19-Jun-07 7:56 
QuestionUnable to launch dialog box Pin
Wamuti19-Jun-07 2:09
Wamuti19-Jun-07 2:09 
AnswerRe: Unable to launch dialog box Pin
Roger Stoltz19-Jun-07 2:40
Roger Stoltz19-Jun-07 2:40 
GeneralRe: Unable to launch dialog box Pin
Wamuti19-Jun-07 3:09
Wamuti19-Jun-07 3:09 
GeneralRe: Unable to launch dialog box Pin
Wamuti19-Jun-07 3:17
Wamuti19-Jun-07 3:17 
QuestionHow to: Structure initialization Pin
Programm3r19-Jun-07 0:01
Programm3r19-Jun-07 0:01 
AnswerRe: How to: Structure initialization Pin
Rage19-Jun-07 0:27
professionalRage19-Jun-07 0:27 
GeneralRe: How to: Structure initialization Pin
Programm3r19-Jun-07 0:47
Programm3r19-Jun-07 0:47 

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.