Click here to Skip to main content
15,881,803 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionVisual C++ 6.0 - can't "File Open" after IE 8 and Vista SP2 Pin
Mark C. Malburg29-May-09 5:19
Mark C. Malburg29-May-09 5:19 
AnswerRe: Visual C++ 6.0 - can't "File Open" after IE 8 and Vista SP2 Pin
BobInNJ29-May-09 6:56
BobInNJ29-May-09 6:56 
Answer[OT] Re: Visual C++ 6.0 - can't "File Open" after IE 8 and Vista SP2 Pin
David Crow29-May-09 7:36
David Crow29-May-09 7:36 
GeneralRe: [OT] Re: Visual C++ 6.0 - can't "File Open" after IE 8 and Vista SP2 Pin
Mark C. Malburg29-May-09 8:13
Mark C. Malburg29-May-09 8:13 
AnswerRe: Visual C++ 6.0 - can't "File Open" after IE 8 and Vista SP2 Pin
Joe Woodbury29-May-09 13:30
professionalJoe Woodbury29-May-09 13:30 
AnswerRe: Visual C++ 6.0 - can't "File Open" after IE 8 and Vista SP2 Pin
bodhi rayo11-Oct-10 7:24
bodhi rayo11-Oct-10 7:24 
GeneralRe: Visual C++ 6.0 - can't "File Open" after IE 8 and Vista SP2 Pin
Mark C. Malburg11-Oct-10 8:09
Mark C. Malburg11-Oct-10 8:09 
QuestionCRichtEditView Vertical Auto Scrolling Pin
susanne129-May-09 4:50
susanne129-May-09 4:50 
Hallo friends,

I need to enable the auto scrolling feature in my CRichEditView SDI Application , that i must not everytime scroll down with the mouse, please help.

i use the following code in CTest_View.cpp but it did not work:// class CTest_View: public CRichEditView

BOOL CTest_View::PreCreateWindow(CREATESTRUCT& cs)
{
cs.style &=~ (ECO_AUTOHSCROLL | ECO_AUTOVSCROLL);
cs.style |= (WS_HSCROLL | WS_VSCROLL);
cs.style |= (ES_MULTILINE | WS_HSCROLL | WS_VSCROLL | ES_DISABLENOSCROLL);
return CRichEditView::PreCreateWindow(cs);
}
QuestionWhy the caret of edit control disappeared when it was associated the class encapsulated with my own dll built with CEdit? Pin
bdwzz29-May-09 4:05
bdwzz29-May-09 4:05 
QuestionC + + by diary Pin
anassamar29-May-09 3:12
anassamar29-May-09 3:12 
QuestionRe: C + + by diary Pin
Michael Schubert29-May-09 3:21
Michael Schubert29-May-09 3:21 
AnswerRe: C + + by diary Pin
anassamar1-Jun-09 10:57
anassamar1-Jun-09 10:57 
GeneralRe: C + + by diary Pin
Michael Schubert1-Jun-09 13:02
Michael Schubert1-Jun-09 13:02 
JokeRe: C + + by diary Pin
_AnsHUMAN_ 29-May-09 3:47
_AnsHUMAN_ 29-May-09 3:47 
GeneralRe: C + + by diary Pin
Hamid_RT29-May-09 4:20
Hamid_RT29-May-09 4:20 
AnswerRe: C + + by diary Pin
Single Step Debugger29-May-09 4:11
Single Step Debugger29-May-09 4:11 
AnswerRe: C + + by diary Pin
Hamid_RT29-May-09 4:16
Hamid_RT29-May-09 4:16 
JokeRe: C + + by diary Pin
David Crow29-May-09 5:16
David Crow29-May-09 5:16 
AnswerRe: C + + by diary Pin
CPallini29-May-09 7:56
mveCPallini29-May-09 7:56 
AnswerRe: C + + by diary Pin
molesworth29-May-09 12:18
molesworth29-May-09 12:18 
QuestionCView::OnFilePrintPreview() Pin
Software200729-May-09 3:08
Software200729-May-09 3:08 
Questionfile-handle is the same as volume-handle in kernel mode? Pin
xorio29-May-09 2:56
xorio29-May-09 2:56 
QuestionGet drive letter of Hard drive Pin
Madan Chauhan29-May-09 1:25
Madan Chauhan29-May-09 1:25 
AnswerRe: Get drive letter of Hard drive Pin
«_Superman_»29-May-09 2:37
professional«_Superman_»29-May-09 2:37 
GeneralRe: Get drive letter of Hard drive Pin
Madan Chauhan29-May-09 20:08
Madan Chauhan29-May-09 20:08 

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.