جيلر بازممتاز
عدد المساهمات : 18 تاريخ التسجيل : 26/10/2009
| موضوع: رد: اسطوانتين تعليم فييجوال بييسك مبتدئ ومتقدم الأربعاء فبراير 17, 2010 3:46 am | |
| برافوا زعيم مرسى اوى والله على الابداع المستمر فى قسم البرامج ممتاز 100% | |
|
الزعيم عبدالرحمن خليفة@ مدير المنتدى
عدد المساهمات : 1012 تاريخ التسجيل : 21/08/2009 العمر : 27 الموقع : albkh.hooxs.com
| موضوع: اسطوانتين تعليم فييجوال بييسك مبتدئ ومتقدم الثلاثاء فبراير 09, 2010 1:47 pm | |
| السلام عليكم معي اليوم مجموعة من الدروس الرائعة للفجوال بيسيك من شركة vtc وهي مقسمة على اسطوانتين اسطوانة للمبتدئين واخرى للمتقدمين وقد جمعتها في ملف واحد ليسهل التحميل وبحجم 45 ميغا فقط وجودة ممتازة في الصوت والصورة لننطلق الان الى المحتويات اسطوانة المبتدئين : 01 Introduction and Getting Started 0101 Introduction & Visual Basic Overview 0102 The VB 6 Environment (window orientation) 0103 The VB 6 Environment (placing controls on form) 0104 The First Project ("Hello World") 0105 Writing Code 0106 Modifications to "Hello World" 0107 Saving and Running the Project 0108 Common errors, Debugging 0109 Code Window Views 0110 Naming Rules and conventions for controls 0111 Form Properties (startup position, window state, Visible)
02 More Controls and Code 0201 Text Box vs. Label 0202 Frames with Options Buttons & Check Boxes 0203 Images (using graphical images on the form) 0204 Multiple Control manipulation 0205 User-Friendly Features (Access keys, Tab Index) 0206 User-Friendly Features (default, cancel properties) 0207 Tab Stop, Focus, Max Length, Tool Tips 0208 Code for user convenience (clearing text boxes, labels, Set Focus) 0209 VB color Constants, Font object, With-End With Coding 0210 Concatenation 0211 Demo of "Name & Address Maker"-User Perspective 0212 Demo of "Name & Address Maker"-Programmer Perspective
03 Variables and Code for Calculations 0301 What is variable? 0302 Variables vs. Constants 0303 Data Types supported by VB 0304 Naming rules and conventions for Variables: Option Explicit 0305 The VAL Function and Calculations 0306 Putting it together - "Book Sales" Program (part 1) 0307 Formatting for output 0308 Accumulating & Module-Level Variables 0309 "Book Sales" Program (Wrap up) 0310 Another Demo - "Shipping Charges"
04 Coding Decision (IF-Else) 0401 Project Overview - "Coffee Sales" 0402 Variables; IF - THEN - ELSE statements 0403 Using IF Statements with the MsgBox Function 0404 Clear button with message boxes 0405 The CALL Statement 0406 Other options with message boxes 0407 Another demonstration program - More data validation 0408 UCase/Lease functions
05 Debugging, Immediate Window, Stand-alone Projects 0501 Using Breakpoints; Stepping through code 0502 Using the Immediate Window 0503 Common Errors and Things to Avoid 0504 Using the Object Browser 0505 The Form Icon; Creating an Executable Project (.EXE file)
06 Other Event Procedures 0601 MsgBox vs. the Input Box 0602 Click and Change Events 0603 GotFocus/LostFocus Events 0604 KeyPress and Mouse Events 0605 Form Load and Form Activate Events 0606 More on LostFocus, SetFocus and the Visible Property 0607 Miscellaneous Form Properties 0608 Validate Event
07 Creating Menus 0701 The Menu Editor 0702 Creating Submenus and Flyout Menus 0703 More menu options 0704 Adding and About Form with a Menu item 0705 Adding a menu to an existing Project 0706 Wrapping up the menu demo (enabled property) اسطوانة المتقدمين :
0101 Single vs. Multiple forms 0102 Start-up Object 0103 Unload vs. Hide 0104 About form template 0105 Removing forms
02 Code for multiple forms 0201 Writing code for multiple forms 0202 Common errors 0203 .BAS module & Sub Main
03 The List Box and Combo Box controls 0301 Which to use: List box or Combo box? 0302 Entering items into the list 0303 ListIndex, ListCount and Sorted properties 0304 Code to alter the list; Change, LostFocus events 0305 RemoveItem, Clear methods 0306 AddItem; Preventing user erros
04 Looping 0401 Do - Loops (pre-test vs. post-test) 0402 For - Next Loops 0403 Nexted Loops 0404 Avoiding problems with loops
05 Control Arrays 0501 Creating an array of command buttons 0502 The Index Property 0503 Problems with control arrays 0504 Another control array demo 0505 Using loops with control arrays 0506 The Case structure & control arrays
06 Printing output 0601 PrintForm vs. Printer.Print method 0602 Print zones, TAB, SPC functions 0603 Changing font properties while printing 0604 Printing within a loop (List/Combo box lists) 0605 Using CurrentX and CurrentY methods to print
07 Database Access 0701 Database Overview 0702 Data Control Properties 0703 Creating navigational buttons 0704 Adding/Deleting records 0705 Searching the database
08 Miscellaneous Items 0801 Common Dialog Control 0802 OLE (Object Linking Embedding) 0803 Mouse Events 0804 Mouse Pointer shape 0805 Automatic DragDrop
09 Sequential Files 0901 Demo of Sequential File Program 0902 Form Load Event (retrieving the data file) 0903 Writing data to the file (saving) 0904 Add, Remove, Clearing items 0905 Form Unload Event
10 Random Files 1001 Overview, .BAS module for Random File 1002 Opening & accessing the file 1003 Calling procedures 1004 Add records procedure 1005 Delete records procedure 1006 Update/Browse procedure; Conclusion of Demo
11 Compiling and Distributing the application 1101 Project Options Properties 1102 Compiling options; Executable files 1103 The Package & Deployment Wizard 1104 The Deployment steps 1105 The Uninstall op01 Multiple Form Projects 0101 Single vs. Multiple forms 0102 Start-up Object 0103 Unload vs. Hide 0104 About form template 0105 Removing forms
02 Code for multiple forms 0201 Writing code for multiple forms 0202 Common errors 0203 .BAS module & Sub Main
03 The List Box and Combo Box controls 0301 Which to use: List box or Combo box? 0302 Entering items into the list 0303 ListIndex, ListCount and Sorted properties 0304 Code to alter the list; Change, LostFocus events 0305 RemoveItem, Clear methods 0306 AddItem; Preventing user erros
04 Looping 0401 Do - Loops (pre-test vs. post-test) 0402 For - Next Loops 0403 Nexted Loops 0404 Avoiding problems with loops
05 Control Arrays 0501 Creating an array of command buttons 0502 The Index Property 0503 Problems with control arrays 0504 Another control array demo 0505 Using loops with control arrays 0506 The Case structure & control arrays
06 Printing output 0601 PrintForm vs. Printer.Print method 0602 Print zones, TAB, SPC functions 0603 Changing font properties while printing 0604 Printing within a loop (List/Combo box lists) 0605 Using CurrentX and CurrentY methods to print
07 Database Access 0701 Database Overview 0702 Data Control Properties 0703 Creating navigational buttons 0704 Adding/Deleting records 0705 Searching the database
08 Miscellaneous Items 0801 Common Dialog Control 0802 OLE (Object Linking Embedding) 0803 Mouse Events 0804 Mouse Pointer shape 0805 Automatic DragDrop
09 Sequential Files 0901 Demo of Sequential File Program 0902 Form Load Event (retrieving the data file) 0903 Writing data to the file (saving) 0904 Add, Remove, Clearing items 0905 Form Unload Event
10 Random Files 1001 Overview, .BAS module for Random File 1002 Opening & accessing the file 1003 Calling procedures 1004 Add records procedure 1005 Delete records procedure 1006 Update/Browse procedure; Conclusion of Demo
11 Compiling and Distributing the application 1101 Project Options Properties 1102 Compiling options; Executable files 1103 The Package & Deployment Wizard 1104 The Deployment steps 1105 The Uninstall otion 01 Multiple Form Projects التحميل [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] باسوورد فك الضغط [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] | |
|