Click here to Skip to main content
15,913,758 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralRe: Windows 2000 Pin
28-Jun-01 3:12
suss28-Jun-01 3:12 
GeneralRe: Windows 2000 Pin
29-Jun-01 7:50
suss29-Jun-01 7:50 
GeneralNative Api , ZwquerySemaphore Pin
nicolas bertrand25-Jun-01 3:42
nicolas bertrand25-Jun-01 3:42 
GeneralWindows bsed RTOS simulator Pin
24-Jun-01 19:20
suss24-Jun-01 19:20 
QuestionHow do I get an application's .exe name using visual C++ Pin
Jennifer Pinkton24-Jun-01 17:22
Jennifer Pinkton24-Jun-01 17:22 
AnswerRe: How do I get an application's .exe name using visual C++ Pin
Paolo Messina28-Jun-01 7:26
professionalPaolo Messina28-Jun-01 7:26 
AnswerRe: How do I get an application's .exe name using visual C++ Pin
reiko30-Jul-01 16:50
reiko30-Jul-01 16:50 
QuestionHow to display IWebBrowser2 in SDI view Pin
22-Jun-01 14:07
suss22-Jun-01 14:07 
Hi, I have built a SDI by using MFC, and I just follow the instruction
from MS help

A class was added to the project, and the control was dynamically created in the OnCreate handler of the application's View class.

CRect rect;
GetClientRect (&rect);

// Create the control.
m_pBrowser = new CWebBrowser;
ASSERT (m_pBrowser);
if (!m_pBrowser->Create(NULL,NULL,WS_VISIBLE,rect,this,NULL))
{
TRACE("failed to create browser\n");
delete m_pBrowser;
m_pBrowser = NULL;
return 0;
}

// Initialize the first URL.
COleVariant noArg;
m_pBrowser->Navigate("www.microsoft.com",&noArg,&noArg,&noArg,&noArg);
return 0;



But the program runs without anything. Can anyone give me some
suggestions? Thanks!Confused | :confused:
AnswerRe: How to display IWebBrowser2 in SDI view Pin
Michael Dunn22-Jun-01 17:05
sitebuilderMichael Dunn22-Jun-01 17:05 
GeneralCredit Cards Pin
Dan Holloway21-Jun-01 23:08
Dan Holloway21-Jun-01 23:08 
GeneralIWebBrowser2 Pin
Masud Alipour21-Jun-01 6:36
Masud Alipour21-Jun-01 6:36 
GeneralRe: IWebBrowser2 Pin
21-Jun-01 12:24
suss21-Jun-01 12:24 
GeneralMulticast File Transfer Pin
20-Jun-01 1:25
suss20-Jun-01 1:25 
QuestionHow was my program started? Pin
Steve Thresher18-Jun-01 1:45
Steve Thresher18-Jun-01 1:45 
GeneralC++ Pin
18-Jun-01 0:32
suss18-Jun-01 0:32 
GeneralRe: C++ Pin
markkuk18-Jun-01 0:55
markkuk18-Jun-01 0:55 
GeneralPlease help on queue permentation problem Pin
Snail17-Jun-01 19:12
Snail17-Jun-01 19:12 
GeneralPopup feature like the MSN messager notification popup. Pin
Heath Dillon17-Jun-01 17:36
Heath Dillon17-Jun-01 17:36 
Generaldrawing splitter bar Pin
Amit Dey15-Jun-01 9:08
Amit Dey15-Jun-01 9:08 
GeneralRe: drawing splitter bar Pin
Michael Dunn16-Jun-01 6:50
sitebuilderMichael Dunn16-Jun-01 6:50 
GeneralHeight and font of HeaderCtrl Pin
14-Jun-01 12:53
suss14-Jun-01 12:53 
GeneralRe: Height and font of HeaderCtrl Pin
Steve Thresher18-Jun-01 1:28
Steve Thresher18-Jun-01 1:28 
GeneralDYNAMIC List and datagrid Pin
Nasser AL-Sodais13-Jun-01 18:49
Nasser AL-Sodais13-Jun-01 18:49 
GeneralCCheckListBox for WinCE Pin
David Flores13-Jun-01 9:31
David Flores13-Jun-01 9:31 
GeneralMFC Menus like ICQ menus Pin
Aether12-Jun-01 21:20
Aether12-Jun-01 21: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.