Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. vb1720

    How to convert tab delimited files to comma delimited files

    Bad news. :( Even though my code worked on a test file using notepad file in tab delimited format, converting the tabs to commas, it did not work on the actual file. I wonder if the actual files are not tab delimited but possibly just spaces in between? Here is the actual file in its actual...
  2. vb1720

    How to convert tab delimited files to comma delimited files

    Rick, your awesome 3 line of code WORKED!!!! My jaw was all the way to the floor when I saw the result I wanted!! :) Thank you very much!! You rock!!!
  3. vb1720

    How to convert tab delimited files to comma delimited files

    Thanks to the replies on my question! I wish I had VB6 with the ONE line code! :) But I am stuck with a free edition of vb 2005 express but it is not too bad. What would the one line code be like in vb6? Rick, I will try the three line code....and let you know how that goes! Off to...
  4. vb1720

    How to convert tab delimited files to comma delimited files

    Hello, I have tried the code where I replace TABS with commas in a notepad file (.txt) but it does not seem to be working. Here is the code I wrote, let me know if I am missing something or if my logic is a bit off. :) Thanks for your help! Public Class Form1 Private Sub...
  5. vb1720

    How to convert tab delimited files to comma delimited files

    Thanks ThatRickGuy!! I get the concept now! :) So basically I use the class library application and start typing system.io then I get the list of objects, methods and namespaces. I am assuming this system.IO is best used with the class library application, not the windows application? Many...
  6. vb1720

    How to convert tab delimited files to comma delimited files

    I tried to install .net framework 2.0 and I do see it on my computer. I am confused as to how to put the system.IO code on VB.Net 2005 with the .net framework 2.0? Any advice would be greatly appreciated. Thanks!
  7. vb1720

    How to convert tab delimited files to comma delimited files

    Thanks for your help! Maybe I was not clear with the file format. I cannot have the notepad file (.txt) loaded in a text box. I need the program to read a notepad file that is tab delimited and replace the tabs with commas and then save it on the computer as a comma delimited file. Is this...
  8. vb1720

    How to convert tab delimited files to comma delimited files

    Hi, I'm a newbie on this forum. So please bear with me! :) I am at my wits end with my project using VB.Net 2005. I am trying to convert a tab delimited file to a comma delimited file. I will be using .txt file with data where they are seperated with tabs. I want to replace the tabs with...

Part and Inventory Search

Back
Top