بتاريخ: 14 أبريل 200818 سنة comment_126629 السلام عليكم و رحمة الله و بركاتهلدي مشروع جديد في ال vb.netو محتاجة لمساعدتكم في شرح اقسام المشروع للشروع فيهارجو منكم مساعدتي في معرفة المطلوب من البروجكت و لكم مني جزيل الشكر و الامتنان و جزاكم الله خير الجزاءاترككم مع فقرات المشروع Scenario: A company did a survey in a town to determine the families that living under the poverty level. They collected information, shown in the table, for 14 families. They got their yearly income and number of members in each family.Create a project to analyze the income survey. The statistics for each home include an identification code, the number of members in the household, and the yearly income.Task 1: entering and displaying dataa- Enter data listed in the table in three different arrays at declaration time. The user will be able also to enter more families' details using textboxes. Use three arrays to define the home data elements (ID, Members, and Income).b- The form will contain an Add button to add data from textboxes to arrays.c- The form will contain a Display button to display the data stored in arrays in one list box. Separate them by one tab space.d- Clicking the Display button at any time, will display all data sorted in arrays.Task 2: Analyzing and Viewing Datea- You need also a report button to display:b- The identification number and annual income for each household that exceeds the annual income average. Display this report in one list box.c- The percentage of households having income below the poverty level. The poverty level is 8000 for a family of one or two persons, plus 2000 for each additional member. For example, the poverty level for a family of 4 persons is: 8000 + (2*2000), which is 12000.d- Add a combo box that retrieves all identification numbers from the ID array including items entered from the ID textbox. When the user select any ID number, the annual income and number of persons of that family will displayed in labels.Task 3: Validating and Viewing Dataa- Validate data entry to be only numbers. Change the maximum length for ID textbox to four digits and for number of persons to two digits only.b- Format any decimal figures to 2 decimal points.c- Write a report describing this project, the design and the code. Submit a soft and hard copy of this report مع احترامياختكماوراق ملونة تقديم بلاغ
بتاريخ: 15 أبريل 200818 سنة كاتب الموضوع comment_126767 الحمد لله .. عرفت المطلوبو هنا الشرحشركة تبي تسوي احصاء في مدينة عشان تحدد العائلات الي تعيش تحت مستوى الفقرفجمعوا المعلومات اللي عندش في الجدول عن 14 عائلة اخذوا راتبهم السنوي وعدد الافراد في كل اسرةنعمل برنامج يحلل احصائية الدخلالاحصائية تحمل رقم تعريفي لكل عائلة, عدد الافراد والدخل السنوي (موجود في الجدول حسب ماذكر)تاسك11- عرف 3 اراي ودخلي فيهم بيانات العوائل كما في الجدول اراي لكل من ID, Members, and Incomeاستخدمي textbox لاضافية البيانات2- استخدم زر لاضافة البيانات من textbox الى Arrays المناسبة(تحطين كود في الزر يحفظ البيانات في مكاناها المناسب في الـArray)3- استخددم زر لعرض البيانات المحفوظة في Listbox وافصليهم باستخدام الـtab space4- ضغط زر العرض راح يعرض كل البيانات المحفوظة في الـarraysتاسك21- استخدم زر لعرض تقريراعرضي في one list box الرقم التعريفي والدخل السنوي لكل اسرة يتجاوز دخلها متوسط الدخل السنويوعاطينا المعادلة اللي تطلعين فيها النواتجواضيف كوموببوكس يستلم كل الارقام التعريفية ولما المستخدم يختار رقم بيطلع الدخل في ليبلتاسك3عرف البيانات المدخله كـnumbers only غير الmaximum length بتلاقينه في الPropretiers الى 4 للـID و 2 لافراد العائلة او membersعدلي العرض للاعداد الى 2 decimal pointsc- Write a report describing this project, the design and the code. Submit a soft and hard copy of this report تقديم بلاغ
بتاريخ: 15 أبريل 200818 سنة كاتب الموضوع comment_126768 اخواني و اخواتي الاعزاءمن سيساعدني في الحل و الاقتراحات؟؟و شكرا على تعاونكم تقديم بلاغ
بتاريخ: 24 أبريل 200817 سنة كاتب الموضوع comment_127319 هلا من الممكن مساعدتي في معرفة شرح مفصل عن الآرايو شكرا تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.