Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Superscipt in sourcecode/dialog caption Pin
Joaquín M López Muñoz29-Jan-03 0:22
Joaquín M López Muñoz29-Jan-03 0:22 
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 
I always work in SDI projetc an now
I'm working in MDI project, i have a combobox in the toolbar.when I enter a URL i would like navigate in the active window (window with the focus).
i do this :

CString strURL;
m_wndURL.GetEditCtrl()->GetWindowText(strURL);
CBrowserMDIView* pView = (CBrowserMDIView*)GetActiveView();
ASSERT(pView);
pView->Navigate2(strURL,NULL,NULL);

i have an error with "ASSERT(pView)" and if i delete this line i have an error with "pView->Navigate2(strURL,NULL,NULL)"
i'm under WinXP and the error is when the message want send the error to microsoft.
PS i'm sorry for my englishCry | :((

GeneralRe: MDI & Html Pin
HENDRIK R28-Jan-03 22:28
HENDRIK R28-Jan-03 22:28 
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 

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.