hi!! hello sir Madam,
Im currently a Computer Science Student year 3 my teacher give an assingment to create a program.. can you help me? ...my problem is how to calculate the time ...I'll used Combo box for start then another combo box for The end and textbox for the Total hour..what code Iwill use :
here the format of my program
cbo1.AddItem " 06:00 AM " and so on.. = starting time
cbo9.AddItem " 06:00 AM " and so on.. = end time
txt1.text = total hour
first condition// sample problem : what is the code
start = 07:00 PM
end = 11:00 AM
total hour = ?
2nd condition// sample problem : what is the code
start = 07:00 PM
end = ?
total hour = 3:30
last condition
start =?
end = 06:00 AM
total hour = 3:30
please help me
I need to make this so taht I can pass my subbject in proceed to the 4th year
Thank you very much...
Im currently a Computer Science Student year 3 my teacher give an assingment to create a program.. can you help me? ...my problem is how to calculate the time ...I'll used Combo box for start then another combo box for The end and textbox for the Total hour..what code Iwill use :
here the format of my program
cbo1.AddItem " 06:00 AM " and so on.. = starting time
cbo9.AddItem " 06:00 AM " and so on.. = end time
txt1.text = total hour
first condition// sample problem : what is the code
start = 07:00 PM
end = 11:00 AM
total hour = ?
2nd condition// sample problem : what is the code
start = 07:00 PM
end = ?
total hour = 3:30
last condition
start =?
end = 06:00 AM
total hour = 3:30
please help me
I need to make this so taht I can pass my subbject in proceed to the 4th year
Thank you very much...
Comment