1 / 21

Visual Basic 1

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.

alban
Download Presentation

Visual Basic 1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Visual Basic 1 Dr. Al-Mothana Gasaymeh

  2. 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

  3. Parts of computer System • Hardware: Electronic Devices • Software : Instructions and computer programs

  4. 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 “

  5. تشغيل البرنامج

  6. أجزاء البرمجية • شريط العنوان title bar • شريط القوائم menus bar • شريط الادوات tool bar • صندوق الادوات tool box • شاشة الخصائصproperties windows • شاشة مستكشف المشروع project explorer • النموذج form • محرر برنامج الفيجوال بيسك visual basic editor

  7. شريط العنوان Title Bar

  8. شريط القوائم Menus bar

  9. Questions • كم قائمة يوجد في شريط القوائم ؟ • ما هو عمل : • File • Edit • View • Run • Debug • Tools • Window • Help

  10. شريط الادوات tool bar

  11. صندوق الادوات tool box

  12. شاشة الخصائصproperties windows

  13. شاشة مستكشف المشروع project explorer

  14. النموذج form

  15. محرر برنامج الفيجوال بيسك visual basic editor

  16. Saving the project and programs • File>save project as • File>save form as • File > Make project.exe

  17. Questions • ما الفرق بين المشروع و البرنامج project VS program ؟

  18. Run

  19. End

  20. 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- كتابة الكود

  21. مصطلحات هامة ؟ • أدوات التحكم Controls كائنات برمجية تمثل القطع المكونة لواجهة برامج الفيجوال بيسك • الحدث Events فعل يقوم به المستخدم او البرنامج • الوظائف Methods افعال محددة يمكن للكائن أن يقوم بها مثل Hide • كائن Object أحد عناصر البرنامج له خصائص و وظائف واحداث مثل Controls and the forms • ألإجراءات Procedures مقاطع من التعليمات (الكود) مثل الدوال Functions • الخصائص Properties

More Related