Click here to Skip to main content
15,886,799 members
Home / Discussions / C#
   

C#

 
QuestionReading .dbc file in C# Pin
Niungareamit18-Jul-10 20:14
Niungareamit18-Jul-10 20:14 
AnswerRe: Reading .dbc file in C# Pin
V.18-Jul-10 20:32
professionalV.18-Jul-10 20:32 
AnswerRe: Reading .dbc file in C# Pin
Richard MacCutchan18-Jul-10 22:33
mveRichard MacCutchan18-Jul-10 22:33 
QuestionReading Microsoft Project file problem Pin
DJ24518-Jul-10 17:42
DJ24518-Jul-10 17:42 
AnswerRe: Reading Microsoft Project file problem Pin
Peace ON18-Jul-10 22:49
Peace ON18-Jul-10 22:49 
QuestionC# version of C++ code Pin
gordon305618-Jul-10 16:06
gordon305618-Jul-10 16:06 
AnswerRe: C# version of C++ code [modified] Pin
JF201518-Jul-10 18:08
JF201518-Jul-10 18:08 
AnswerRe: C# version of C++ code Pin
Dave Doknjas19-Jul-10 10:52
Dave Doknjas19-Jul-10 10:52 
To get identical behavior you should also use the Convert.String method in the converted code since that's just a framework call and not syntax:

<pre>this.label1.Text = Convert.ToString( nums[1] );</pre>

David Anton
Convert between VB, C#, C++, & Java
www.tangiblesoftwaresolutions.com
QuestionHow to draw and smooth Polyline. Pin
tranvantinhpt18-Jul-10 16:05
tranvantinhpt18-Jul-10 16:05 
AnswerRe: How to draw and smooth Polyline. Pin
Abhinav S18-Jul-10 18:24
Abhinav S18-Jul-10 18:24 
GeneralRe: How to draw and smooth Polyline. Pin
tranvantinhpt18-Jul-10 18:42
tranvantinhpt18-Jul-10 18:42 
QuestionCopying table Pin
humayunlalzad18-Jul-10 13:51
humayunlalzad18-Jul-10 13:51 
AnswerRe: Copying table Pin
Mycroft Holmes18-Jul-10 14:29
professionalMycroft Holmes18-Jul-10 14:29 
GeneralRe: Copying table Pin
harold aptroot18-Jul-10 14:38
harold aptroot18-Jul-10 14:38 
GeneralRe: Copying table Pin
humayunlalzad18-Jul-10 17:53
humayunlalzad18-Jul-10 17:53 
AnswerRe: Copying table Pin
PIEBALDconsult18-Jul-10 15:56
mvePIEBALDconsult18-Jul-10 15:56 
AnswerRe: Copying table Pin
Abhinav S18-Jul-10 18:25
Abhinav S18-Jul-10 18:25 
GeneralRe: Copying table Pin
humayunlalzad18-Jul-10 18:42
humayunlalzad18-Jul-10 18:42 
GeneralRe: Copying table Pin
PIEBALDconsult19-Jul-10 3:17
mvePIEBALDconsult19-Jul-10 3:17 
GeneralRe: Copying table Pin
humayunlalzad19-Jul-10 12:28
humayunlalzad19-Jul-10 12:28 
GeneralRe: Copying table Pin
PIEBALDconsult19-Jul-10 15:42
mvePIEBALDconsult19-Jul-10 15:42 
GeneralRe: Copying table Pin
humayunlalzad24-Jul-10 5:47
humayunlalzad24-Jul-10 5:47 
GeneralRe: Copying table Pin
PIEBALDconsult24-Jul-10 5:49
mvePIEBALDconsult24-Jul-10 5:49 
QuestionXml validation in c# Pin
kunthavai18-Jul-10 13:16
kunthavai18-Jul-10 13:16 
AnswerRe: Xml validation in c# Pin
Eslam Afifi18-Jul-10 13:37
Eslam Afifi18-Jul-10 13:37 

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.