I have written a VB.net program that uses Windows Media Player to play very short .wav files at appropriate places. The default name of the player has been changed to "Player" and this has not been a problem with other programs. The problem now is that when I call the program I get an exception (resulting in a program break) in the following line of the automatically generated code:
CType(Me.Player, System.ComponentModel.ISupportInitialize).EndInit()
The above is copied from the automatic code so should be correct, but why is the program breaking there?
Thanks,
DRK
CType(Me.Player, System.ComponentModel.ISupportInitialize).EndInit()
The above is copied from the automatic code so should be correct, but why is the program breaking there?
Thanks,
DRK