#include <UrlWnd.h>
Public Member Functions | |
| CUrlWnd () | |
| void | SetUrl (LPCSTR pszUrl) |
| void | Init () |
| virtual | ~CUrlWnd () |
Protected Member Functions | |
| afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
Protected Attributes | |
| CString | m_strUrl |
Definition at line 13 of file UrlWnd.h.
| CUrlWnd::CUrlWnd | ( | ) |
Definition at line 16 of file UrlWnd.cpp.
| CUrlWnd::~CUrlWnd | ( | ) | [virtual] |
Definition at line 20 of file UrlWnd.cpp.
| void CUrlWnd::SetUrl | ( | LPCSTR | pszUrl | ) |
Definition at line 44 of file UrlWnd.cpp.
References m_strUrl.
Referenced by CAboutDlg::OnInitDialog().
| void CUrlWnd::Init | ( | void | ) |
Definition at line 30 of file UrlWnd.cpp.
References IDC_HAND_, LONG, and m_strUrl.
Referenced by CAboutDlg::OnInitDialog().
| void CUrlWnd::OnLButtonDown | ( | UINT | nFlags, | |
| CPoint | point | |||
| ) | [protected] |
Definition at line 36 of file UrlWnd.cpp.
References fsOpenUrlInBrowser(), m_strUrl, NULL, and ShellExecute.
CString CUrlWnd::m_strUrl [protected] |
1.5.6