More info
( www.triplesource.net/vb/Project/ )
( http://triplesource.net/vb/ )
Has to be able to Check to make sure that both lstWorkshop & lstLocations have selections made..
If not, bring up a message box that statesm "You must select a workshop and location"
Useing a select case statment to a set numDays & workShopCost, using the following
==========================================
lstWorkshops
Workshop Number of Days Registation Fee
Handling Stress 3 $595
Time Management 3 $695
Supervision skills 5 $995
Negotiation 5 $1295
How to interview 1 $395
==========================================
Using select case statement to set locationCost, Use the following table below...
==================================
lstLocations
Locations Lodging Fees per day
Austin $95
Chicago $125
Dallas $110
Orlando $100
Phoenix $92
Raleigh $90
========================================
workShopCost + (numDays * locationCost)
1. Within the subroutine for btnCalcTotal
sum the conrents withing lstCosts using a for....Next Loop.
display the sum in lblDisplayTotalCost formatted as currency.
Clicking rest button will deselect the items in the first two list boxes and clear "lblDisplayTotalCost" and lstCost
See I need help that is the insturction sheet I have .. I post it above.. if anyone could please help I know it is asking abit much... but anyone? Would really help me out so I can just get this class outta the way... No idea why I had to take it...
Thanks
This would really be a HUGE help to me. Thank you
Hi. I guess the lesson is to complete your projects early. I doubt anyone will be spending their entire day doing your project for you. Still, you never know.
Good luck