Search:

Type: Posts; User: BumpaPumpa

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    2,495

    Re: Read in directory content in name order

    I need a method that uses the current code I have sorry
  2. Replies
    3
    Views
    2,495

    Read in directory content in name order

    In a program I am developing the locations of a directory on my computer are read in to an array. However the files in the array are arbitrarily ordered.

    The code I have is:


    Directorycontents...
  3. Replies
    1
    Views
    1,786

    [RESOLVED] datediff function not working

    I have a string called datestring which contains the string "23, 06, 2015"
    I was trying to use the DateDiff and Parseexact function to find the number of days between today see if i could get the...
  4. Replies
    1
    Views
    4,304

    writing tab delimited files into an array

    I have a text file called text.txt in the location C:\testfolder
    in this file there are four values separated by tab (chr(9)) values like so (note that (chr(9) represents a tab spacing and not...
  5. Re: printing values a tab delimited array

    yeah I'm kinda new to this :blush:

    this i just a module i'm using as a test run for a larger project, which is why i'm using the rich text box, to see if it works
    I declared the array to hold 4...
  6. Replies
    4
    Views
    5,625

    Re: array names algorithm

    Thanks! that was exactly what i was looking for.
  7. Replies
    4
    Views
    5,625

    Re: array names algorithm

    would you mind incorporating that example into my loop?
  8. [RESOLVED] printing values a tab delimited array

    *EDIT*
    This program has been changed so that it uses a 2 dimensional array instead of a 1 demensional array, so now instead of the data being stored as: ValueArray(0) = test 1, it will be saved as...
  9. Replies
    4
    Views
    5,625

    [RESOLVED] array names algorithm

    I need to write an algorithm that can automatically read a string into up to 50 arrays. The name of each array is valuearray followed by the array number i.e. the 3rd array would be valuearray3()
    ...
  10. [RESOLVED] Create new aray on button click

    I'm developing a program that reads in the contents of all tab delimited value text files in an array, and then assigns the different values within the file into arrays. This means that for each file...
  11. Replies
    4
    Views
    921

    Date subtraction to create integrer

    I've been trying to create a program that minuses the current date from a user designated future date and produce the number of days between those dates, for example (in dd/mm/yyyy), 1/7/2015 -...
  12. Re: Read contents of text files in a director into an array

    can you give me an example of some code?
  13. [RESOLVED] Read contents of text files in a director into an array

    Hi
    I'm making a program in Visual Basic, and i'm trying to find out how to read the contents of a directory into an array. In a loaction, for example, "C:\samplefolder", there are an unspecified...
  14. Thread: Foobar

    by BumpaPumpa
    Replies
    1
    Views
    659

    Foobar

    Hi. I was given a bit of homework to design an algorithm that writes the word FOO when a value is a mutiple of 3, BAR when a value is a multiple of 5, and FOOBAR when it is a multiple of both. I have...
  15. Replies
    2
    Views
    701

    splash screen issues

    I've finally finished coding my scorekeeper but I'm having trouble with the splash screen.
    I edited the title to say "Basketball scoring system"
    The version to say "version 1.0.0"
    and the...
  16. Re: How to close form after message box is displayed

    I just had to type Me.Close() underneath the previous code. Thanks for that.
  17. [RESOLVED] How to close form after message box is displayed

    Okay, so I've almost finished this project and I need to create a button that displays the final results of a basketball game. I know how to display the results, and this is the code I've written:
    ...
  18. Re: Debugging not working propperly VBstudio 2010

    I just deleted the Obj and bin data from my project folder and it's working now. Thanks
  19. Re: Debugging not working propperly VBstudio 2010

    where's that? I'm fairly new to this. As in I've only used this like 3 or 4 times.
  20. [RESOLVED] Debugging not working propperly VBstudio 2010

    I opened up one of my visual basic projects today and I noticed that the text in some of the buttons and text boxes was too big to fit into them, so I made it smaller so it fit, and I also made some...
  21. How to make text appear in a textbox by pushing a button

    Hi vbforums
    Okay so I've been given this task to do but I'm still new to programming and this is really far ahead of what I'm up to. Basically I have two buttons and one text box. When I press one...
  22. Re: Making a text appear in a message box based on the situation.

    I need it to appear in a text box i have labelled textbox3
  23. Making a text appear in a message box based on the situation.

    Hi
    I'm currently coding a basketball scoring system in VBE2008, and I need a message to appear in a message box when the scores for both sides are the same and different
    When the home side is in...
Results 1 to 23 of 23



Click Here to Expand Forum to Full Width