﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
17	_WinAPI_MessageBeep with parameter 3	Xenobiologist		"Hi,

I do not get any sound on number 3. Why?

{{{
#Include <WinAPI.au3>
FOr $i = 0 To 5
	Switch $i
		case 0
			ToolTip('Simple beep. If a sound card is not available, the speaker is used.')
		case 1
			ToolTip('OK.')
		case 2
			ToolTip('Hand')
		case 3
			ToolTip('Question')
		case 4
			ToolTip('Exclamation')
		case 5
			ToolTip('Asterisk')
	EndSwitch
	_WinAPI_MessageBeep($i)
	Sleep(2000)
Next
}}}

Thanks!

So long,

Mega
"	Bug	closed		AutoIt	3.2.10.0		Rejected		
