Second Lecture: Create New Application The following steps are required to create an application in visual basic : 1- Select type of project new or existing: a form automatically appears in the form design. The basis for any application s inter face is the form that user should create. User can add other forms to the project. 2- Add Objects: To add objects(control tools) to the form use the tool box. 3- Set the properties for the objects through properties window. 4- Write the Codes. The visual basic code consist of statements and declarations. The code for an application can be written on the Code Editor Window. In this window user can view and edit quickly any of the code. 5- Run the Application: To run the application click the start button in the tool bar , or press F5. 6- Stop : To stop running the application and return to the visual basic program click on stop button in the tool bar. 7- Check if there is an error, return to step3, otherwise continue. 8- Save project. 9- Exit. These steps can summarized in the following flowchart :
المادة المعروضة اعلاه هي مدخل الى المحاضرة المرفوعة بواسطة استاذ(ة) المادة . وقد تبدو لك غير متكاملة . حيث يضع استاذ المادة في بعض الاحيان فقط الجزء الاول من المحاضرة من اجل الاطلاع على ما ستقوم بتحميله لاحقا . في نظام التعليم الالكتروني نوفر هذه الخدمة لكي نبقيك على اطلاع حول محتوى الملف الذي ستقوم بتحميله .
|