help icon in v19 navigator how to remove? need help

08/05/2015 06:36 Ecrypter#1
[Only registered and activated users can see links. Click Here To Register...]


how to fix this help icon in the navigator? thnx and advance sir
08/05/2015 07:00 Avalion#2
Firstly, upload your image the the epvp image host or a different host and then include the url or [img] tags so the people you're requesting help from does not see a downsized image set to 358 × 280 rather than the full image size.

Secondly, if that is a "?" then the fix would either to be change the applet definition or use this fix in void CWndTitleBar::OnInitialUpdate()

Code:
	if (m_pParentWnd->IsWndStyle(WBS_HELP)
#ifdef __NAV_FIX
	   && m_pParentWnd->GetWndId() != APP_NAVIGATOR
#endif
	   )