Click here to Skip to main content
15,885,767 members

List format converter help

Member 13621621 asked:

Open original thread
So I'm still getting use to VB.NET as I haven't had much time to play with it, and haven't done alot of coding since back in the vb6 days. Anyways, I'm working on a small personal project for me and my business partner to handle certain customer information.

Basically it just has a few text boxes and buttons to enter information, name, account status, contact info, ect. then loads the information into a list and saves it. There's a few different list boxes the information moves between, for instance, previous customer, current customer, outstanding balance, ect.

What I'm wanting to do to make our lives easier with this program and running into an issue figuring out HOW to do it is quite simple I think. I'm just too rusty to figure it out right away. When we import/export an account from or to a list (Outside the program) it's formatted like so:

"Name - Residential/Business - Account Status"

What I'd like to add is a feature to format the list differently for different purposes. Sometimes we need the list formatted with a - between the 3 pieces of data exported/imported, sometimes we need a :. I know it HAS to be simple to make a function to load a list that's formatted like

"user:account:status" and convert it to "user - account - status"

Also would like to be able to change the order as well in the conversion if possible, instead of per say "user:account:status" to "account:status:user" ect.

Just can't for the life of me get my head back into coding quickly enough to figure something so simple out. Sorry for the book and thanks in advance for ALL help ANYONE might give me on this! If it's any constellation to the matter I'm using Visual Studio 2013 at the moment.

What I have tried:

I can export the data from 3 separate text boxes with the preferred symbol separating them, but can't for the life of me figure out how to import a file and put the proper data in the proper box or reformat the way it's separated
Tags: Convert, ListControl, Conversion, Formating

Plain Text
ASM
ASP
ASP.NET
BASIC
BAT
C#
C++
COBOL
CoffeeScript
CSS
Dart
dbase
F#
FORTRAN
HTML
Java
Javascript
Kotlin
Lua
MIDL
MSIL
ObjectiveC
Pascal
PERL
PHP
PowerShell
Python
Razor
Ruby
Scala
Shell
SLN
SQL
Swift
T4
Terminal
TypeScript
VB
VBScript
XML
YAML

Preview



When answering a question please:
  1. Read the question carefully.
  2. Understand that English isn't everyone's first language so be lenient of bad spelling and grammar.
  3. If a question is poorly phrased then either ask for clarification, ignore it, or edit the question and fix the problem. Insults are not welcome.
  4. Don't tell someone to read the manual. Chances are they have and don't get it. Provide an answer or move on to the next question.
Let's work to help developers, not make them feel stupid.
Please note that all posts will be submitted under the http://www.codeproject.com/info/cpol10.aspx.



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900