Click here to Skip to main content
15,918,125 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Superscipt in sourcecode/dialog caption Pin
John Oliver29-Jan-03 1:16
John Oliver29-Jan-03 1:16 
GeneralRe: Superscipt in sourcecode/dialog caption Pin
Joel Lucsy29-Jan-03 2:44
Joel Lucsy29-Jan-03 2:44 
GeneralRe: Superscipt in sourcecode/dialog caption Pin
John Oliver29-Jan-03 2:54
John Oliver29-Jan-03 2:54 
GeneralRe: Superscipt in sourcecode/dialog caption Pin
Joel Lucsy29-Jan-03 3:01
Joel Lucsy29-Jan-03 3:01 
GeneralRe: Superscipt in sourcecode/dialog caption Pin
Roger Allen29-Jan-03 0:55
Roger Allen29-Jan-03 0:55 
GeneralRe: Superscipt in sourcecode/dialog caption Pin
John Oliver29-Jan-03 1:17
John Oliver29-Jan-03 1:17 
GeneralMDI & Html Pin
jeremysay28-Jan-03 22:24
jeremysay28-Jan-03 22:24 
GeneralRe: MDI & Html Pin
HENDRIK R28-Jan-03 22:28
HENDRIK R28-Jan-03 22:28 
MDI frame windows don't have active views. Instead, there's the CMDIChildWnd which has associated views. Thus you first need the active child window, then being able to get the active view:

CMDIChildWnd *pChild =
                  (CMDIChildWnd *) GetActiveFrame();

CMyView *pView = (CMyView *) pChild->GetActiveView(); 

GeneralRe: MDI & Html Pin
jeremysay28-Jan-03 22:46
jeremysay28-Jan-03 22:46 
GeneralContrilling Smart App's from internal Web pages Pin
Peter Tewkesbury28-Jan-03 21:53
professionalPeter Tewkesbury28-Jan-03 21:53 
GeneralRe: Contrilling Smart App's from internal Web pages Pin
HENDRIK R28-Jan-03 22:12
HENDRIK R28-Jan-03 22:12 
Generalcascaded and tiled dialogs in SDI MFC applications Pin
annona28-Jan-03 21:19
annona28-Jan-03 21:19 
GeneralIcon in the status bar - like Yahoo messenger... Pin
Florin Ochiana28-Jan-03 21:02
Florin Ochiana28-Jan-03 21:02 
GeneralRe: Icon in the status bar - like Yahoo messenger... Pin
Rickard Andersson2028-Jan-03 21:40
Rickard Andersson2028-Jan-03 21:40 
GeneralRe: Icon in the status bar - like Yahoo messenger... Pin
Rickard Andersson2028-Jan-03 21:43
Rickard Andersson2028-Jan-03 21:43 
GeneralRe: Icon in the status bar - like Yahoo messenger... Pin
Florin Ochiana28-Jan-03 21:46
Florin Ochiana28-Jan-03 21:46 
GeneralA question about TransmitFile Pin
Kerry Chou28-Jan-03 20:51
Kerry Chou28-Jan-03 20:51 
GeneralRe: A question about TransmitFile Pin
Abbas_Riazi29-Jan-03 9:05
professionalAbbas_Riazi29-Jan-03 9:05 
Generaltwo or more classes with cross-reference Pin
Sergei Yevseyev28-Jan-03 20:47
Sergei Yevseyev28-Jan-03 20:47 
GeneralRe: two or more classes with cross-reference Pin
Joaquín M López Muñoz28-Jan-03 20:53
Joaquín M López Muñoz28-Jan-03 20:53 
GeneralRe: two or more classes with cross-reference Pin
Sergei Yevseyev28-Jan-03 21:12
Sergei Yevseyev28-Jan-03 21:12 
Questionget selected text from web page??? Pin
xxhimanshu28-Jan-03 20:18
xxhimanshu28-Jan-03 20:18 
AnswerRe: get selected text from web page??? Pin
jeremysay29-Jan-03 5:14
jeremysay29-Jan-03 5:14 
GeneralEmbedded Word Automation... Pin
Aswin Kumar28-Jan-03 20:09
Aswin Kumar28-Jan-03 20:09 
GeneralCOM and multithreading Pin
Shah Shehpori28-Jan-03 20:09
sussShah Shehpori28-Jan-03 20:09 

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.