1
vote
1answer
18 views
How do I combine all my localization satellite assembies into the EXE?
I've started adding multiple languages to my project using resx files (eg. MyText.resx, MyText.ru-RU.resx, etc.).
When I compile, I end up with files like this:
MyApp.exe
ru-RU\MyApp.resources.dll
…
1
vote
0answers
27 views
How to use compiled global resources in ASP.Net MVC
I want to compile App_GlobalResources/Strings.resx into the application's dll (and eventually use satellite assemblies for Strings.es.resx, Strings.fr.resx, etc.)
However, I get the following error …
0
votes
1answer
22 views
Playing embedded wav files using SoundPlayer
I have a Compact Framework 3.5 application that is responsible for scanning barcodes. There are 3 different sounds it should play depending on the situation, so I created a wrapper class around the …
1
vote
2answers
65 views
How to embed multilanguage *.resx (or *.resources) files in single EXE?
There are plenty of tutorials how to create multilanguage RESX files and how to create satellite assemblies with AL.exe, but I haven't found working example how to embed RESX/Resources/satellite-DLL …
-1
votes
2answers
36 views
Getting/generating an image from embedded flash video
So what I am curious about is if it is possible and how, to have an embedded video and capture the thumbnail. There are other sites that share video and I'd like to get the thumbnails from the …
1
vote
1answer
72 views
Last.fm or Spotify API
Hello,
I was hoping someone could offer me advice, Im looking to build a website, and was hoping that I could inergrate my last.fm radio station or my spotify account into it so the users can listen …
1
vote
1answer
26 views
how should i deploy resources like icons?
What is the best practice for deploying / packaging resources like icons? I'd like to avoid loose files due to the number of icons. Can I create a "resource" dll in visual studio? If so, is this the …
1
vote
3answers
93 views
Embedding background images in an e-mail
Hi,
I'm trying to use an embedded image in an e-mail as the background image, i've got the following code to embed it:
LinkedResource backgroundLink = new …
0
votes
0answers
17 views
How to embed flash in myspace, driven by XML?
I am sure this can be done as I see profiles with a flash news feed, so it is updatable. I would like to make something similar, my friends are making me make their band a myspace layout, lol I hate …
0
votes
2answers
20 views
Video embed flashing
Can anyone help me with this video embed and tell me why it's flashing instead of playing the video?
http://www.seilingsfloors.com/dvd/
Update: I have verified that the .flv file is the correct size …
0
votes
0answers
75 views
Best YouTube embedded player? (based on Chromeless API)
Hi. I'm building a website that will include embedded videos, and I've decided to use YouTube for video hosting as it's got the best functionality and the largest community.
However, I would like to …
0
votes
1answer
48 views
Ajax Assembly Error - Assembly {0} does not contain a Web resource with name {1}
I have an assembly that contains an embedded resource. However, when this assembly is accessed via the web, I get the following error: Assembly 'MyAssembly, Version=1.0.0.0, Culture=neutral, …
0
votes
1answer
34 views
how do I get full url from GetWebResourceUrl
So I've embedded my silverlight XAP like this
[assembly: WebResource("GravityWeb.PlayerControl.Silverlight.SilverlightPlayer.xap", "application/x-silverlight-2")]
and I can get the embedded url like …
0
votes
1answer
27 views
Mono .EXE assembly set explorer icon
When compiling with gmcs on Linux, how can I set the explorer icon the final EXE will use?
I have a .ico file to attach to the output exe.
The answer must be build-automatable and execute on Linux …
0
votes
1answer
60 views
Convert text to .resources file
I created a new VS solution which needs to contain a modified subset of files from another solution. Both solutions have a default namespace of "Microsoft.Windows.Controls". The assembly from the …
