Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to read CSV file which the data in File is not clear ! Pin
Richard MacCutchan2-May-19 23:32
mveRichard MacCutchan2-May-19 23:32 
AnswerRe: How to read CSV file which the data in File is not clear ! Pin
BillWoodruff3-May-19 2:42
professionalBillWoodruff3-May-19 2:42 
AnswerRe: How to read CSV file which the data in File is not clear ! Pin
Gerry Schmitz3-May-19 3:52
mveGerry Schmitz3-May-19 3:52 
AnswerRe: How to read CSV file which the data in File is not clear ! Pin
#realJSOP4-May-19 4:49
professional#realJSOP4-May-19 4:49 
QuestionLiterally my first "program", and I'm trying to break it down. Pin
Member 143531442-May-19 13:36
Member 143531442-May-19 13:36 
AnswerRe: Literally my first "program", and I'm trying to break it down. Pin
Member 143531442-May-19 13:44
Member 143531442-May-19 13:44 
GeneralRe: Literally my first "program", and I'm trying to break it down. Pin
Gerry Schmitz2-May-19 13:57
mveGerry Schmitz2-May-19 13:57 
AnswerRe: Literally my first "program", and I'm trying to break it down. Pin
OriginalGriff2-May-19 21:28
mveOriginalGriff2-May-19 21:28 
If your code doesn't do what you think it should, asking a question of others isn't the first thing you should do!
Visual Studio is an "IDE" - short for "Integrated Development Environment" - and that means it contains a lot of tools designed to help you create your code. One of the most important is the debugger, which lets you run your code (and even change it!) while you look at what is going on.
Have a look here: First look at the debugger - Visual Studio | Microsoft Docs[^] and it will help you get started with it - it may seem like a lot of effort, but the basics you will pick up really quickly, and a good familiarity with the debugger will save you a huge amount of time and hair pulling later! Most developers probably spend more time there than actually writing code Big Grin | :-D
Sent from my Amstrad PC 1640
Never throw anything away, Griff
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!

QuestionSoftware/Tool for Form Designing to be user on cross platform Pin
Singh Anita2-May-19 3:23
Singh Anita2-May-19 3:23 
AnswerRe: Software/Tool for Form Designing to be user on cross platform Pin
Richard MacCutchan2-May-19 3:36
mveRichard MacCutchan2-May-19 3:36 
QuestionDéveloppement général Pin
Member 1434980630-Apr-19 5:52
Member 1434980630-Apr-19 5:52 
AnswerRe: Développement général Pin
OriginalGriff30-Apr-19 6:32
mveOriginalGriff30-Apr-19 6:32 
AnswerMODBUS RTU Pin
Luc Pattyn30-Apr-19 9:01
sitebuilderLuc Pattyn30-Apr-19 9:01 
AnswerRe: Développement général Pin
Gerry Schmitz30-Apr-19 20:56
mveGerry Schmitz30-Apr-19 20:56 
QuestionNewbie: if/else Pin
Member 1434938430-Apr-19 2:38
Member 1434938430-Apr-19 2:38 
AnswerRe: Newbie: if/else Pin
OriginalGriff30-Apr-19 3:10
mveOriginalGriff30-Apr-19 3:10 
GeneralRe: Newbie: if/else Pin
Member 1434938430-Apr-19 4:23
Member 1434938430-Apr-19 4:23 
GeneralRe: Newbie: if/else Pin
OriginalGriff30-Apr-19 4:30
mveOriginalGriff30-Apr-19 4:30 
GeneralRe: Newbie: if/else Pin
Richard MacCutchan30-Apr-19 5:47
mveRichard MacCutchan30-Apr-19 5:47 
GeneralRe: Newbie: if/else Pin
OriginalGriff30-Apr-19 5:52
mveOriginalGriff30-Apr-19 5:52 
GeneralRe: Newbie: if/else Pin
Richard MacCutchan30-Apr-19 6:02
mveRichard MacCutchan30-Apr-19 6:02 
GeneralRe: Newbie: if/else Pin
OriginalGriff30-Apr-19 6:28
mveOriginalGriff30-Apr-19 6:28 
GeneralRe: Newbie: if/else Pin
Richard MacCutchan30-Apr-19 21:32
mveRichard MacCutchan30-Apr-19 21:32 
AnswerRe: Newbie: if/else Pin
BillWoodruff30-Apr-19 18:07
professionalBillWoodruff30-Apr-19 18:07 
AnswerRe: Newbie: if/else Pin
David A. Gray3-May-19 7:40
David A. Gray3-May-19 7:40 

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.