Tagged Questions

0
votes
3answers
39 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 LinkedResource( …
0
votes
2answers
19 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 …
0
votes
0answers
33 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. Howev …
0
votes
1answer
33 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, Cultur …
0
votes
1answer
53 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 …
0
votes
1answer
26 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 t …
0
votes
1answer
20 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 an …
0
votes
2answers
97 views

Embedding commercial fonts into websites

Good evening ladies and gentlemen! Searching for a cross-browser solution to embed commercial fonts like HelveticaNeue or Univers etc. I found some promising approaches. First of …
1
vote
1answer
81 views

Why doesn’t the debugger hit this breakpoint consistently? Am I neglecting a file handle?

Consider the following code: static void Main(string[] args) { using (MemoryStream memoryStream = new MemoryStream(Resources.SampleXMLFile)) // Breakpoint set here { …
0
votes
3answers
350 views

How to fix @font-face glitches in Firefox 3.5

In existing code I had CSS @font-face declarations for .EOT embedded fonts that worked flawlessly actually, in internet explorer. So now I read that Firefox does embedded now too, …
0
votes
1answer
70 views

How to deploy SWF file?

I have a SWF file I created using Adobe Flex and I cannot seem to properly embed it inside an HTML page. If I take another SWF file and use it instead, it works all the time. My …
1
vote
1answer
110 views

Embedded images in HTML email not displaying on mobile phones

I have an application that sends an HTML formatted email with embedded images. The email looks perfect on many different desktop/web clients. When the email is viewed on a mobile …
0
votes
2answers
47 views

Adobe Dreamweaver Extensions

Does anyone know if its possible to turn off dreamweavers "custom icons" that it shows in the file browser so you can see the standard system-cache ones instead? Something I'm try …
0
votes
3answers
119 views

Embedded Resources and ASPX pages

Hi, Is it possible to embed an aspx page (self contained, no seperate codebehind file) into an assembly, in this case a SharePoint web part, and have it still act as an aspx file …
0
votes
3answers
185 views

How to run unmanaged executable from memory rather than disc

I want to embed a command-line utility in my C# application, so that I can grab its bytes as an array and run the executable without ever saving it to disk as a separate file (avoi …

1 2 3 4 5 6 next
15 30 50 per page