210 likes | 337 Views
Visual Basic 1. Dr. Al-Mothana Gasaymeh. Software. Software : is a collection of programs , data , and information “ instructions for the hardware “ Program : Set of instructions that tell the computer what to do Programmer : the person who make the programs. Parts of computer System.
E N D
Visual Basic 1 Dr. Al-Mothana Gasaymeh
Software • Software : is a collection of programs , data , and information “ instructions for the hardware “ • Program : Set of instructions that tell the computer what to do • Programmer : the person who make the programs
Parts of computer System • Hardware: Electronic Devices • Software : Instructions and computer programs
What is Visual basic • A language used to create windows applications • Programs are developed with a Graphical User Interface (GUI) • The Instruction executed in the program are controlled by events “ Uses events-driven Programming “
أجزاء البرمجية • شريط العنوان title bar • شريط القوائم menus bar • شريط الادوات tool bar • صندوق الادوات tool box • شاشة الخصائصproperties windows • شاشة مستكشف المشروع project explorer • النموذج form • محرر برنامج الفيجوال بيسك visual basic editor
Questions • كم قائمة يوجد في شريط القوائم ؟ • ما هو عمل : • File • Edit • View • Run • Debug • Tools • Window • Help
Saving the project and programs • File>save project as • File>save form as • File > Make project.exe
Questions • ما الفرق بين المشروع و البرنامج project VS program ؟
Steps in Developing Application • 1. Open form • 2. Draw the user interface (controls) • 3. Assign properties to controls • 3. Attach code to controls • - ما هي خطوات انشاء تطبيق) (Application في Visual basic ؟ • 1- فتح الفورم • 2- رسم الكائنات (TOOLS) • 3- تغيير الخصائص • 4- كتابة الكود
مصطلحات هامة ؟ • أدوات التحكم Controls كائنات برمجية تمثل القطع المكونة لواجهة برامج الفيجوال بيسك • الحدث Events فعل يقوم به المستخدم او البرنامج • الوظائف Methods افعال محددة يمكن للكائن أن يقوم بها مثل Hide • كائن Object أحد عناصر البرنامج له خصائص و وظائف واحداث مثل Controls and the forms • ألإجراءات Procedures مقاطع من التعليمات (الكود) مثل الدوال Functions • الخصائص Properties