Problem related showing icons on the devices

hi all,

I m creating an appln in which i want the list of the icons and appropriate name for tht in the list box, i did it by using listview. but the prob is i want to load the SVG images (Scalable Vector Graphics) Tiny. Flow is like this, SVG images need to be stored in the database and i have to fetch it and attach it in the list. My Question is HOW to use SVG images Does .Net supports it i found frm many research that it possible but i m not getting the way how to implement it. Whenever i try to load SVG image it like device not support it. How to proceed

I need help.thanx in advance.





Answer this question

Problem related showing icons on the devices

  • Puzzled

    thanx for the reply. Ya i knw its not supported. i m finding the SVG viewer for windows mobile, i got for windows, but cant find for windows mobile. All i m getting is for java enabled devices. 1 dll i installed but its not free and also its for .net 2003. I want help in finding such component by which i can load svg on windows mobile 5.0 devices. thanx for the help.

    Any details regarding this would be of gr8 help to me.


  • dotHuman

    Hi

    .NET does not support SVG out of the box.
    What you would do is searching a SVG Viewer component that can be embedded in your software.

    The following site list some products that may work for you: http://www.svgi.org/index.html



  • Problem related showing icons on the devices