Develop Cash Register Features In Visual Basic 2010

Jan 27, 2012

how to develop a cash register app. in visual basic 2010.

View 3 Replies


ADVERTISEMENT

Develop A Calculator That Will Determine Prices For Candy In VISUAL BASIC 2010?

Sep 29, 2010

Sweet candy store currently has a special offering of heart shaped candy. It comes in two sizes: small and large. The company sells the large one for $29.50 and the small for $16.25.Design an application to calculate how much a costumer owes. When the user clicks the "Calculate" button, the program gets the number of large and small chocolate hearts ordered from the textboxes, calculates and displays the extended price for each type of the chocolate in a label. The program also calculates the weight of the chocolate to determine the shipping cost, displays the total weight, the shipping cost and the final total due. The large chocolate weighs 4 pounds 10 ounces, and the small one weighs 2 pounds 14 ounces. Shipping cost is 35 cents per pound and 3 cents for each additional ounce. Display all dollar amounts except the final total due with 2 decimal places. Display the FINAL TOTAL DUE with a leading dollar sign and 2 decimal places. Be sure to also include a CLEAR button that will remove all inputs/outputs from the form, and an EXIT button. Define the CALCULATE button as the accept button and the EXIT button as the cancel button.

View 4 Replies

Create A Database Administrator Form To Register, Remove, Edit User Accounts In Visual Basic 2010?

May 11, 2011

create admin form to register, Remove, Edit user accounts in the system connected to Microsoft SQL Server R2 2008 or access database ? any toturial videos or instructuions step by step ?

View 3 Replies

Cannot Develop Visual Basic Code?

Mar 26, 2009

Launch a Quadratic Equation Mathematics Machine.The machine is to take input from the user in respect tovalues for a, b and c

View 2 Replies

Create A Simple Cash Register?

Nov 21, 2011

My assignment this week is to create a simple cash register. The kicker here is that I have to have an input box pop up to accept the data. I know I need to use a Do Loop here, but I' not sure what the proper condition should be. Hitting cancel on the input box or inputting nothing ought to terminate the loop.

Private Sub btnCheckout_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCheckout.Click
Static decPrice As Decimal
Static intCount As Integer
Static decSub As Decimal

[code]....

View 1 Replies

Cash Register Program - Opening Drawer?

Feb 9, 2010

I'm trying to convert an ancient cash register program to .net. Conquered everything else, but I can't pop open the cash register. Its connected to COM1, you are supposed to send a "trigger" text down COM1 that will cause the register to open.

Here is the .net code.
MsgBox("Opening Drawer")
Dim port As System.IO.Ports.SerialPort
port = New System.IO.Ports.SerialPort("Com1")
port.PortName = "COM1"
port.BaudRate = 9600
[Code] .....

I get msgboxes "Signal Sent", "Done Pop Drawer". It just won't pop. It's an MS-Cash Drawer (EP125KC). Definitely connected to COM1, definitely has power. Chr(65) is the old code used to pop drawer and it works:
Open drawerComPort For Output Access Write As #1
Print #1, Chr$(65); "A";
Close #1
The above code worked successfully. The root problem was caused by a reversed power cord (negative was on the wrong side).

View 5 Replies

Make A Cash Register Program That Uses An Inputbox?

May 7, 2012

I need to make a cash register program that uses an inputbox.

The outcome should be like this example[code]...

It should open a input box asking for the amount of each purchase and loop until all purchases have been entered

View 2 Replies

Math / Change Return For A Cash Register

Feb 6, 2011

Im getting mathematical errors. the part that I'm having problems with is, first, it doesn't add the tax to total the correct way. It adds it correctly if I put a dollar(1.00) but when I type one hundred dollars (100.00) it doesn't add the tax correctly. I am trying to compute and display the tax on the new subtotal. Second, it is not adding the correct change to the label in dollars, quarters, dimes, nickels, and cents. Third my arithmatic is not adding correctly when it has to do with the change due back. . Finally, forth I am also trying to do the following:

* add the total for this item to the order sub total and display the new subtotal.

* I have 2 clear buttons, one clears item, the other clears order the clear order button shoule clear out the change due and bordered label and have the subtotal reset to $0.00. The clear item should just clear out the quantity, unit price, and item total textbox.

* When the user has entered the amount of money tendered by the customer and click calc order button, the program should use the amount tendered and the current order total to compute and display the change due to the customer.

* the change due should be displayed in currency format in the readonly label, and should be displayed in terms of the number of dollars and coins due in the bordered label. [code]

View 3 Replies

Subtraction - Program That Sims A Cash Register ?

Feb 17, 2009

I am writing a program that sims a cash register. Everything works fine except VB will not compute subtraction. If I put a replace - with + everything works. What could be the cause of this?

Here is part of the

