View Single Post
Dragokas
Veteran Member
Join Date: Nov 2017
Location: Ukraine on fire
Old 12-26-2020 , 15:05   Re: Manually closing a client's menu
Reply With Quote #14

No tiny square for me:
Code:
if( GetClientMenu(client, null) != MenuSource_None )
{
	InternalShowMenu(client, "\10", 1); // thanks to Zira
	CancelClientMenu(client, true, null);
}
__________________
Expert of CMD/VBS/VB6. Malware analyst. L4D fun (Bloody Witch & FreeZone)
[My plugins] [My tools] [GitHub] [Articles] [HiJackThis+] [Donate]

Last edited by Dragokas; 12-26-2020 at 15:06.
Dragokas is offline