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...
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...
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...
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...
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!
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.