1
vote
2answers
48 views
ppt/pptx converter to html or other format
I'm just wandering if anybody know an open source project devoted to convert ppt (or pptx) file to an easy to render format - html, jpg or other picture type, pdf...
I've developed some code to start …
0
votes
1answer
201 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 ProgressBarTrack.
I …
0
votes
2answers
54 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>
{
public T DataValue{ …
1
vote
1answer
58 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 API's to convert this …
1
vote
3answers
107 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 Suffix List from …
0
votes
6answers
106 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 converter first.
I have …
0
votes
1answer
98 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 field is a Decimal type …
0
votes
3answers
168 views
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 …
0
votes
0answers
21 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 also if JSR not …
1
vote
4answers
94 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 = "East"
return "4"
…
1
vote
1answer
152 views
Ruby XML to JSON Converter?
Is there a library to convert xml to json in ruby?
0
votes
2answers
414 views
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 …
1
vote
3answers
161 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 work (Show "Unknown …
0
votes
1answer
151 views
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 …
0
votes
5answers
97 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?
