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: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 
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 
ok here is the content of FindUserDlg.cpp . What should i put there and where?

/////////////////////////////////////////////////////////////////////////////<br />
// CFindUserDlg dialog<br />
<br />
class CFindUserDlg : public CDialog<br />
{<br />
// Construction<br />
public:<br />
	CFindUserDlg(CWnd* pParent = NULL);	// standard constructor<br />
<br />
// Dialog Data<br />
	//{{AFX_DATA(CFindUserDlg)<br />
	enum { IDD = IDD_FINDUSER_DIALOG };<br />
	CString	m_nick;<br />
	CWebBrowser2	m_wbrow;<br />
	//}}AFX_DATA<br />
<br />
	// ClassWizard generated virtual function overrides<br />
	//{{AFX_VIRTUAL(CFindUserDlg)<br />
	protected:<br />
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support<br />
	//}}AFX_VIRTUAL<br />
<br />
// Implementation<br />
protected:<br />
	HICON m_hIcon;<br />
<br />
	// Generated message map functions<br />
	//{{AFX_MSG(CFindUserDlg)<br />
	virtual BOOL OnInitDialog();<br />
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);<br />
	afx_msg void OnPaint();<br />
	afx_msg HCURSOR OnQueryDragIcon();<br />
	afx_msg void OnButton1();<br />
	//}}AFX_MSG<br />
	DECLARE_MESSAGE_MAP()<br />
<br />
public: <br />
int GetPosByNick(CString szNick); <br />
//CString szNick;<br />
//CString m_nick<br />
<br />
};

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 
GeneralRe: CListCtrl Performance Pin
David Crow12-Jul-06 4:26
David Crow12-Jul-06 4:26 
GeneralRe: CListCtrl Performance [modified] Pin
led mike12-Jul-06 4:35
led mike12-Jul-06 4:35 

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.