menu code
Please keep in mind I'm new at programming when reading this. I have a windows form that has a list box and several text boxes and radio buttons. I need to code a menu to record charges, type of aircraft, aircraftId. The menu is called record.It has three sub menus arrival, safe arrival, and departure. When you fill in the text boxes with info and press safe arrival sub menu the aircraftId appears in the list box.When you press Departure the charges are calculated. When you press Arrival the text boxes are cleared of information. This is the best way I can explain how it functions. Any help is appreciated and needed.
Thanks
|