M
magic gooddy
Hi!
I using wav-file from resource without problem in desktop application in
NF3.5
soundPlayer.Stream = Properties.Resources.tada;
soundPlayer.Play();
When I try this code in CF3.5 I got error "Cannot convert byte[] in Stream"
Help me, please
I using wav-file from resource without problem in desktop application in
NF3.5
soundPlayer.Stream = Properties.Resources.tada;
soundPlayer.Play();
When I try this code in CF3.5 I got error "Cannot convert byte[] in Stream"
Help me, please