When developing for PocketPC there is not an option in VS 2005 to add
"Resources" in the Project Properties like there is when developing for
Windows Forms.

My objective is to add a "sound.wav" file to the project and then refer to
it by using "My.Resources.sound".

Any ideas how to do this?
Thanks for any suggestions!
Tom

RE: How to add Resources to VS 2005 project properties? by JasMR

JasMR
Tue May 23 05:23:02 CDT 2006

Try just copying the file to the project directory - I think it shows up
automatically. I think there is an option to not show the file :-).

"Tom25" wrote:

> When developing for PocketPC there is not an option in VS 2005 to add
> "Resources" in the Project Properties like there is when developing for
> Windows Forms.
>
> My objective is to add a "sound.wav" file to the project and then refer to
> it by using "My.Resources.sound".
>
> Any ideas how to do this?
> Thanks for any suggestions!
> Tom
>