'Convert input into number
isConverted = Double.TryParse(owedTextBox.Text, NumberStyles.Currency, NumberFormatInfo.CurrentInfo, owed)

[CODE]...

***********If owed is 10 and paid is 5, it returns 0, but if I change the - to either a + or *, it returns the expected value

View 3 Replies

Cash Register Program With Separate Forms For The Items And The Display Form?

Jan 15, 2011

I have this cash register program with separate forms for the items and the display form. The code works untill you press the button 2x. It says 5.5 + 5.5 = 11.5??? Can you fix this code?

CashReg.ListBox1.Items.Add("Item 1")
Dim cash As String
cash = (5.5)[code]....

View 3 Replies

Reate A Socket Class In Project To Send Data To Ecr (electronic Cash Register)?

Jan 9, 2012

I am trying to create a socket class in my project to send data to ecr (electronic cash register).Ecr comes with software that listens for commands on port 3535. Command are in forms of XML Files. It has only one catch, I must close the connection on socket, so the ecr would know when to process the command and respond. Since I only send one command at a time,I need the simplest solution I can get.

How it works:I create the socket and connect it to 192.168.1.67:3535 I start

client.BeginReceive

Then I send the command with

client.BeginSend

And I do a

client.Disconnect(True)

so I can get response from ECR.And in 8 of 10 times it works just fine. The problem is this few times it doesn't work.At that time I cant receive anything because it reports that the client is not connected in ReceiveCallback but it still manages to send the data to ECR just fine. The bill comes out on the ECR, but I get no answer about what happened.

I call the class like this:

Dim dre As New HCPSocket
Result2 = dre.Otkucaj(Command1, "192.168.1.67")
Debug.Print(Result2)
dre = Nothing

End the class looks like this:

Imports System
Imports System.Net
Imports System.Net.Sockets

[code]....

View 1 Replies

Download Visual Studio And The 30 Day Period To Register Expired And I Cant Start It To Register?

Feb 25, 2010

I downloaded visual studio and the 30 day period to register expired and i cant start it to register.i uninstalled it and reinstalled it and it still wont let me start it up to register it. what can i do to get the key?

View 3 Replies

Forms :: Auto-Detect BarCode Scan Entry OR Manual Entry - Cash Register?

Sep 8, 2009

i am pulling together a cash register that will allow both bar code product entry and manual key entry.imagine if you have a tin of beans in front of you, in a small corner shop they would probably type "47" and then hit "Produce". Fairly straight forward as I have the button Produce to act upon my code and update my salestrans.mdb but,if you scan the bar code I want the same form to handle both 'real' actions, (i assume that keyboard emulation barcode scanner includes "ENTER" after providing 13 digits)....

Q. in perhaps a long winded way i want to know how to kick off an event based on the "ENTER" key being activiated by the barcode scanner)?i do not want to have to hit any buttons if i am scanning bar codes.

View 9 Replies

Register For Visual Studio 2010 Beta Exams

Mar 17, 2010

You are invited to take part in one or more beta exams for Visual Studio 2010 and the Microsoft .NET Framework 4.If you pass one of the beta exams, the exam credit will be added to your transcript and you will not need to take the exam in its released form. The 71-xxx identifier is used for registering for beta versions of MCP exams, when the exam is released in its final form the 70-xxx identifier is used for registration. By participating in beta exams, you have the opportunity to provide the Microsoft Certification program with feedback about exam content, which is integral to development of exams in their released version. We depend on the contributions of experienced IT professionals and developers as we continually improve exam content and maintain the value of Microsoft certifications. The following exams are a part of this beta offering.

Receiving this invitation does not guarantee you a seat in the beta; we recommend that you register as soon as registration opens. Beta exams have limited availability and are operated under a first-come-first-served basis. Once all beta slots are filled, no additional seats will be offered. If you register, please ensure you are committed to attend. Testing is held at Prometric testing centers worldwide, although this exam may not be available in all countries (see Regional Restrictions). All testing centers will have the capability to offer this exam in its live version.[code]

View 4 Replies

.net - Which Version Of Visual Studio 2010 Contains Visual Basic SharePoint Templates

Aug 5, 2011

Does anybody know which version of Visual Studio 2010 contains the full set of Visual Basic SharePoint Templates? I am about to embark on a project to create Visual Web Parts to be used in a SharePoint report.

At the moment I am using Visual Studio 2008 and even though the WSPBuilder is installed none of the relevant SharePoint templates are present.Having searched SO and the web, most advise to install the templates via the Visual Studio command prompt: devenv /installvstemplates

Alas the Visual Studio command prompt is also missing from my VS2008 installation.So, the question remains: which version of VS2010 contains what I need for pain-free SharePoint development? There is a rather large price different between VS2010 Professional and VS2010 Premium, so can anyone tell me if the cheaper version (VS2010 Professional) contains all the Sharepoint templates?

View 3 Replies

