Click here to Skip to main content
15,902,893 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to debug an ActiveX control running in Internet Explorer? Pin
KingsGambit10-Nov-09 20:24
KingsGambit10-Nov-09 20:24 
QuestionAutomation on Context Menu Pin
Bedke10-Nov-09 17:19
Bedke10-Nov-09 17:19 
AnswerRe: Automation on Context Menu Pin
Adam Roderick J10-Nov-09 17:52
Adam Roderick J10-Nov-09 17:52 
GeneralRe: Automation on Context Menu Pin
Bedke10-Nov-09 21:23
Bedke10-Nov-09 21:23 
QuestionHow to auto close the MessageBox dialog in SDK Program? Pin
wangningyu10-Nov-09 15:33
wangningyu10-Nov-09 15:33 
AnswerRe: How to auto close the MessageBox dialog in SDK Program? Pin
«_Superman_»10-Nov-09 16:08
professional«_Superman_»10-Nov-09 16:08 
QuestionMFC Multiple Views Pin
Cipher 2210-Nov-09 11:40
Cipher 2210-Nov-09 11:40 
AnswerRe: MFC Multiple Views Pin
«_Superman_»10-Nov-09 12:00
professional«_Superman_»10-Nov-09 12:00 
You can use CDocument::AddView[^] to add a new view to the existing document.
You have to create a new view class which is derived from CView and then add it to the view.
You can use the ShowWindow API to show and hide the views.

Look at the sample code in the documentation.

«_Superman
I love work. It gives me something to do between weekends.

Microsoft MVP (Visual C++)

QuestionCreateEX() causing odd results in Vista/7 Pin
anthonym710-Nov-09 9:37
anthonym710-Nov-09 9:37 
AnswerRe: CreateEX() causing odd results in Vista/7 Pin
«_Superman_»10-Nov-09 10:44
professional«_Superman_»10-Nov-09 10:44 
GeneralRe: CreateEX() causing odd results in Vista/7 Pin
anthonym710-Nov-09 10:49
anthonym710-Nov-09 10:49 
QuestionPassword scramble PinPopular
Chris081210-Nov-09 8:21
Chris081210-Nov-09 8:21 
AnswerRe: Password scramble Pin
«_Superman_»10-Nov-09 8:30
professional«_Superman_»10-Nov-09 8:30 
GeneralRe: Password scramble Pin
Chris081210-Nov-09 8:47
Chris081210-Nov-09 8:47 
GeneralRe: Password scramble Pin
Chris081210-Nov-09 8:51
Chris081210-Nov-09 8:51 
AnswerRe: Password scramble Pin
David Crow10-Nov-09 9:58
David Crow10-Nov-09 9:58 
QuestionHow to get the javascript part Pin
raja jamwal10-Nov-09 7:38
raja jamwal10-Nov-09 7:38 
GeneralRe: How to get the javascript part Pin
22491711-Nov-09 6:12
22491711-Nov-09 6:12 
AnswerRe: How to get the javascript part Pin
raja jamwal31-Dec-09 8:02
raja jamwal31-Dec-09 8:02 
QuestionWant to add a static horizontal splitter to an already created view in sdi app Pin
Member 570390510-Nov-09 7:02
Member 570390510-Nov-09 7:02 
AnswerRe: Want to add a static horizontal splitter to an already created view in sdi app Pin
«_Superman_»10-Nov-09 8:18
professional«_Superman_»10-Nov-09 8:18 
QuestionIntegration of WinForm and Visual C++ Pin
kikoso10-Nov-09 5:47
kikoso10-Nov-09 5:47 
AnswerRe: Integration of WinForm and Visual C++ Pin
«_Superman_»10-Nov-09 8:24
professional«_Superman_»10-Nov-09 8:24 
GeneralRe: Integration of WinForm and Visual C++ Pin
kikoso11-Nov-09 6:17
kikoso11-Nov-09 6:17 
GeneralRe: Integration of WinForm and Visual C++ Pin
kikoso12-Nov-09 4:11
kikoso12-Nov-09 4:11 

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.