Click here to Skip to main content
15,885,985 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
Laugh | :laugh:
Source code is following:
<br />
/*Header file*/<br />
#pragma once<br />
#include "afxwin.h"<br />
<br />
<br />
// CSuiBianEdit<br />
<br />
class AFX_EXT_CLASS CSuiBianEdit : public CEdit<br />
{<br />
	DECLARE_DYNAMIC(CSuiBianEdit)<br />
<br />
public:<br />
	CSuiBianEdit();<br />
	virtual ~CSuiBianEdit();<br />
<br />
protected:<br />
	DECLARE_MESSAGE_MAP()<br />
};<br />
<br />
<br />
/*Source file*/<br />
#include "stdafx.h"<br />
#include "SuiBianEdit.h"<br />
#include ".\suibianedit.h"<br />
<br />
<br />
// CSuiBianEdit<br />
<br />
IMPLEMENT_DYNAMIC(CSuiBianEdit, CEdit)<br />
CSuiBianEdit::CSuiBianEdit()<br />
{<br />
}<br />
<br />
CSuiBianEdit::~CSuiBianEdit()<br />
{<br />
}<br />
<br />
<br />
BEGIN_MESSAGE_MAP(CSuiBianEdit, CEdit)<br />
END_MESSAGE_MAP()<br />
<br />

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 
QuestionGetScrollBarCtrl( ) alternative api in win32. Pin
zakkas248329-May-09 1:20
zakkas248329-May-09 1:20 

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.