BOOL CDownloadProperties_IntegrityPage::OnHelpInfo(HELPINFO* pHelpInfo) 
{
	RECT rc;
	CWnd *pItem = GetDlgItem (pHelpInfo->iCtrlId);
	if (pItem == NULL)
		return TRUE;
	pItem->GetWindowRect (&rc);
	if (PtInRect (&rc, pHelpInfo->MousePos) == FALSE)
	{
		pHelpInfo->MousePos.x = rc.left + (rc.right - rc.left) / 2;
		pHelpInfo->MousePos.y = rc.top + (rc.bottom - rc.top) / 2;
	}
	PrepareCHMgr (pHelpInfo->MousePos);
	_CHMgr.OnWT ();
	return TRUE;
}
void CPrg_HistoryPage::OnContextMenu(CWnd* , CPoint point) 
{
	PrepareCHMgr (point);
	_CHMgr.ShowMenu ();	
}
Ejemplo n.º 3
0
void CGroupDlg::OnContextMenu(CWnd* , CPoint point) 
{
	PrepareCHMgr (point);
	_CHMgr.ShowMenu ();
}
void CDownloaderProperties_NotificationsPage::OnContextMenu(CWnd* , CPoint point) 
{
	PrepareCHMgr (point);
	_CHMgr.ShowMenu ();	
}
void CDlg_SetBatchNumbers::OnContextMenu(CWnd* pWnd, CPoint point) 
{
	PrepareCHMgr (point);
	_CHMgr.ShowMenu ();		
}
Ejemplo n.º 6
0
void CPrg_GeneralPage::OnContextMenu(CWnd* , CPoint point) 
{
	PrepareCHMgr (point);
	_CHMgr.ShowMenu ();
}
Ejemplo n.º 7
0
void CSchedule_HTSPage::OnContextMenu(CWnd* , CPoint point)
{
	PrepareCHMgr (point);
	_CHMgr.ShowMenu ();
}
Ejemplo n.º 8
0
void CDlgSounds::OnContextMenu(CWnd* , CPoint point) 
{
	PrepareCHMgr (point);
	_CHMgr.ShowMenu ();	
}
Ejemplo n.º 9
0
void CSpiderAddPageDlg::OnContextMenu(CWnd* , CPoint point) 
{
	PrepareCHMgr (point);
	_CHMgr.ShowMenu ();
}
Ejemplo n.º 10
0
void CSites_AdvancedPage::OnContextMenu(CWnd* , CPoint point)
{
	PrepareCHMgr (point);
	_CHMgr.ShowMenu ();
}
Ejemplo n.º 11
0
void CWPDS_WebPagesPage::OnContextMenu(CWnd* , CPoint point)
{
    PrepareCHMgr (point);
    _CHMgr.ShowMenu ();
}
Ejemplo n.º 12
0
void CHFE_ProtocolPage::OnContextMenu(CWnd* , CPoint point) 
{
	PrepareCHMgr (point);
	_CHMgr.ShowMenu ();
}
Ejemplo n.º 13
0
void CCreateBatchDownload::OnContextMenu(CWnd* , CPoint point) 
{
	PrepareCHMgr (point);
	_CHMgr.ShowMenu ();	
}
void CDownloaderProperties_CommunityPage::OnContextMenu(CWnd* pWnd, CPoint point)
{
	PrepareCHMgr (point);
	_CHMgr.ShowMenu ();	
}
void CDownloadProperties_MirrorsPage::OnContextMenu(CWnd* , CPoint point) 
{
	PrepareCHMgr (point);
	_CHMgr.ShowMenu ();	
}
void CPrg_Data::OnContextMenu(CWnd* pWnd, CPoint point) 
{
	PrepareCHMgr (point);
	_CHMgr.ShowMenu ();	
}
Ejemplo n.º 17
0
void CDlgDeletedProperties::OnContextMenu(CWnd* , CPoint point) 
{
	PrepareCHMgr (point);
	_CHMgr.ShowMenu ();		
}
Ejemplo n.º 18
0
void CDlgFindAdvanced::OnContextMenu(CWnd* , CPoint point)
{
    PrepareCHMgr (point);
    _CHMgr.ShowMenu ();
}