wanderer17
Member
- Joined
 - Jul 7, 2007
 
- Messages
 - 7
 
- Programming Experience
 - Beginner
 
hi i am a new beginner in the vb.net language, i am doing a school project, i have been creating a windows form which calculates how much carpet, paint,wallpaper etc would be needed for rooms and then the total for the whole house.
Looking at the Diagram - How can i transfer the name of of the Room and the Costs (i.e. Carpet needed for Room and its Costs) to be displayed into the listbox on the Right hand side?
- As i add new Rooms, i want the Overall total to add up the costs automatically below the listbox. How can i do this?
- I want to be able to Remove Room's from the listbox (on the Right hand side.) - after the Room is removed, the cost of the Room would be removed from the Overall Total cost also. How can i do this?
Thankyou.
		
		
	
	
		
	
	
		
			
		
		
	
				
			Looking at the Diagram - How can i transfer the name of of the Room and the Costs (i.e. Carpet needed for Room and its Costs) to be displayed into the listbox on the Right hand side?
- As i add new Rooms, i want the Overall total to add up the costs automatically below the listbox. How can i do this?
- I want to be able to Remove Room's from the listbox (on the Right hand side.) - after the Room is removed, the cost of the Room would be removed from the Overall Total cost also. How can i do this?
Thankyou.