Click here to Skip to main content
16,021,288 members

Comments by Member 10147675 (Top 2 by date)

Member 10147675 9-Aug-14 15:04pm View    
I have tried this and it still threw the same exception.
Member 10147675 9-Aug-14 14:56pm View    
Same problem, it runs fine until I try to interact with the radio button then the program fails. I took some screenshots so that it is a bit easier to understand. basically i hit btn_product and it fills the information into the listbox and then adds the running total to the resultTextbox. Once the user adds how much cash was used to pay the total price into txtPaid they would check the CASH radio button and resultsTextbox and txtPaid textboxes will be added together and display the amount of change the customer will recieve.

I have been trying a couple different methods to accomplish this for this little "register" so if there is a more efficent way to make a register setup than how i have it it would be much appreciated.