Learn Visual basic 6 lesson 1

 
Learn Visual basic 6 lesson 1


In first lesson we will talk about The important windows which save our time while we are in our developing session.

New Project Window 


Use to create the following

  1.  Standard ExE project 
  2.  ActiveX ExE 
  3.  ActiveX Dll
  4. ActiveX control
  5. Vb application Wizard
  6. Vb wizard manager
  7. Active X Document Dll
  8. Active X Document ExE
  9. Addin
  10. Data Project
  11. DHTML Application
  12. IIS Application
  13. VB Enterprise edition control
Learn Visual basic 6 lesson 1


Project Window


We can use project window to go to code view or can expend or collapse the Multi form in a project forms.

Learn Visual basic 6 lesson 1

Properties Window


We can use this to change or customize different type of properties Like Name , Caption , Color etc
We have two type of tabs under this window Alphabetic and categorized in Alphabetic tab all the properties are arranged by the alphabet order.

Properties Window

 Standard Tool Bar / Tool bar / Control Bar

Standard Tool Bar / Tool bar / Control Bar

Standard Tool Bar / Tool bar / Control Bar

Have all The tools to draw and place on the form and use to code behind it so it can interact with the Gui as per end user action.

Layout Window

It can be use to set Starting position of the program. We can set it by dragging small window in the monitor so that when our program/application loads where it will appear on our screen.

vb6 layout window

For next lesson read next lesson ( Lesson 2 ).
For your feedback Contact us or comment.

Post a Comment