IDE :: Adding References In Visual Studio 2010 Beta 2 (Visual Basic)?

Nov 25, 2009

I am just wondering how I can add Direct X references to Visual Basic in Visual Studio 2010 Beta 2. I cant find them in the .NET reference list, or the reference list, or anywhere. I downloaded the Direct X SDK for August 2009, but I can not add the .dll files to the reference list. Is there anything I can do to add them? I need the references for programming reasons.

View 5 Replies

Use OpenGL In Visual Studio 2010 In Visual Basic Project?

Jan 15, 2012

I want to use "OpenGL" in my project. Is it possible to associate it with "Visual Basic" application developed in Visual Studio 2010? If yes then how can we do it.

View 1 Replies

Convert Visual Basic 2010 To Visual Studio Pro 2010?

Apr 20, 2012

I have a project in visual basic 2010 and want to convert it to visual studio 2010 so I don't have to chose the "open with" every time. Is there a tutorial on how to do this?

View 4 Replies

Asp.net - Force Visual Studio 2010 To Use Visual Basic 10?

Mar 9, 2012

To reproduce the error I'm getting:Create a new Visual Studio 2010 ASP.NET web site in Visual Basic, targeting .NET 2.0Type "Public Property Test As String" Observe "Visual Basic 9.0 does not support auto-implemented properties." error Visual Studio 2010 is happy to use VB 10 against .NET 2.0-targeted Windows Forms applications, this only appears to be an issue with ASP.NET.Is there a way to force Visual Studio 2010 to use VB 10 when targeting .NET 2.0?

View 1 Replies

Build 64-bit Visual Basic.NET In Visual Studio 2010?

Jul 6, 2010

have just overlooked something somewhere...I am writing VB.NET stuff in VS2010 on Windows 7 64-bit. It seems to build by default for a 32-bit target, how to I tell it to make a 64-bit executable?

View 2 Replies

Get Permission From Microsoft To Develop Applications For Small Local Firms Using Visual Studio 2010?

May 13, 2010

I would like to know if I need to get permission from Microsoft to develop applications for Small local firms using Visual Studio 2010.

View 6 Replies

VS 2010 Funniest Things Create In Visual Basic 2010?

Nov 6, 2011

Dont be afraid to spam the thread with things you can create.The more the better!

View 2 Replies

VS 2010 Visual Basic 2010 And Crystal Reports 2010?

Oct 2, 2010

When trying to import CrystalDecisions.CrystalReports.Engine, and CrystalDecisions.Shared. I'm getting a green line. What might be the problem?

View 3 Replies

Visual Basic 2010 Not Available In VS 2010 Mobile Express?

Mar 16, 2010

I just downloaded the Visual Studio 2010 Express for Mobile Phone. C# is the only language available. Will Microsoft add Visual Basic as well? When?

View 5 Replies

Extracting Visual Basic Source Code From Visual Basic EXE?

Jan 24, 2011

How do you extract source code from a VB.NET .EXE file?

View 3 Replies

.net - Visual Basic 2010 DataSet?

Sep 16, 2011

I'm using Visual Studio 2010 and I'm working on a windows application form. I'm struggling with our database. I can connect and retrieve Data in the Grid View. But I dont want to display the records I want to put a specific on ina specific row column in a variable,in short I want to work with it.My DataSet is called ProductionDataSet. The Table is called Employee and has four column called Employee, First_Name, Last_Name and Status.How to I now store lets say the entry in colum 4 and row 5 in the variable x?

View 1 Replies

Const Wm Visual Basic 2010?

Jun 27, 2011

druring my search how to display a picture from a webcan using vb I found in some treads the following code:

Const WM_CAP_START = &H400S
Const
WS_CHILD = &H40000000

[Code]...

View 2 Replies

Error In Visual Basic 2010?

Jan 4, 2012

ok im making a program where i add exe files to my project like the trial install of photoshop and all the adobe projects. So wot i want to do now is add a code in so when i push the button install adobe photoshop fire works ect it will im useing this code here to do that

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
My.Computer.FileSystem.WriteAllBytes("YourExeFile.exe", My.Resources.Webcam,

[code].....

View 4 Replies

How To Send SMS From Visual Basic 2010

May 1, 2010

i am use visual basic 2010i have API gateway with username and password from provider.buthow to use this? means how to send SMS from my visual basic application

View 3 Replies

How To SQL Command In Visual Basic 2010

Apr 5, 2012

how to SQL Command and fill Result in ComboBox? in visual basic 2010 my DataBase

Dim SqlCon As New SqlClient.SqlConnection("Data Source=DIG-PCDIGSER;Initial Catalog=;Integrated Security=True") Dim ConDatBas As New SqlClient.SqlConnection("Data Source=DIG-PCDIGSER;Initial Catalog=DigSMSystem;Integrated Security=True")

View 7 Replies







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