converter

java parse html + css and convert the output to different lang

Hello all i need to understand html + css files and convert it to somthing like rtf layot in java now i understand i need somekind of html parser but what i need to do from there ? how can i implement html-css convertor ? is there somekind of patern or method for such jobs? ...

How to set the SystemColors.HighlightBrushKey in WPF with a Converter...

Hi, I im trying to set the SystemColors.HighlightBrushKey always a bit darker than the Background of the selected Row. Therefore im using this Code: App.xaml: <WPFTests2:SelectionBackgroundConverter x:Key="SelectionBackgroundConverter"/> <SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="{Binding ...

How can I convert Perl to C?

Is there a tool available which will convert source code in Perl to source code in C? Any platform is fine. ...

WPF, passing variable to converter inside data template

Hi, I assume this is possible but not sure how to do it. I need to pass the value of a class level variable to a converter, from within side a data template. <DataTemplate x:Key="ResponseItemTemplate"> <StackPanel Orientation="Horizontal" > <StackPanel.Visibility> <MultiBinding Converter="{StaticReso...

How to embed a .png in a .swf to show in flash app (DIY map)

Hey guys, I am using the cool map making program DIY map and i want to keep my points as images. However, you can only set .swfs and jpgs as image points. The author of the program says quote: Unfortunately, Flash can not load GIF’s or PNG’s dynamically, but you can embed these into an SWF. PNG’s embedded into an SWF will also displ...

Convert XHTML to XAML FlowDocument

Dear All Does anybody invent a workable converter program that can convert XHTML file to FlowDocument xml file? I need this because my XHTML document have nested tag and it make my converter xslt thrown exceptions. any ideas? I appericate all replys and your times. Best regards -Ariso ...

MPEG to AVI library

Hi, I am searching for a library that can convert MPEG to AVI. Is there a good one for this purpose? Thanks in advance. (My program is written in VC++, Thanks) (I am using DirectShow.But I don't know how to use it to convert MPEG to AVI ? I know how to build graph and render video that already has an appropriate codec) ...

Audio Conversion C#

What is the best way to convert various audio formats to PCM? For example: mp3, evrc, ogg vox. Is there a library out there that will allow me to implement this relatively easily? EDIT: I guess my initial question wasn't really what I needed. Most of the libs I have found are file converters. What I need is a block converter, wher...

What programming language do people code image files with?

I'm trying to do some image file work, specifically convert one image file format to another. Does anyone know of any examples/guides for how one might accomplish this? What kinds of programming languages is this generally done with? Edit: Apparently I know so little about this I don't even know the important info to tell you :) So I'm...

convert MHT files to images

Hi, Are there any libraries or APIs available to convert MHT files to images? Can we use Universal Document Converter software to do this? Appreciate any thoughts. ...

Custom JavaScriptConverter for DateTime ??

I have an object, it has a DateTime property... I want to pass that object from an .ashx handler back to a webpage via AJAX/JSON... I don't want to use 3rd party controls... when I do this: new JavaScriptSerializer().Serialize(DateTime.Now); I get this: "\/Date(1251385232334)\/" but I want "8/26/2009" (nevermind localization....

String to Image WPF Converter

How to code a converter in WPF to display four status icons in WPF, In my project I am planning to display following four status based on certain conditions 1) Red Dot icon - Unsaved data 2) Green Dot icon - Save successful 3) White Dot icon OR No icon - window has Initialized successfully and there is no unsaved data. 4) Error icon - ...

Convert from SQL Server to Oracle SQL

I have 3 very large stored procedure I need convert from SQL Server to Oracle, is that a converter out there that anyone has tried that would work for this? I really don't want to have to do this manually if there is another option. ...

Need Customizable Currency converter

Hi Everyone, I want to add "currency converter" to my web site. I have used javascript form currency-converter.com. But I want a converter whose layout can be customizable. Anybody help??? Thanks in advance. ...

infix to postfix converter

Hi. I have been working on this infix to postfix/polis notation converter. Although, I do not feel the solution is adequate. Specifically the j (EDIT: Now called index) variable is bugging me. Do you guys have any suggestions? Or perhaps there is a much better way to accomplish it? Or do I just worry too much? public static string[] I...

Wpf Data Binding using IMultiValueConverter and casting errors

As part of learning WPF I just finished working through an MS Lab Exercise called "Using Data Binding in WPF" (http://windowsclient.net/downloads/folders/hands-on-labs/entry3729.aspx). To illustrate using an IMultiValueConverter, there is a pre-coded implementation of one where the boolean result is used to determine whether the data bi...

Video Format Analyzer

Hi, I have a video file I don't know what format it is. Is there a software can analyze what kind of video container / compression format it uses? I tried Gspot, but it doesn't work (Show "Unknown format") I am sure the file is using some kind of public standard codec because I can use a media converter convert it to avi or mpg4 file...

What tool can I use to convert C# 3 to VB.Net 9 .Net 3.5?

What tool can I use to convert C# 3 to VB.Net 9 .Net 3.5? ...

Ruby XML to JSON Converter?

Is there a library to convert xml to json in ruby? ...

Convert downgrade Linq to normal C# .NET 2.0 for domainname-parser codes that use publicsuffix.org

Hi, Based on this answer http://stackoverflow.com/questions/288810/get-the-subdomain-from-a-url, I am trying to use code.google.com/p/domainname-parser/ that will use Public Suffix List from publicsuffix.org to get subdomain and domain for managing my cookie collection. In the current moment, Domainname-parser is the only .NET code I f...