473,399 Members | 2,858 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

wmf clipart doesn't show in aspx pages

I have some clipart (wmf files) I want to show online. When I put a
resizable wmf file online and told the image control to size it down, I
ended up with no image. Whats the problem?

Nov 19 '08 #1
2 1958
the image control just renders an <imghtml element. browser do not
support wmf files. you will need to find a plugin that does, then put
the correct object tag in the page. you shoudl supply a link for people
to install the plugin.

your other option, is to write an aspx page that read the wmf file and
rendered it as a jpeg or gif. then the img controls url would be this
page. google this group for examples of dynamic images.

-- bruce (sqlwork.com)
Andy B wrote:
I have some clipart (wmf files) I want to show online. When I put a
resizable wmf file online and told the image control to size it down, I
ended up with no image. Whats the problem?
Nov 19 '08 #2
Then how do you explain www.office.microsoft.com being able to show
thumbnails of wmf files to any browser? There must be a program that will
let you convert wmf files to gif or jpg?
"bruce barker" <no****@nospam.comwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
the image control just renders an <imghtml element. browser do not
support wmf files. you will need to find a plugin that does, then put the
correct object tag in the page. you shoudl supply a link for people to
install the plugin.

your other option, is to write an aspx page that read the wmf file and
rendered it as a jpeg or gif. then the img controls url would be this
page. google this group for examples of dynamic images.

-- bruce (sqlwork.com)
Andy B wrote:
>I have some clipart (wmf files) I want to show online. When I put a
resizable wmf file online and told the image control to size it down, I
ended up with no image. Whats the problem?

Nov 19 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Markus Elfring | last post by:
Hello, A lot of clipart libraries offer free raster images. I am looking for a similar collection for vector graphics. Do you know a gallery or archive for the following formats? - Scalable...
3
by: Ben Fidge | last post by:
I use the session_end in global.asax to perform clean-up of a temporary shopping cart table. Shoppping Cart items are stored with a session id in the table, and when a session ends a small rountine...
2
by: Alan Silver | last post by:
Hello, I am just trying out reading an XML file in an ASP.NET page, but am having a little trouble. I'm sure this is something really obvious and dumb, but I can't see what ... I have an XML...
5
by: Oscar | last post by:
I am a beginner to ASP.NET and have not been able to have ASP.NET working. My PC is a XP Professional SP2, IIS V5.0 , IE 6.0 The configuration was able to run ASP pages at forehand. I have...
3
by: Ned Balzer | last post by:
Hi all, I posted this question some time ago in an earlier thread but so far I still don't have an understanding of why this is happening or what I can do to fix it. I use Session variables,...
0
by: Randy Smith | last post by:
Hi All, My menu control doesn't "dropdown". The "Home" menu item doesn't appear, nor does the "Jobs" item. And, the 2nd group (Labor and Materials) in web.sitemap doesn't appear at all. The...
2
by: JB | last post by:
I have existing aspx pages that I'm editing in VS 2005 that I add a server control to - like a label. I include the runat="server" and it doesn't seem to create the reference in the code behind for...
8
by: Radu | last post by:
Hi. I have an ASP control on my page: <asp:Calendar ID="calStart" ................ Etc </asp:Calendar> and I have a Custom Validator defined as <asp:CustomValidator
2
by: =?Utf-8?B?Sm9objI3MjQ=?= | last post by:
My clipart stopped working. I have reinstalled MS Office 2007 twice now but does not help. When I open clipart organiser all the dropdown options are in grey and cannot be used. When I try to...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.