![]() |
|
[VB.NET] file code - نسخة قابلة للطباعة +- منتدى فيجوال بيسك لكل العرب | منتدى المبرمجين العرب (http://vb4arb.com/vb) +-- قسم : قسم لغة الفيجوال بيسك VB.NET (http://vb4arb.com/vb/forumdisplay.php?fid=182) +--- قسم : قسم اسئلة VB.NET (http://vb4arb.com/vb/forumdisplay.php?fid=183) +--- الموضوع : [VB.NET] file code (/showthread.php?tid=19626) |
file code - a_abdullah - 12-03-17 احتاج مساعدتكم في هذا السؤال مطلوب 2 files الاول أقرأ منه والثاني اكتب فيه . Write a program that will read information from MyList.txt file then create MyReceipt.txtfile. Suppose that a file MyList.txt contains the following data.
هذا اسم الملف الاول الخاص بالقراءه MyList.txt
هذا الثاني الخاص بالكتابه And as result MyReceipt.txt file will be:
In MyList.txt, second line represent item name, item price, and if it is available in the store or not, respectively.
Note:
Use try and catch to handle the case when the input file does not exist, such that an appropriate message is displayed and the program terminates.
تكررت الصور اكثر من مره لا اعلم السبب اعتذر RE: file code - مساعدة - 13-03-17 السلام عليكم تفضب الكود كود : Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click |