CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Stevish

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,539

    setting default DateTime control

    Hello!

    I have two dateTime controls, one for a start date of search and one for end date. I'm using the dates to search
    file creation dates and then storing them into a array. I would like to...
  2. Replies
    1
    Views
    1,080

    Some find work input please

    Hello!

    What I'm doing
    ---------------

    I am reading a file one line at a time, when I hit the 16th line I split it and fill 3 arrays with values I want.
    I have gotten some really good help on...
  3. Replies
    2
    Views
    1,139

    Question about methods and classes

    Hello!

    Ok I'm making something sort of on the fly and I have learned it's not a good way. That said I was wondering something that
    is pretty simple but I'm not sure about. That is should I just...
  4. Replies
    3
    Views
    1,289

    Re: File reading hlep

    Ok I have read each file into an array and now I want to read the file back out of the array one line at a time. Can
    anybody point me on how to do this?

    I'm looping through the array with a...
  5. Replies
    3
    Views
    1,289

    File reading hlep

    Hello!

    Ok I was wondering what would be the best way to read a group of files and grab the 16th line from each? This is what I'm trying to do

    I let the user pick the directory where the files...
  6. Replies
    9
    Views
    2,597

    Re: setting a var problem

    Thank you very much in helping understand this stuff better, I look forward to reading the above links.
    You examples have really helped me a lot as well, again thank you so much and I hope to have...
  7. Replies
    9
    Views
    2,597

    Re: setting a var problem

    OK I was wondering if you could maybe point me to a page that will walk me through making a whole forms program.
    What I'm trying to do if let a user picks type a folder location and then pick a type...
  8. Replies
    9
    Views
    2,597

    Re: setting a var problem

    Ok so should I do something like this.

    in my other .cs file I have a class called instronProgram that has this line of code in it.



    public string dirLocation { get; set; }


    and I changed...
  9. Replies
    9
    Views
    2,597

    Re: setting a var problem

    It seems that this works





    FolderBrowserDialog fdb = new FolderBrowserDialog();
    fdb.Description ="Please choose the directory your .rlt files are located in";
    ...
  10. Replies
    9
    Views
    2,597

    setting a var problem

    Hello!

    I am really new to this and was wondering if somebody could have a look at this. What I'm trying to do is get the selected folder value put into my dirlocation var.


    private void...
  11. Replies
    5
    Views
    1,847

    Re: can't seem to set var

    Sorry to have posted in wrong spot, thought I clicked the right one.

    Sorry again

    Stephen
  12. Replies
    5
    Views
    1,847

    can't seem to set var

    Hello!

    I am really new to this and was wondering if somebody could have a look at this. What I'm trying to do is get the selected folder value put into my dirlocation var.



    private...
Results 1 to 12 of 12





Click Here to Expand Forum to Full Width

Featured