Click here to Skip to main content
15,892,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to extract data from webbrowser controle in visual c++ 6? Pin
method00711-Jul-06 10:14
method00711-Jul-06 10:14 
GeneralRe: How to extract data from webbrowser controle in visual c++ 6? Pin
David Crow11-Jul-06 10:26
David Crow11-Jul-06 10:26 
GeneralRe: How to extract data from webbrowser controle in visual c++ 6? Pin
method00711-Jul-06 10:47
method00711-Jul-06 10:47 
GeneralRe: How to extract data from webbrowser controle in visual c++ 6? Pin
David Crow11-Jul-06 10:56
David Crow11-Jul-06 10:56 
GeneralRe: How to extract data from webbrowser controle in visual c++ 6? [modified] Pin
method00711-Jul-06 11:01
method00711-Jul-06 11:01 
GeneralRe: How to extract data from webbrowser controle in visual c++ 6? Pin
Maximilien11-Jul-06 16:04
Maximilien11-Jul-06 16:04 
GeneralRe: How to extract data from webbrowser controle in visual c++ 6? Pin
David Crow12-Jul-06 2:32
David Crow12-Jul-06 2:32 
GeneralRe: How to extract data from webbrowser controle in visual c++ 6? [modified] Pin
method00712-Jul-06 3:37
method00712-Jul-06 3:37 
David i do not have CFindUserDlg !!! as u see in that pic i have FindUserDlg.h and FindUserDlg.cpp . Which one and what part ? Furthermore, i do not see any part of this code refrencing a url . How it will do the work if it does not access a url !!!

<br />
You'll need this in your CDialog-derived class:<br />
<br />
<br />
BEGIN_EVENTSINK_MAP(CMyDialog, CDialog)    //{{AFX_EVENTSINK_MAP(CMyDialog)    ON_EVENT(CMyDialog, IDC_EXPLORER, 259 /* DocumentComplete */, OnDocumentCompleteExplorer, VTS_DISPATCH VTS_PVARIANT)    //}}AFX_EVENTSINK_MAPEND_EVENTSINK_MAP()<br />
Then put that other code into:<br />
<br />
<br />
void CMyDialog::OnDocumentCompleteExplorer(LPDISPATCH pDisp, VARIANT FAR* URL);<br />
After the DocumentComplete event has been received, the OnDocumentCompleteExplorer() method can then be used to extract the data. 


-- modified at 9:38 Wednesday 12th July, 2006
GeneralRe: How to extract data from webbrowser controle in visual c++ 6? Pin
David Crow12-Jul-06 4:57
David Crow12-Jul-06 4:57 
GeneralRe: How to extract data from webbrowser controle in visual c++ 6? Pin
method00712-Jul-06 5:07
method00712-Jul-06 5:07 
GeneralRe: How to extract data from webbrowser controle in visual c++ 6? Pin
David Crow12-Jul-06 5:34
David Crow12-Jul-06 5:34 
QuestionVC7 Compiler Linker Environment Variables Pin
Dave_Roach11-Jul-06 9:37
Dave_Roach11-Jul-06 9:37 
AnswerRe: VC7 Compiler Linker Environment Variables Pin
Abhi Lahare11-Jul-06 18:36
Abhi Lahare11-Jul-06 18:36 
GeneralRe: VC7 Compiler Linker Environment Variables Pin
Dave_Roach12-Jul-06 3:43
Dave_Roach12-Jul-06 3:43 
QuestionProperty Sheet Agony Pin
Jethro6311-Jul-06 9:17
Jethro6311-Jul-06 9:17 
AnswerRe: Property Sheet Agony Pin
Jethro6311-Jul-06 9:28
Jethro6311-Jul-06 9:28 
QuestionCCheckListBox / CDragDropListBox Pin
Tony Teveris11-Jul-06 8:20
Tony Teveris11-Jul-06 8:20 
QuestionMFC Listctrl perfomance problem [modified] Pin
Jerin John11-Jul-06 8:04
Jerin John11-Jul-06 8:04 
AnswerRe: MFC Listctrl perfomance problem Pin
Chris Losinger11-Jul-06 10:29
professionalChris Losinger11-Jul-06 10:29 
AnswerRe: MFC Listctrl perfomance problem Pin
RChin11-Jul-06 10:30
RChin11-Jul-06 10:30 
QuestionCListCtrl Performance Pin
prabhudurai11-Jul-06 7:33
prabhudurai11-Jul-06 7:33 
AnswerRe: CListCtrl Performance Pin
David Crow11-Jul-06 7:59
David Crow11-Jul-06 7:59 
QuestionRe: CListCtrl Performance Pin
led mike11-Jul-06 9:24
led mike11-Jul-06 9:24 
AnswerRe: CListCtrl Performance Pin
David Crow11-Jul-06 10:23
David Crow11-Jul-06 10:23 
GeneralRe: CListCtrl Performance Pin
led mike11-Jul-06 19:04
led mike11-Jul-06 19:04 

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.