Click here to Skip to main content
15,919,749 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: LPARAM associated data in TVITEM in TreeCtrl Pin
michael7-Jun-00 14:52
michael7-Jun-00 14:52 
GeneralRe: LPARAM associated data in TVITEM in TreeCtrl Pin
michael8-Jun-00 2:20
michael8-Jun-00 2:20 
GeneralProblems serializing data structures (2) Pin
JCpp6-Jun-00 22:24
JCpp6-Jun-00 22:24 
QuestionHow to display Video in a Window? Pin
RickL6-Jun-00 19:41
RickL6-Jun-00 19:41 
AnswerRe: How to display Video in a Window? Pin
Amit B7-Jun-00 19:00
Amit B7-Jun-00 19:00 
AnswerRe: How to display Video in a Window? Pin
9-May-01 2:09
suss9-May-01 2:09 
QuestionCRichEdit without OLE capabilities? Pin
JCpp6-Jun-00 11:58
JCpp6-Jun-00 11:58 
AnswerRe: CRichEdit without OLE capabilities? Pin
Ben Key7-Jun-00 10:39
Ben Key7-Jun-00 10:39 
Why not create a SDI application in which your view class is derived from CFormView. Then you can insert a rich edit control on your form. If you choose this method there are a couple of things that you will need to consider:
1. Add the line
AfxInitRichEdit();
to the InitInstance function of your app class.
2. Remove the line
ResizeParentToFit();
from the OnInitialUpdate function of your view class.
3. In the OnInitialUpdate and OnSize functions of your view class to resize your rich edit window to fit your view class.
GeneralSizing Child Window Pin
Joseph6-Jun-00 8:36
Joseph6-Jun-00 8:36 
GeneralRe: Sizing Child Window Pin
Sam Hobbs7-Jun-00 13:10
Sam Hobbs7-Jun-00 13:10 
GeneralRe: Sizing Child Window Pin
Joseph8-Jun-00 3:18
Joseph8-Jun-00 3:18 
GeneralRe: Sizing Child Window Pin
Sam Hobbs8-Jun-00 9:44
Sam Hobbs8-Jun-00 9:44 
GeneralPalm PC Keyboard Pin
Joe O'Connor6-Jun-00 8:11
Joe O'Connor6-Jun-00 8:11 
GeneralRe: Palm PC Keyboard Pin
Chris Maunder7-Jun-00 2:14
cofounderChris Maunder7-Jun-00 2:14 
GeneralRe: Palm PC Keyboard Pin
Joe O'Connor7-Jun-00 8:17
Joe O'Connor7-Jun-00 8:17 
QuestionSelect a line under any column in a CListCtrl ??? Pin
Luc Bergeron6-Jun-00 5:31
Luc Bergeron6-Jun-00 5:31 
AnswerRe: Select a line under any column in a CListCtrl ??? Pin
Mike Dunn6-Jun-00 8:08
Mike Dunn6-Jun-00 8:08 
GeneralBeginner needs help with sorting objects in a CTypedPtrArray Pin
Matthias6-Jun-00 4:01
Matthias6-Jun-00 4:01 
GeneralRe: Beginner needs help with sorting objects in a CTypedPtrArray Pin
Member 43216-Jun-00 5:45
Member 43216-Jun-00 5:45 
GeneralListView dropdown Pin
Joe Bogner6-Jun-00 3:31
sussJoe Bogner6-Jun-00 3:31 
GeneralNames to long...warning... Pin
Member 13566-Jun-00 3:15
Member 13566-Jun-00 3:15 
GeneralRe: Names to long...warning... Pin
Chris Losinger6-Jun-00 5:14
professionalChris Losinger6-Jun-00 5:14 
GeneralRe: Names to long...warning... Pin
Nick King13-Jun-00 7:24
Nick King13-Jun-00 7:24 
Questionhow can i convert CComBSTR to char* Pin
Member 44324835-Jun-00 21:49
Member 44324835-Jun-00 21:49 
AnswerRe: how can i convert CComBSTR to char* Pin
Robin Summerhill6-Jun-00 2:28
Robin Summerhill6-Jun-00 2:28 

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.