Open A Text File In Which 3 Parallel Arrays Will Respecyively Store?

Aug 26, 2010

I need to know how to code a windows application program that will make it possible for customers to place orders online. Customers will have access to menu using a combobox,containing items available. The text file contains all menu items and the price of each item, as well as number of orders for each item. The file is created with a notepad containing 5 menu items.the first line contains the name of the item,second line contains the price and the third contains total number of orders which initially is 0. So far so good i know how to check if the file exists or not,and populating the the combobox, but ther's an instruction where i have ensure that the number of menu items does not exceed 100, and if so,should display an error message.and should validate to ensure that the total number of orders is>0,if not,re display the input box with a suitable message. Then on the save(menustrip),should write the whole textfile from arrays in memory,clear the combobox,display the message. Also has a process payment button where it should read through the arrays with a for next loop,then shouold write function called amount due,which recieves the total orders as a single data type,where the value for amount due is calculated as total orders*price.CAN SOMEONE PLEASE HELP ME OUT SINCE IM A BEGINNER IN VB2005.

View 1 Replies


ADVERTISEMENT

Open A Text File And Extract The Numbers Written There Into Arrays?

Feb 13, 2010

For my database program, I need to open a text file and extract the numbers written there into arrays.

View 2 Replies

Integer Arrays - User Enter In Big Integers Using - Two Parallel Arrays

Dec 10, 2009

My assignment is to have a user enter in big integers using what i think is two parallel arrays. I got this far but now im stuck. I think i need to actually convert the text box input into an array but i do not know how to do that. I am all over the place in this project.

'Created/ Revised by: Jessica Falcetta
'Cap 204 Final Project: Big Integer Project
'Project Purpose: To calculate large integers through parallel arrays

[CODE]...

View 5 Replies

How To Read Data From File And Store Into Specified Arrays

May 24, 2011

I have a data in the below format
number = 4
length = 7
force = 100
Now I want to read it in a format that it will check the string 'number' or 'length' or 'force' or whatever and stores this data into specified arrays or listboxes. Like a force() array or listboxforce.items()

View 2 Replies

Sort 2 Parallel Arrays?

Mar 13, 2012

how can i sort too parallel arrays?

[Code]....

Those are the two arrays now when i try array.sort(strflavor,decamountsold) or array.sort(decamountsold,strflavor) they are not arraigned properly. I am trying to get them to sort by which flavor sold the least and which flavor sold the most. However when i sort them, the flavors are not matching up with the decimal values.

View 8 Replies

Carver - Setting Up Parallel Arrays?

Nov 5, 2011

I just learned basic arrays, I'm writing a program the allows Professor Carver to display a grade based on the number of possible points he enters in the inputbox (strMax). Then the user enters the points he earned in the textbox (dblPoints)

Then I solve the percentage. dblResults = dblPoints/CDbl(strMax) The first step is to store the minimum percentage points in one dimensional array. I did that. The second step is to store the grades in one dimensional array. I did that. The arrays should be parallel arrays. Having trouble with it It then should display the corresponding grade from the strGrades array Not done. I'm having trouble to display arrays in that are parallel.

[Code]...

View 6 Replies

Index Search Of Parallel Arrays?

Feb 3, 2010

getting started with creating an index search for parallel arrays. When the user enters the specific "code", and presses enter, the information in the other arrays should be displayed based on its matching index. I'm pretty sure I use "For i = " but I'm lost. I have my arrays set up like this:

Dim code(9) As String
code(0) = "A"
code(1) = "H"

[code]....

View 3 Replies

VS 2005 Sorting Parallel Arrays

Jan 4, 2012

In Visual Basic 2005 is it possible to parallel sort three or maybe four arrays? I have a function that is trying to accomplish this but it only parallel sorts the second array with the Array that it is being sorted with. Here is the code

Sub ParallelListBoxSort(ByVal byList As ListBox, ByVal otherLists() As ListBox)
Dim ii As Integer = 0
Dim a As Integer = otherLists.Length

[Code]....

'listToArray' is just a function that converts a list to an 1-Dimensional array and 'setArrayToListCollection' just puts the array back into the appropriated list.

View 2 Replies

Loading User Input Into Parallel Arrays?

Jun 22, 2010

Ive been working on a checkbook application for my visual basic class and I'm a little stumped..

To preface, the values I need to mess with include:

transaction type (checking or deposit)
DTP
check number ("dep" if deposit)

[Code].....

Below is the Change I need to make to my program...

"You will create a set of either collections or arrays (your choice but use just one or the other--don't mix them) scoped at the form/module level. These structures will store all of the input data needed for your checkbook transactions except for the running balance which will continue to be stored in a single module-scoped variable. That is, every input that users made in Assignment 3 will be stored in one of these arrays but you will not store any calculated values. You will not store the transaction type but will store "Dep" or a number in the check number array which will also indicate the transaction type. The Record button will add the current sale's data to these structures using either ReDim for the arrays or an appropriate technique for the collections. (You must ReDim your arrays so that the have just enough space for the data that is in them. Declaring the arrays with a large size with no facility to resize them is not allowed. Don't forget to use the ReDim Preserve syntax to retain the existing array contents when you resize them.)"

