Click here to Skip to main content
15,900,474 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCEdit: how to cancel initial text selection in propPage? Pin
Anonymous23-Feb-00 1:00
suss Anonymous23-Feb-00 1:00 
AnswerRE: CEdit: how to cancel initial text selection in propPage? Pin
AssAssIn2-Mar-00 19:27
AssAssIn2-Mar-00 19:27 
GeneralWindows NT Symbols Setup Pin
Michael Martin22-Feb-00 19:03
Michael Martin22-Feb-00 19:03 
GeneralSerial communication with Win32 API Pin
Rico Salfer22-Feb-00 3:25
Rico Salfer22-Feb-00 3:25 
GeneralRE: Serial communication with Win32 API Pin
Vernon Sauder2-Mar-00 14:08
Vernon Sauder2-Mar-00 14:08 
GeneralCode Optimization Pin
schler20-Feb-00 0:54
schler20-Feb-00 0:54 
GeneralWebBrowser Pin
Lilach19-Feb-00 22:39
suss Lilach19-Feb-00 22:39 
GeneralRE: WebBrowser Pin
Member 105422-Feb-00 2:07
Member 105422-Feb-00 2:07 
I'm a little confused about what you needed... but here is instruction on how to include the web browser control on a dialog.

Go to project, Add To Project, Components and Controls.

Go to Registered Active X controls and select Microsoft Web Browser.

This should create the files WebBrowser2.cpp & .h

In you dialog #inlcude “WebBrowser2.h”

then when you want to fill in you browser with a site add the following

CWebBrowser2* pBrowser = (CWebBrowser2*)GetDlgItem( IDC_EXPLORER1 );

COleVariant varEmpty = new COleVariant;
pBrowser->Navigate( "http://www.carolecode.com", &varEmpty, &varEmpty,&varEmpty, &varEmpty );



==================
The original message was:

Hi all,

I want to add the functionality , that set the url document, right to left document and left to right document. In visual c++ , mfc. Please help....

thanks Lilach.
GeneralMinimize in modal child dialogs Pin
Jeremy Davis16-Feb-00 22:33
Jeremy Davis16-Feb-00 22:33 
QuestionHow To Change Dialog BackGround Color on the FLy, Pin
Buck16-Feb-00 13:38
Buck16-Feb-00 13:38 
AnswerRE: How To Change Dialog BackGround Color on the FLy, Pin
Jeremy Davis16-Feb-00 22:34
Jeremy Davis16-Feb-00 22:34 
GeneralRE: RE: How To Change Dialog BackGround Color on the FLy, Pin
Buck17-Feb-00 9:39
Buck17-Feb-00 9:39 
Generalimplementing splitter windows Pin
Walter Gildersleeve15-Feb-00 7:03
Walter Gildersleeve15-Feb-00 7:03 
GeneralRE: implementing splitter windows Pin
Tomas Erlingsson23-Feb-00 9:44
sussTomas Erlingsson23-Feb-00 9:44 
Generalremote execution of a program Pin
LM15-Feb-00 4:43
suss LM15-Feb-00 4:43 
GeneralWhere is Working Set Tuner Pin
Jonathan Gilligan14-Feb-00 5:43
Jonathan Gilligan14-Feb-00 5:43 
GeneralRE: Where is Working Set Tuner Pin
Robert Zakrison15-Feb-00 7:15
sussRobert Zakrison15-Feb-00 7:15 
GeneralRE: RE: Where is Working Set Tuner Pin
Jonathan Gilligan16-Feb-00 5:53
Jonathan Gilligan16-Feb-00 5:53 
GeneralOfficial word from MS: WST is withdrawn from PSDK Pin
Jonathan Gilligan16-Feb-00 5:57
Jonathan Gilligan16-Feb-00 5:57 
GeneralPls help me Pin
hailn14-Feb-00 4:51
hailn14-Feb-00 4:51 
GeneralRE: Pls help me Pin
Mike Dunn14-Feb-00 16:14
Mike Dunn14-Feb-00 16:14 
Generalproblem refreshing CD label in browse dialog Pin
Leeds10-Feb-00 1:55
Leeds10-Feb-00 1:55 
GeneralProblem with dialog derived from CFileDialog Pin
Catherine Pelham9-Feb-00 11:00
sussCatherine Pelham9-Feb-00 11:00 
GeneralAPI to play MP3 files Pin
Alex8-Feb-00 20:30
Alex8-Feb-00 20:30 
GeneralRE: API to play MP3 files Pin
Sergei18-Feb-00 9:55
Sergei18-Feb-00 9:55 

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.