Click here to Skip to main content
15,912,578 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can I format a text selection in bold AND italic? Pin
OriginalGriff7-Jun-16 0:45
mveOriginalGriff7-Jun-16 0:45 
Questionsend an acknowledgement in serial port listner Pin
Member 125557476-Jun-16 21:00
Member 125557476-Jun-16 21:00 
AnswerRe: send an acknowledgement in serial port listner Pin
Richard MacCutchan6-Jun-16 21:16
mveRichard MacCutchan6-Jun-16 21:16 
GeneralRe: send an acknowledgement in serial port listner Pin
OriginalGriff6-Jun-16 21:56
mveOriginalGriff6-Jun-16 21:56 
GeneralRe: send an acknowledgement in serial port listner Pin
Richard MacCutchan6-Jun-16 22:11
mveRichard MacCutchan6-Jun-16 22:11 
QuestionC# windows application with SQL Server Pin
Zeyad Jalil6-Jun-16 0:12
professionalZeyad Jalil6-Jun-16 0:12 
AnswerRe: C# windows application with SQL Server Pin
Richard MacCutchan6-Jun-16 0:42
mveRichard MacCutchan6-Jun-16 0:42 
GeneralRe: C# windows application with SQL Server Pin
Zeyad Jalil6-Jun-16 0:50
professionalZeyad Jalil6-Jun-16 0:50 
GeneralRe: C# windows application with SQL Server Pin
Richard MacCutchan6-Jun-16 1:10
mveRichard MacCutchan6-Jun-16 1:10 
AnswerRe: C# windows application with SQL Server Pin
Dave Kreskowiak6-Jun-16 3:05
mveDave Kreskowiak6-Jun-16 3:05 
RantRe: C# windows application with SQL Server Pin
Mycroft Holmes6-Jun-16 14:21
professionalMycroft Holmes6-Jun-16 14:21 
GeneralRe: C# windows application with SQL Server Pin
Dave Kreskowiak6-Jun-16 18:36
mveDave Kreskowiak6-Jun-16 18:36 
QuestionWhy can't I get any answers to the questions I put. Pin
Member 117408555-Jun-16 3:09
Member 117408555-Jun-16 3:09 
AnswerRe: Why can't I get any answers to the questions I put. Pin
Richard MacCutchan5-Jun-16 3:28
mveRichard MacCutchan5-Jun-16 3:28 
AnswerRe: Why can't I get any answers to the questions I put. Pin
OriginalGriff5-Jun-16 5:00
mveOriginalGriff5-Jun-16 5:00 
GeneralRe: Why can't I get any answers to the questions I put. Pin
PIEBALDconsult5-Jun-16 6:14
mvePIEBALDconsult5-Jun-16 6:14 
GeneralRe: Why can't I get any answers to the questions I put. Pin
OriginalGriff5-Jun-16 6:26
mveOriginalGriff5-Jun-16 6:26 
AnswerRe: Why can't I get any answers to the questions I put. Pin
V.5-Jun-16 19:42
professionalV.5-Jun-16 19:42 
GeneralRe: Why can't I get any answers to the questions I put. Pin
OriginalGriff5-Jun-16 20:06
mveOriginalGriff5-Jun-16 20:06 
GeneralRe: Why can't I get any answers to the questions I put. Pin
V.5-Jun-16 20:14
professionalV.5-Jun-16 20:14 
GeneralRe: Why can't I get any answers to the questions I put. Pin
Member 117408556-Jun-16 0:46
Member 117408556-Jun-16 0:46 
GeneralRe: Why can't I get any answers to the questions I put. Pin
Richard MacCutchan6-Jun-16 1:13
mveRichard MacCutchan6-Jun-16 1:13 
QuestionCurrency Converter Pin
Member 108502534-Jun-16 5:50
Member 108502534-Jun-16 5:50 
AnswerRe: Currency Converter Pin
Pete O'Hanlon4-Jun-16 7:15
mvePete O'Hanlon4-Jun-16 7:15 
AnswerRe: Currency Converter Pin
BillWoodruff4-Jun-16 15:42
professionalBillWoodruff4-Jun-16 15:42 
It appears the author of this March 2007 article has not answered a question on the article since July 2007.

I was able to download the source code, open the project in VS 2013, and compile with .NET FrameWork 4.5. I removed the ASP.Net example from the project. I set the WinForms Demo as the startup project.

The author put this code up as a signed assembly. You need to open the Zayko.Finance.CurrencyConverter Properties in the Solution Explorer and uncheck the 'use signed Assembly' in the Signing tab.

The code is making web-requests to Yahoo's finance server, and I wouldn't be surprised if some of the currency codes may have changed.

But, I was able to run the project and see some apparently valid conversions.

I suggest you consider code like this ... from articles several years old, with no recent replies by the author to comments ... as code you can study and learn from, rather than code you can use as-is for any real-world application.
«There is a spectrum, from "clearly desirable behaviour," to "possibly dodgy behavior that still makes some sense," to "clearly undesirable behavior." We try to make the latter into warnings or, better, errors. But stuff that is in the middle category you don’t want to restrict unless there is a clear way to work around it.» Eric Lippert, May 14, 2008

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.