I don't know if I make a single array for all the values or if I create a separate one for each. If its a separate one for each I don't understand why an array is needed.

View 9 Replies

Makin An Inventory Form With Parallel Arrays

Apr 28, 2010

I posted earlier about making a form with an inventory menu I realized i wasnt doing it the wrong way I am suppose to use 3 parallel arrays for Inventory Name, Quantity on hand, and Price. And then Im suppose to make four buttons recieve, ship, value, and print and it suppose to update the new quantity on hand text box this homework is really getting on my nerves Ive been tryin to do it for 2 weeks this is what i have

[Code]...

View 2 Replies

Using Parallel One-dimensional Arrays To Calculate A Letter Grade?

Jul 27, 2011

The exercise prior to this one had us use two parallel arrays that store a letter grade (A, B, C, D, F) and the minimum points needed for each grade. The user input the points earned by the student and the program shows their letter grade. It took a minute, but I got that one done, and it does what it's supposed to do.This exercise has us modify that exercise to ask for the (via InputBox in MainForm Load event) total points possible. The grade is then determined by percentage of the total points possible. For instance, if x is the user input, an "A" would be 90% of x.

View 4 Replies

VS 2010 Sort Parallel Arrays By Multiple Fields?

May 25, 2011

I have 7 parallel arrays, and I would like to sort them all by two of them. That is I have the following arrays...
_weeknum()

[code]....

View 9 Replies

Write A Program Using 2 Parallel Arrays Representing Grade Point And Grades?

Jan 31, 2010

I have to write a program using 2 parallel arrays representing grade point and grades. The grade points range from 0 to 500, however, we are only to use the minimum points per each letter grade in " points " array. This is shown in the code below. You then enter a number from 1 to 500, representing the grade points, and in turn it spits out your letter grade.My problem is this. When I enter a number, say 200, I get a letter " D " grade instead of an " F " grade. It appears that every number range I enter gives me one letter grade less than what it is supposed to be. Also, any number 450 to 500, representing an " A " grade does not even register in my Grades Label.

[Code]...

View 7 Replies

File I/O And Registry :: Opening A Text File Into Multiple Text Boxes Using Loops And Arrays

May 20, 2009

So I'm in the final stages of finishing a program I've been working on for nearly a year now, and this is basically my final hurdle. The Save dialogue is working beautifully, with 'flags' in order to switch it over from the regular input into text boxes to the Listbox input protocol.

However, I'm having a *** of a time getting it to take lines from the text file and put them in the proper text box. Here is an example file:

Quote:

SHOWNAME
CALLNAME
BREED

[Code]....

So with the sample file I provided above, in the textbox named callNameText would appear "SHOWNAME", and so on and so forth. With this build, I get a NullReferenceException on the "Me.Controls(strboxNames(i)).Text() = strAllText(ati)" line.

View 1 Replies

Open A File In A Hex Editor And Know That Each 2 Digits Is A Byte - Stored In Arrays ?

Dec 31, 2009

I can open a file in a hex editor and know that each 2 digits is a byte, they are 8 digits in binary correct?
How are they stored in arrays in VB.NET?

So if I have:

Dim xx() as byte =

What would I put after the equals? The hex digits from the hex editor? (This is just a program I'm not going to save, basically I don't want to open files to get etc. I want to put in the bytes in the code.)

View 4 Replies

How To Use Arrays To Store Sentences

Oct 9, 2010

I would like to learn how to use arrays to store sentences, then use a label or a button to show each one.

View 6 Replies

Using Arrays To Store And Divide?

Nov 8, 2008

i want to store the employees quarter sales and at the same time i want them to average with the companies quarter sales any ideas?

[URL]

Code:
Const intNUMBER_OF_EMPLOYEES As Integer = 10
Const intMAX_EMPLOYEE As Integer = intNUMBER_OF_EMPLOYEES - 1
' class level variables

[code].....

View 2 Replies

Multiple Arrays To Text File?

Apr 29, 2010

trying to save users names and passwords from input boxes and save it as arrays in text file that in future multiple users will log in with their names and passwords
have this code so far but doesnt realy save the user info to file, dont even create file.

Imports System.IO
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

[Code].....

View 15 Replies

Saving Arrays To Text File?

Apr 28, 2010

arrays saving to file that if new user account is added name and email address is saved. if in the future multiple users login in whe name and email address will match correct users.

here is what i got so far....

Public Class Form1
Public strName, strSurname, strEmail, strPassword As String
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As

[Code].....

View 2 Replies

StreamWritter Arrays To Text File?

Apr 29, 2010

lads, I'm having problems with saving user input to text file. Need use the streamWritter to write users names and passwords to text file I gues the arrays would work out but the code is mess and I'm stock with this:

[code]
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim file As System.IO.StreamWriter

[Code].....

View 3 Replies

Writing In Text-file Using 2 Arrays?

Nov 2, 2011

I'm trying to solve a problem I'm having with writing in a text file using 2 arraysthe first array is the normal text, line by line.g.

dim arrCode as string()
arrcode(0) = "This is the first line"
arrcode(1) = "The second line etc."

[code].....

View 6 Replies

Read And Write From One Text File To Two Arrays?

Apr 10, 2010

I've been making a program whereby users names and numbers must be stored in external files. At the moment I can get the names to read and write to a file with these lines:

Imports System.IO
Public Class frmDefaultMenu
Private Sub frmDefaultMenu_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

[Code].....

Where each line has a name, a seaparator (,) and then the corresponding number.

When the program loads I would like it to be able to access that file, and store all the names into an array named ExistingUsers() and all the Numbers into an array called ExistingNumbers(), and then when a new name is added in the textbox, it is assigned the number "100" and placed at the end of the array, then when the application quits OR straight away, the external files are updated.

View 5 Replies

Set X,y,z Values From Text File Into Separate Arrays

Nov 7, 2011

I have been trying to find out how to do this for days now, so I am finally asking how. I am newish to programming. Here is my problem.

I am trying to extract x,y,z coordinates from a text file arranged as such:

x,y,z
x,y,z
x,y,z
etc.

I need to be able to extract the x column into an array, the y into an array, and the z into an array. I learned how to pull it into a string, and how to split for every line, but i don't know how to split after each comma and separate them.

View 1 Replies

How To Store Two Text Box Value To Single Text File

Mar 11, 2011

i want to do is i need to store two text box value to single text file..i hav checked other soluttions bt can't figure out wats goin wrong with this code..[code]multiple times in more than one text boxes???? n is it possible to store more than one data in the txt file? for an example i want 2 store phone number, message.

View 4 Replies

Store Two Text Box Value To Single Text File?

Mar 11, 2011

i m jst a new bee in coding so i need a lil bit favour of urs ... all i want to do is i need to store two text box value to single text file!!!sry if the thread post earliar in the forum!!!i hav checked other soluttions bt can't figure out wats goin wrong with this code

[Code]...

View 4 Replies

Open And Re-open A .doc File In The Rich Text Box Control?

Apr 28, 2011

I saved a file with the extension .doc. I use the RichText to write and save the text. I did not set any encoding type when I saved it. When I tried to open the file in the Richtextbox again, I got all the formatting characters in the RTF file. How do I correct this? How do I open and re-open a .doc file in the Rich Text box control without the formatting showing up in the box with the document contents?

View 4 Replies

Reading And Writing Text File Data With Arrays?

May 3, 2009

Even a primer on just reading/writing to a text file would be golden. The array confuses me further, but understanding the data is primary.

Basically, we're writing a program to manage inventory for a bar. Fields and a few lines are below. The delimiter is "||"

So... How do we read the data into the arrays? NAME would be strName(), etc for all of them.

how to write and update existing data.

UID||BREWERY||NAME||SIZE||FORMAT||SEASONAL||PRICE||CASECOST||CASEQTY||BREWERYLOCATION||BREWSTYLE||ST YLE||ABV||CLASS
A0101.12B||Abita Brewing Company||Abita Amber||12

[Code].....

View 2 Replies

Reading From Text File With Parser And Storing Into Arrays (VB)

Jun 13, 2011

I'm trying to read data from a text file with multiple records and fields separated by tabs to store into arrays, which I later want to output into a textbox on the form. The problem is that with the code I've written, when I debug it it exits the sub procedure when it enters the first loop where the parser is reading the text file. There are no error messages, it just exits? I'm not even sure if what I've written is possible. Here's what I've written so far:

[Code]...

View 3 Replies

Parallel.For Termination - Service That Scans Network Folders Using A Parallel.for Method

Jan 16, 2012

I have a service that scans network folders using a parallel.for method. However recently I am finding if I stop the service then while windows says the service is stopped the process is still running in task manager. However it is at 0 cpu and the memory does not change. If I try and end the task (even a force in command prompt) it just says access denied and i have to reboot the server. What would be the best way to make sure everything terminates? I thought of adding a global Boolean that in the stop procedure it turns true and part of my parallel code will check for that and call s.stop.

View 1 Replies

Random Name Generator Loading Multiple Arrays From Text File

Jul 27, 2011

I have learnt how to create a basic random word generator. I now want to take this further but I would like to know if what I am thinking of is possible. I am in the process of wanting to create a random name/word generator which reads/loads an array from a text file. think this part I will be Ok with as there are some vids and tutorials about. However, I wish for the text file to have multiple arrays and then dependant on the day and time of the day, only a string from the current time array is loaded. Does that make sense and is it possible? I am happy to spend time learning how to do this but only if it is possible.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved