VS 2010 Point Of Sale Development / User Addable Buttons?
Jun 7, 2011
If anyone has ever worked in the food industry, you are familiar with the P.O.S. system that you place orders into. If a company adds a new menu Item, they don't have to rehire the programmer to code in the button, there is a script in place that will allow them to add their own buttons.
View 4 Replies
ADVERTISEMENT
Mar 30, 2010
Actually i was done in coding the change but when i subtract the tendered and total.. the answer in change was zero...What is the proper coding in this? [code]Please use code tags when posting your code. Code tags are used like so =>
View 2 Replies
Nov 15, 2011
I am developing a point of sale program for a project subject. The trouble im having is when i press on the button to add the item from a textbox to a listview i receive an error: See attached Screenshot.
my code is:
Private Sub SalesScreen_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Me.CustomerTextBox.Text = "Cash Customer"
'Sets the properties of the listview
SalesScreenListView.View = View.Details
[code].....
View 1 Replies
Oct 15, 2011
I am new to vb.net database programming yet i want to create a point of sale software using it. So far I have created a local database, POSSdatabase.sdf , and I have 2 tables, Inventory and Transactions.
My problem is how do I relate these 2 tables? I have primary key Item Code in both tables. I want to make Inventory table as main maybe, and transaction will reference any data from it. Edit]Another problem is how do I calculate value Quantity and Price column in Transaction to a new column Total in the same table.
View 1 Replies
Jun 10, 2011
i'm an IT student working on a project(point of sale) but i'm unable to display the price of the item, weight and name into a textbox from an access database and to insert multiple barcode items in order to get the subtotal.
View 3 Replies
Mar 30, 2010
bcoz i have an assignment regarding in POS or point of sale....
View 9 Replies
Apr 28, 2010
May I know how to code a Table Management for a Restaurant Point of Sale system by using VB 2005? what engine or features in the VS that I should be using for this. Or if there is any place where I can find some example source?
Table Management feature in the POS should be able to have an editor to put in tables/chairs/obstacles and etc. Each bill that been open via the POS will be able to assign to the particular Table in the Table Management and to save it.
View 2 Replies
Apr 9, 2009
I am running a Point of Sale program that writes the ticket information to a text file and then prints the file.The problem I am running into on the one of the computers I am dealing with is that it prints the vbTab I am sending as one space. The computer is running Windows 2000 SP4 and has the .NET framework up to 2.0
View 5 Replies
Aug 5, 2010
how to start programming mobile application such Flex7000 which is a point of sale payment terminal. i want to use vb.net
View 1 Replies
Mar 29, 2010
why the buttons in the development and in the runtime look different?
Top is how the button looks like at runtime. Bottom is how the button looks like at development.
View 5 Replies
Jul 29, 2009
i have a picturebox which displays a map i have 2 modes add point and delete point when the user clicks the picture it creates a point on the picture where the user has clicked that works perfectly its when i try and delete the point when it doesent work :/ i have all the points loading from an xml file this is the code i have:
[Code]...
basicly i want it to when the user clicks the point it fines the x any y in the xml delete the node then delete all the points on the map then reload them all according to the xml
View 9 Replies
Mar 3, 2012
I have a piece of software with two tabs, inside each tab there are buttons (the user can add the buttons when they want). when tab1 is full tab2 should start to fill. I currently know how many buttons fit on the screen so I just say something like if buttons > 150 then start to populate tab 2 The problem i have now though is if the resolution is changed then a different amount of buttons can be displayed. so if I put my screen to 1280x720 some buttons are left of. I was thinking of detecting the resolution and then using different cases for different resolutions but this seems very inefficient im wondering if there is a different way?
View 5 Replies
Dec 31, 2010
I'm trying to extract a piece of text from within the string, defining both a starting point and an ending point. For instance, say I want to search for the text found between "That is a " and " car" in the string "That is a red car", so it would return "red".I know you can use .SelectionStart and SelectionLength, but the length of the word can change, so the selection length can vary. What I want is to establish a specific starting point and a specific ending point from which to extract the text from the string.
View 5 Replies
May 24, 2010
I want to know if its possible to loop in a variable and grab info from point a to point b
This is what I have stored in my Variable
PHP
</div> <!-- div reviews end white-space:nowrap; margin-bottom:5px; class="reviews" -->
<div class="list_address">
[Code].....
View 11 Replies
Aug 2, 2010
I have to develop a software able to perform some scientific calculations in the field mechanical engineer; to be more precise, this software must be able to predict the torsional vibration behaviour of crankhsfts and drive-trains.To build my model I need a library of pre-configured elements (organised in a toolbox), that I can drag&drop in my working area and then link together properly to build the model itself.Also the load cases and the input data should be organised in a toolbox as pre-configured elements that I can chose and fill-in accordingly.Here my questions:
1. how can I develop such a toolbox?
2. how can I develop my working area?
Many commercial software are organised like that but I have no idea how to do it.
View 6 Replies
Feb 2, 2012
Does Windows mobile 6.x and CE development supported in VS2010?
View 1 Replies
Jun 4, 2009
I hve been working with points a lot recently, and I have been wondering if there is a way to set a point without setting point.x and point.y separately. For example for (3, 5): Point1 = (3, 5) But that isn't right
View 4 Replies
Feb 4, 2011
Is VS 2010 just IDE features - or do I need to use it to target more recent framework versions?Starting a big project and want to make sure I'm aware of what VS 2010 offers over VS 2008.
View 2 Replies
Aug 20, 2010
I want to add text whereever the blinking vertical line is in the textbox.
View 4 Replies
Sep 22, 2011
I always wanted to make some websites. Is VB 2010 a good tool to make websites?
Where is a good place to start. Tutorials, examples and all of that.
View 1 Replies
May 11, 2011
I just us visual stadio 2010, I want ask a question about VB10 develop a OPC client to connect SIEMENSPLCFirst in PC, I use SIEMENS software create an OPC server, then, add reference OPC control in VBthen I input some code in VB, that connect to OPC server, following is main part of code
(1) connect OPC server
Dim WithEvents MyOPCServer As opcsiemensautomation.OPCServe 'define OPC severMyOPCServer
[code].....
View 9 Replies
Nov 17, 2011
does anyone knows how to develop dlls for crystal reports 2008?My OS is Windows7 x64 but i would like to develop dlls for x64 and x86, i won't mind to compile them separately.
View 1 Replies
Sep 20, 2010
I want to be able to run a thread and then at a certain point pause it and wait for the user to enter some text into a text box and then when they press submit i want the program to run again from where it left off.
View 10 Replies
Apr 27, 2012
I want to design a application which can support two different types of databases same time e.g; when we install, it will ask which db it has to support and based on initial selection it should work with any db without changing anything in the application.In short it has to be developed keeping in mind that user may have either MS SQL or MySQL. It should support both.
View 4 Replies
Sep 19, 2010
I'm trying to work out how i can make my multithreaded app stop at a certain point and wait for the user to type something into a text box and click ok. It must then carry on and when a different thread gets to that point it stops again and waits for the user to input some text again.
View 1 Replies
Feb 14, 2011
I have a Diagonal line drawn on a picture box on my forum and i need to know if the user has clicked the line I have the Start point and End Point of the Line and the mouse x,y location So i basically need to find out if the x,y of the mouse is on the line.
View 2 Replies
Mar 5, 2011
If i had a structure and a list of the structure like this [code]Using Linq, how would i get the total sum of the saleprice from the list but the solddate has to be within 2 given dates.
View 2 Replies
Oct 20, 2010
I am trying to generate buttons and allow the user to drag and drop them.I have this sub:Sub Form1_MouseClick(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Me.MouseClick
[Code]...
Also if I declare the nodebtn as a global variable, I do not face this problem, the button is dragable. However when I click to add new buttons, no new button is generated, instead a button is generated with the count on it. Am I tackling this problem of drag and drop in the right manner or am I completely wrong at this.
View 11 Replies
Feb 23, 2011
I am working on a way to change either the x or y value of a point and am getting an error while doing so. the code i am using to do this is the following:pts(currentNo - 2).X = pts(currentNo - 2).X - 10pts is a list of Points and currentNo is merely a count that im using to track where i am in the list. I am getting the following error
View 2 Replies
Feb 20, 2012
I got this class from another vb help forum and I'm using it for fields that accepts monetary values. Is there a way to incorporate a '1-decimal' point only rule?ATM, I can enter values like this: 1.2.2.20000..I need to limit the number of decimal points used. (1.0000)[code]
View 7 Replies