Question about for TaskMenu V19

10/05/2016 04:42 randeljohnvalencia#1
when i press ESC this appears, How can i fix this so it wont appear when i press ESC

sorry for Bad English

[Only registered and activated users can see links. Click Here To Register...]
10/05/2016 17:05 Rhyder`#2
Code:
g_WndMng.OpenMenu();
CRect rect = g_Neuz.GetDeviceRect();
if( g_WndMng.m_pWndMenu )
g_WndMng.m_pWndMenu->Move( CPoint( 0, rect.bottom - 48 - g_WndMng.m_pWndMenu->GetWndRect().Height() ) ); //48->TaskBar Height
comment this line!
10/05/2016 17:51 randeljohnvalencia#3
Quote:
Originally Posted by jayjei14 View Post
Code:
g_WndMng.OpenMenu();
CRect rect = g_Neuz.GetDeviceRect();
if( g_WndMng.m_pWndMenu )
g_WndMng.m_pWndMenu->Move( CPoint( 0, rect.bottom - 48 - g_WndMng.m_pWndMenu->GetWndRect().Height() ) ); //48->TaskBar Height
comment this line!

this sir ?

Quote:
#ifndef __19_INTERFACE_UPDATE
g_WndMng.OpenMenu();
CRect rect = g_Neuz.GetDeviceRect();
if( g_WndMng.m_pWndMenu )
g_WndMng.m_pWndMenu->Move( CPoint( 0, rect.bottom - 48 - g_WndMng.m_pWndMenu->GetWndRect().Height() ) ); //48->TaskBar Height
#endif//__19_INTERFACE_UPDATE
10/06/2016 01:19 Rhyder`#4
Stop being shit and read the snippet