Tree

Friday 31 December 2010


          Tree merupakan salah satu bentuk struktur data bukan linier yang menggambarkan bentuk hierarki antara elemen-elemen. Tree adalah suatu graph yang acyclic, simple, connected yang tidak mengandung loop.

          Tree biasanya terdiri dari root (akar) dan node-node (simpul-simpul) yang berada di bawah root.

          Struktur seperti tree sangat banyak sekali dgunakan dalam dunia nyata, misalnya: struktur organisasi suatu perusahaan, pengaturan filesystem, daftar isi sebuah buku, dan masih banyak lagi.


MDI Visual Basic 2005

Thursday 30 December 2010

The Following are the steps to create an MDI parent Form by yourself(Not from the VB.Net itself): 
   1. Open Microsoft Visual Basic 2005, Click File – New Project (Project Name MDI Parent).


  2. Open the Properties Window of Form1. Set the IsMdiContainer property to True. The Form will be designated as an MDI parent Form, as shown below: 


Program Operator Logic

Sunday 12 December 2010

How to make Program Operator Logic :
    1. First of all, open the Microsoft Visual Basic 2008

    2. Then, click file in the menu bar, click for the new project and write for the name which you want to save.