█ حصرياً جميع الاقتباسات من أعمال المؤلِّف ❞ المهندس فلاح النجار ❝ أقوال فقرات هامة مراجعات 2025 ❰ له مجموعة الإنجازات والمؤلفات أبرزها Visual Basic NET ❱
تنبيه: متصفحك لا يدعم التثبيت على الشاشة الرئيسية. ×
يحتوي على اكثر من 60 مشروع عملي ، كذلك يحتوي على شرح اساسي باللغة الانجليزية عن البرمجة بلغة فيجوال بيسك مع الصور Visual Basic .NET est un langage de programmation à la syntaxe similaire à celle de Visual Basic 6. VB.NET permet de développer en .NET via Visual Studio, sur les systèmes d'exploitation Windows (98, 2000, XP, Vista, 7, 8, 8.1 et 10). Comme tout autre langage de la plateforme .NET, VB.NET est compilé vers le langage intermédiaire CIL. CONTENTS S. N. Subject Page No. 1 How to Install Visual Basic .NET 7 2 Introduction 11 3 Why VB.Net 11 4 Program Structure 11 5 Identifiers 12 6 Data Types 13 7 Decision Making 14 8 Loops 15 9 Loop Control Statements 16 10 Arrays 17 11 Functions 18 12 Sub Procedures 19 13 Classes and Objects 20 14 Inheritance 21 15 Dialog Boxes 22 16 Exception Handling 24 17 Toolbox Controls 25 18 Form Control 26 19 TextBox Control 27 20 Button Control 28 2 VB.NET / Eng. Fallah NAJJAR | 2017 S. N. Subject Page No. 21 ListBox Control 29 22 ComboBox Control 30 23 RadioButton Control 31 24 CheckBox Control 32 25 Project 1: Simple Clock 33 26 Project 2: Difference in days 34 27 Project 3: Check if file exists or not 35 28 Project 4: Create a file 36 29 Project 5: Get file creation time 37 30 Project 6: Get file last write time 38 31 Project 7: Get file extension 39 32 Project 8: Add text to the file 40 33 Exercise 1 41 34 Project 9: Create Folder 42 35 Project 10: Create & Delete Folder 43 36 Project 11: Folder Exists 44 37 Project 12: Folder Creation Time 45 38 Project 13: Folder Last Access Time 46 39 Project 14: Folder Size 47 40 Project 15: Folder Explorer 48 41 Exercise 2 49