Store The Amount Of Drinks Bought And Money Stored In A Text File

Sep 9, 2009

I am making a simple vending machine and I need to store the amount of drinks bought and money stored in a text file. When the vending machine opens it needs to load from there.

View 7 Replies


ADVERTISEMENT

Get Amount Of Money User Has And Doesnt Go Over Amount Hechecked

Jun 7, 2011

im trying to make a fast food program on which the user will input the amount that he has, then he will check on what he wants, by using check boxes. There are 7 different check boxes with 7 different amounts of money. I have the program somewhat finished (thanks for the people that helped me before) but theres still a couple of things that I still need to get finished but I dont know how to.I need to be able to get how much money the user has (this will be entered threw a text box, I think I accidentally messed this part up, because I cant get it to work right, (theres alreasy a permit amount of money in there and it needs to be what the user enters instead of the permit, 5.59, one) and this will be the maximum amount he can spend, then the user will check on the food he wants (and the program will add the sales tax also) then it will produce an answer saying if you have enough money or if you dont. But what im confused on is how do I get the users amount of money and make it the maximum mount he can spend and make sure it doesnt go over the amount that he has checked.[code]

View 1 Replies

Money Amount Breakdown In .net?

Jun 14, 2012

how can i breakdown the amount of money into available denominations. for example, i will input 7,542, the program will output how many thousands, hundreds and 1 coins are in the amount. im thinking the trimming functions of VB but no idea how to start.

View 9 Replies

Create A Table With The Amount Of Money?

Feb 21, 2010

I am creating a roulette wheel using microsoft excel visual basic. I want to create a table with the amount of money you have that goes up or down based on wheter you win/lose. This is what I have so far:

Public Sub spin()
Dim speed As Double
Dim spin As Double
Dim maxspeed As Double

[Code]...

View 4 Replies

Return Amount Of Money That Remains At End Of Each Year

Sep 9, 2009

"Create an application that will return the amount of money that remains at the end of each year."
Initial Deposit: 5000
Withdrawal Amount: 500
Number of Years: 4

The following is code for a CalcButton:
Dim intDeposit As Integer
Dim intWdrwl As Integer
Dim intRemain As Integer
Dim dblRate As Double = 0.05
[Code] .....

I'm supposed to populate a multi-line textbox in one calculation, so that it looks like this:
1 $4,725.00
2 $4,436.25
3 $4,133.06
4 $3,814.72

Instead, I get:
1 $4,725.00
2 $4,725.00
3 $4,725.00
4 $4,725.00

I think the intYrs needs to go somewhere in the formula after all the TryParses.

View 2 Replies

VS 2010 - Tracking How Much Money To Save To Have Required Amount

Feb 21, 2011

I am trying to create a program to track how much money you earn until you have the amount you have been saving for.

View 2 Replies

Change - User Puts The Amount Of Money In The Textbox And Then In Separate Textboxes

Dec 7, 2009

I am having problems with creating this change problem. The idea is that the user puts the amount of money in the textbox and then in separate textboxes shows Dollars, Quarters, Dimes, Nickles and Pennies.

Example:

You Money: 12.54

Dollars: 12
Quarters: 2
Dimes: 0
Nickles: 0
Pennies: 4

Here is the code I have so far:

CODE:

View 37 Replies

Design A Program That Can Encrypt And Decrypt Messages Stored In Simple Text Files Using A Private Key Stored In A Separate File?

Jun 13, 2011

Need to design a program that can encrypt and decrypt messages stored in simple text files using a private key stored in a separate file. Software should also be able to allow the users to enter simple messages that either displays the encrypted or decrypted message. The encryption method should use a simple substitution method. It should be set out in the following format:

Example (the "@" is the separator):

@
The character The Code End of line
A @ 4gh EOL
B @ 84!9 EOL

Has to use the 256 ASCII character codes. The separator will be used to separate the character and its corresponding code.Here are the pseudocodes I have come up with:

� Read any private key file
separator = readline(file);
while not EOF(file) do
tempStr = readline(file);

[code].....

View 5 Replies

Reading Text - Amount Of Lines In TXT File

Feb 5, 2009

I am working on an app now, and I need it to read text from a .txt file, but there's more. Here's what I want it to do:

Dim text as string
Find "file.txt"
text = line1 in txt file
Do something
text = line2 in txt file
Do something
text = line3 in txt file
Do something

And so on, until there are no more lines to read. I have searched, but all that I have found requires you to preprogram the amount of lines in the .txt file. I want to be able to add lines later without having to go into the code and add more.

View 8 Replies

Reduce Amount Of Spaces In All Lines Of A Text File?

Jul 27, 2009

The code below at the moment reads a text file and then writes it out again to a different location. One thing i need to be able to do before it get written again is to scan each line and reduce any line that has more than one space in it.[code]...

View 6 Replies

Three Text Boxes For Inputting Amounts Of Money?

Jul 16, 2010

I have three text boxes for inputting amounts of money. One is for a total check amount, the other two are separate amounts that should add up to the total check amount. In each of the individual text boxes validating events, I have the following

Private Sub txtAmount1_Validating(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles txtAmount1.Validating
Try

[code].....

View 3 Replies

How To Create A Program Comparing Two Different Drinks

Nov 30, 2009

My last assignment for this class is supposed to deal with arrays but I can't figure out how they coincide with the assignment the teacher has given. The assignment is to create a program comparing two different drinks.

On the first form the user rates the drinks on a scale of 1 to 10( 1 being the worst, 10 being the best). Then a form with a summary of the results of the taste test is displayed. It should display the winner of the competition, the total number of taste testers, and the average rating for each drink.

My question is how do I get the information from the first form onto the second form and how do I calculate the average rating? Do I use an array?

View 3 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

Get A Textbox To Contain Text Of TXT File Stored On Web?

Nov 8, 2009

How would I get a textbox to contain the text of a TXT file stored on the web? For example, lets say I have a website. I uploaded a TXT file to it. How would I get the text from the TXT file and display it in a TextBox?

View 1 Replies

Store Variables To Be Stored In Child Program?

Jul 9, 2009

I have several threads all relating to this same subject but I have yet got a answer which I could work with. I think most of that is because of my explaining..So..[code]...

View 3 Replies

Store Different Data Types From A Text File?

Oct 27, 2009

I have a question (suppose to be simple). The question related to reading text file which is in the below format.

[Code]....

What I want here is to store the first data column in the file to be stored in AreasString and 2nd column in Level, 3rd in Importance and so on untill the end of the data. In addition, How can I check the type of data? For example, if I want to say: If 10.25 is double then msgbox ("it is double") else msgbox ("it is integer")

View 3 Replies

Store The Settings In A Text File Or Database?

Jan 2, 2010

I'm working on a project right now that basically prints a string to the field that has focus in internet explorer and there's quite a bit of user specified information that needs to load when the vb program loads. Should I use a text file to store and retrieve the settings or a database? I'm a new programmer and I don't really have a clear idea on when I should use a text file compared to a database or the registry to store info. Also, if I use a database like access 2007 for example, wouldn't an end user run into an exception if they don't have that software installed on their comp? Is there a universal database format? I've linked some screenshots of the prog if you want to get an idea of how much info I need to store.

[URL]

View 3 Replies

Item Collection Of The ListBox1 Is Stored In A Text File?

Feb 15, 2010

I want to create a very simple database. form1 - ListBox1, textBox1, buttonadd, buttonremove. The item collection of the ListBox1 is stored in a txt file along with a string that will be displayed in the textbox1. the file will look like this ( like a .ini file):

[Code]...

View 4 Replies

Running Code Stored Inside A Text File?

Nov 17, 2011

One of the features of my new Vb game is the ability to modularly add and remove in-game items. However, in order to add these items I figure their effects should be recorded in code in the text file they will be stored in.In short, I want to store code in a text file and then have it run on command

Furthermore, is there a way I could put all of the code on one line?

View 4 Replies

Store In A Central Place Where The Numbers And The Message Will Be Stored?

Jan 22, 2010

I need some help with to make a messages system. I build a form with display a message code and the message.

Example : 0000001 : Not connected to network

The problem is that i want to store in a central place where the numbers and the message will be stored in the code. I was thinking about a array to store the date.

View 3 Replies

Read The Contents For Text File And Store Them In Array?

Feb 19, 2012

I am unable to read from the text file in VB. I want to read the contents for text file and store them in array. See my code below and the text file. How should I read this text file.

'Purpose : This program will read student name & final marks for a set of students from the text file and then calculate & display class average, class standard deviation, number of students above class average, name of student with highest mark, number of students with A's(90-100), B's (80 < 90), C's (65 < 80), D's (50 - < 65) and F's (<50).Calculate for standard deviation of a set of numbers:Step1. :Find the average Step2. : Square the difference between each number and the average

[Code]...

View 4 Replies

Using The Split Command To Store Info From A Text File?

Apr 17, 2009

I am writing a program that lets someone click on a picture to vote for their favorite pet. The part I am stuck at is: when the application is opened and closed it needs to remember how many votes there were. To do so, when the program is closed I have the information stored in a .txt file. it looks something to the effect of:

name, type, votes
andy, bear, 0
bart, dog, 0
candy, cat, 0
hopsie, bunny, 0

[Code]...

View 4 Replies

.NET Code To Call A Stored Proc And Store The Result In A String?

Oct 5, 2009

What I need to do, is to call a SQL stored procedure from VB.NET, and then store the returned query value in a string.

View 13 Replies

XML Document To Store Queries / Stored Procedure Names In ASP Application

May 4, 2011

I am having some difficulty with an xPath expression. I am using an XML document to store queries / stored procedure names in an ASP application. I use a utility function to load the xmldocument (if it isn't previously loaded) and I am attempting to select the node set from the document that matches an Id element. [code] the node variable only returns the first element. I have verified the that the qry string that is used to SelectSingleNode IS the correct Id value (i.e. USER002) - however the node is getting loaded with the USER001 element. It is obviously the xPath expression that is messed up. What do I need to tweak on the xPath expression so that I can return the correct <Id> element and corresponding child <Sql> element.

View 2 Replies

(merge - Remove Duplicate Lines And Store) Two Text File

Nov 24, 2011

this is the code working 100% for (merge , remove duplicate lines and Store ) two text file using vb.net Imports System.IO Public Class Form1

[Code]....

View 4 Replies

Array Structure - Store Data And Retrieve From Text File

Mar 29, 2010

I'm trying to build something called a structure which will store data it retrieves from a text file. I have the structure set up like this:
Structure Employee
Dim FirstName As String
Dim LastName As String
Dim ID As String
Dim Hours As Integer
Dim Wage As Decimal
Dim EarnedPay As Decimal
End Structure
[Code] .....
How to set these operations up?

View 10 Replies

Encrypt Login Password And Store It Inside A Text File

Apr 2, 2010

I would like to encrypt login password and store it inside a text file. But I have no idea how to encrypt it. Can someone show me an example of code so that i can get an idea of how to go about it ?

View 4 Replies

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

VS 2010 : Read Text File And Store Certain Blocks As Variables?

Dec 24, 2010

My text file is a settings file and I know I will be adding more to it in the future, right now it reads "autoplay=false;mintray=false;"I am currently using probably the most inefficient way to check both of those settings:

if contents = "autoplay=false;mintray=false;" then
elseif contents = "autoplay=false;mintray=true;" then
elseif contents = "autoplay=true;mintray=false;" true
elseif contents = "autoplay=true;mintray=true;"
endif

How can I read the file, find each word from the equals sign to the semicolon, and store each of them in a variable identified by the text before the equals sign? Something like this:

contents = "autoplay=false;mintray=false;"
autoplay = "false"
mintray = "false"

Also, how can I edit the settings in the text file without having to overwrite everything every time I save to it? For instance; finding mintray in the text file, and changing mintray to true instead of overwriting the file with "autoplay=false;mintray=true;".

This is my current

Reading
Dim fs As New FileStream("C:myfile.txt", FileMode.Open, FileAccess.Read)
Dim d As New StreamReader(fs)

[code]....

View 3 Replies







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