My.Computer.Audio.Play(My.Resources.Waterfall,
AudioPlayMode.WaitToComplete)
I'm trying to play a WAV file that is inside of Resources acording to this https://msdn.microsoft.com/en-us/library/bc61hbxh.aspx
I get the error The Name 'My' does not exist in current context in Visual Studio 2013
How do I fix this?