﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2467	SW_SHOWDEFAULT always return 10	TommyDDR		"@SW_SHOWDEFAULT always return 10.

Doc :
@SW_SHOWDEFAULT: Sets the show state based on the SW_ value specified by the program that started the application.

Compile script 1 (test.exe) :
{{{
ToolTip(@SW_SHOWDEFAULT, 0, 0)
Sleep(1000)
}}}

Run script 2 :
{{{
Run(""test.exe"", """", @SW_HIDE)
}}}

Result : Tooltip always display 10, whatever is sent at ""Run"" command.
"	Bug	closed		AutoIt	3.3.8.1	None	No Bug		
