Click here to Skip to main content
15,920,688 members
Home / Discussions / C#
   

C#

 
AnswerRe: help...................... Pin
Dave Kreskowiak2-Jan-09 19:51
mveDave Kreskowiak2-Jan-09 19:51 
AnswerRe: help...................... Pin
#realJSOP2-Jan-09 23:58
professional#realJSOP2-Jan-09 23:58 
Questionsound in c# Pin
BESHOY MARKO2-Jan-09 10:50
BESHOY MARKO2-Jan-09 10:50 
AnswerRe: sound in c# Pin
Kristian Sixhøj2-Jan-09 10:53
Kristian Sixhøj2-Jan-09 10:53 
GeneralRe: sound in c# Pin
BESHOY MARKO2-Jan-09 11:06
BESHOY MARKO2-Jan-09 11:06 
GeneralRe: sound in c# Pin
Kristian Sixhøj2-Jan-09 23:58
Kristian Sixhøj2-Jan-09 23:58 
GeneralRe: sound in c# Pin
CPallini3-Jan-09 2:58
mveCPallini3-Jan-09 2:58 
QuestionRetrieving data from the last line in a text file Pin
soulg772-Jan-09 7:35
soulg772-Jan-09 7:35 
basically, what I'm trying to do is just acquire a piece of data from the last line in a text file.

Not sure if it's enough but, this is the code I'm using as a base to build from.

public double LastATMBalance()
{
    double lastatmbal;

    foreach (DailyBalance dailybal in dailybalance)
    {
        lastatmbal = Convert.ToDouble(dailybal.ToString());
    }
    return lastatmbal;
}


and this is the format of the text file i'm using.

3/27/2000,4800
3/29/2000,7750
3/30/2000,6990
3/31/2000,5000
4/6/2000,5000
11/12/2004,5000
6/9/2004,9990
2/20/2006,5000
4/1/2006,5000
4/9/2006,5000


not sure anymore info is needed.
Thanks for any assistance provided.
GeneralRe: Retrieving data from the last line in a text file Pin
Luc Pattyn2-Jan-09 8:04
sitebuilderLuc Pattyn2-Jan-09 8:04 
AnswerRe: Retrieving data from the last line in a text file Pin
#realJSOP2-Jan-09 8:25
professional#realJSOP2-Jan-09 8:25 
Questionpassing a value from one method to another method without calling the method, infact no relation exists between two methods, just value is needed. Pin
suni_dotnet2-Jan-09 6:15
suni_dotnet2-Jan-09 6:15 
AnswerRe: passing a value from one method to another method without calling the method, infact no relation exists between two methods, just value is needed. Pin
Colin Angus Mackay2-Jan-09 7:07
Colin Angus Mackay2-Jan-09 7:07 
Questionmy senario Pin
suni_dotnet2-Jan-09 8:41
suni_dotnet2-Jan-09 8:41 
AnswerRe: my senario Pin
Colin Angus Mackay2-Jan-09 12:42
Colin Angus Mackay2-Jan-09 12:42 
AnswerRe: passing a value from one method to another method without calling the method, infact no relation exists between two methods, just value is needed. Pin
Christian Graus2-Jan-09 7:25
protectorChristian Graus2-Jan-09 7:25 
GeneralRe: passing a value from one method to another method without calling the method, infact no relation exists between two methods, just value is needed. Pin
#realJSOP2-Jan-09 7:33
professional#realJSOP2-Jan-09 7:33 
Questiona question about information retrieval system Pin
farzaneh_10732-Jan-09 6:13
farzaneh_10732-Jan-09 6:13 
AnswerRe: a question about information retrieval system Pin
Christian Graus2-Jan-09 7:26
protectorChristian Graus2-Jan-09 7:26 
QuestionThe problem to make the marker size of Legend bigger with MS chart control Pin
Seraph_summer2-Jan-09 4:34
Seraph_summer2-Jan-09 4:34 
Questioncomparisons between Zedgraph and MS chart control Pin
Seraph_summer2-Jan-09 4:07
Seraph_summer2-Jan-09 4:07 
AnswerRe: comparisons between Zedgraph and MS chart control Pin
#realJSOP2-Jan-09 4:27
professional#realJSOP2-Jan-09 4:27 
GeneralRe: comparisons between Zedgraph and MS chart control Pin
Seraph_summer2-Jan-09 4:33
Seraph_summer2-Jan-09 4:33 
GeneralRe: comparisons between Zedgraph and MS chart control Pin
#realJSOP2-Jan-09 4:42
professional#realJSOP2-Jan-09 4:42 
GeneralRe: comparisons between Zedgraph and MS chart control Pin
Christian Graus2-Jan-09 5:41
protectorChristian Graus2-Jan-09 5:41 
GeneralRe: comparisons between Zedgraph and MS chart control Pin
Dave Kreskowiak2-Jan-09 6:13
mveDave Kreskowiak2-Jan-09 6:13 

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.