I have only just started Visual C++ and for my studies i need to complete this projet quick !!
It involves calculating values and displaying the results in text lables.
I need to have combo boxes for the user to select a Travel Destination,
i then get data from combobox and based on what it is i have to make a calculation and display it in a label.
If anyone has written some similar programs and would like to share with me i would much apreciate it !!
I dont even know how to display text or use combo boxes.
Well i did try to work out combo boxes using:
int i = myCombobox.GetCurSel();
but i got error C2228;
PLEASE HELP ME.
URGENTLY !!
Thanks
It involves calculating values and displaying the results in text lables.
I need to have combo boxes for the user to select a Travel Destination,
i then get data from combobox and based on what it is i have to make a calculation and display it in a label.
If anyone has written some similar programs and would like to share with me i would much apreciate it !!
I dont even know how to display text or use combo boxes.
Well i did try to work out combo boxes using:
int i = myCombobox.GetCurSel();
but i got error C2228;
PLEASE HELP ME.
URGENTLY !!
Thanks