0
votes
0answers
17 views
J2ME to WinMo Converters
I am interested in a J2ME to native WinMo converter (6.x, optionally 5.x). I have a working LWUIT application, using the following J2ME APIS:
MIDP 2.0, CLDC 1.1,
Optional (=runs …
1
vote
1answer
36 views
How to Convert &&++%% in html page to normal string?
I working in MFC and get the following code in html :
&&++%%
actually it is &&++%%
here is a table of specialcharacters, is there any AP …
0
votes
2answers
29 views
WPF binding with explicit conversion.
Hello everyone,
My question may be a repeat of other conversion question but I feel mine is different.
Here goes... [simplified example].
public class DataWrapper<T>
{
…
0
votes
1answer
63 views
Silverlight 3 ProgressBar Template
Hi All,
I am trying to retemplate a Silverlight3 progress bar, to show the "Value" in a TextBlock within the ProgressBarIndicator, and the "Maximum" in another textblock in the Pr …
1
vote
3answers
89 views
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 Suffi …
0
votes
3answers
206 views
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 …
0
votes
1answer
68 views
Silverlight XAML Binding — Decimal to Double
I've got some Columns in a DataGridView that have their Binding property set to something like the following:
Binding="{Binding NetPrice}"
The problem is that this NetPrice fiel …
5
votes
3answers
813 views
Are there any recent Lua to JavaScript converters or interpreters somewhere?
I need to find a good Lua to JavaScript converter; lua2js on luaforge.org is out of date (3 or so years old and looks like it doesn't work on Lua 5.1) and I haven't yet found anyth …
0
votes
6answers
79 views
WPF: how to use 2 converters in 1 binding?
I have a control that I want to show/hide, depending on the value of a boolean.
I have a NegatedBooleanConverter (switches true to false and vice versa) and I need to run this con …
0
votes
2answers
46 views
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.
Any …
2
votes
2answers
946 views
Convert Javacript code to VBScript code?
I have been given a task to convert code that is written in JavaScript over to VBScript.
It is actually quite basic code and it is really just the syntax that needs to be converted …
1
vote
4answers
87 views
Tool to help write Excel formulas and IF statements?
This is an Excel formula with nested IF statements:
=IF((B2="East"),4,IF((B2="West"),3,IF((B2="North"),2,IF((B2="South"),1,""))))
To essentially accomplish this:
If cell B2 = " …
1
vote
1answer
110 views
Ruby XML to JSON Converter?
Is there a library to convert xml to json in ruby?
0
votes
5answers
95 views
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?
1
vote
3answers
125 views
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 …
