Hi :
I am learn WPF by reading Charles Petzold's book. I have install the windows sdk and the vs2005 in vista OS then I intall the Visual Studio 2005 Extensions for WF and Visual Studio 2005 Extensions for WCF, WPF .
When I have to include a jpg picture to the assembly by the URI like :
Uri uri = new Uri("pack://application:,,/filename");
the complier complain to me saying the jpg picture is not found;then I check the property of the picture. I find there are only "none content compile rebededresouce" so I can't set the bulid action to the resouce as the book said. Can anyone tell me what I have ignoe to get anther item----"resource, page "
PS I am using vs2005 of the chinese version