Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Power Lifting Lever Belt
SkullVamp
Updated:
Today at 10:32 PM
Ad icon
port.lk Domain for sale
Lankan-Tech
Updated:
Today at 3:55 PM
Colombo
Kaduwela - Two Storey House for Sale
dilrasan
Updated:
Thursday at 2:23 PM
Ad icon
Wechat qr verification
Pawan2005
Updated:
Thursday at 1:28 AM
🚀 GOOGLE AI PRO 18 MONTHS ACTIVATION 🚀
sayuru bandara
Updated:
Wednesday at 5:34 PM
Electronics
Vehicles
Property
Search
Reply to thread
Forums
General
ElaKiri Talk!
Elakiri Programmerz
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="dilshancjdon" data-source="post: 3229959" data-attributes="member: 128206"><p><strong>Lesson 1</strong></p><p></p><p><span style="color: #ff6600">[FONT=&quot]<strong>1.The Visual Basic start up dialog box</strong>[/FONT]</span></p><p> </p><p> <img src="http://www.vbexpert.150m.com/index_files/image4021.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /> [FONT=&quot]To open the Visual Basic environment and to[/FONT]</p><p>[FONT=&quot]</p><p>[/FONT]</p><p>[FONT=&quot] work with it select and click on Microsoft Visual Basic 6.0 in the start menu. When Visual Basic is loaded the New Project dialog shown in below figure will be displayed with the types available in Visual Basic. You can notice that Standard Exe is highlighted by default. Standard Exe allows the user to create standard executable. Standard executable is a type which has most of the common features of Visual basic.[/FONT]</p><p> </p><p> <span style="color: #ff6600">[FONT=&quot]<strong>2.Standard Exe project </strong>[/FONT]</span></p><p> </p><p> </p><p> [FONT=&quot]The window titled Project -Project 1 is called the project explorer which contains the project files[/FONT]</p><p> </p><p> [FONT=&quot]Property window displays the properties of a form or a control. Properties are attributes such as size, name etc. as well as the form all the controls have its own set of properties[/FONT]</p><p> </p><p> [FONT=&quot]Toolbox window contains a set of controls which are used to customize forms. Using this controls user can create an interface between user and the application[/FONT]</p><p> </p><p> <img src="http://www.vbexpert.150m.com/index_files/image3981.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /> <span style="color: #ff6600">[FONT=&quot]<strong>3.Toolbox window with its common controls </strong>[/FONT]</span></p><p> </p><p> </p><p> [FONT=&quot]Pointer———————————–—————————————————————Picture box[/FONT]</p><p> [FONT=&quot]Label————————————–—————————————————-——–—text box[/FONT]</p><p> </p><p> [FONT=&quot]Frame——————————————–—————————————————-—Command button[/FONT]</p><p> </p><p> [FONT=&quot]Check box————————————–——————————————————Option box[/FONT]</p><p> [FONT=&quot]Combo box————————————–————————————————-—–List box[/FONT]</p><p> </p><p> [FONT=&quot]H:scroll bar———————————–———————————————————V:scroll bar[/FONT]</p><p> [FONT=&quot]Timer——————————————–———————————————————-Drive list box[/FONT]</p><p> </p><p> [FONT=&quot]Dir list box————————————–—————————————————--—File list box[/FONT]</p><p> </p><p> [FONT=&quot]Shapes——————————————–————————————————-——Line[/FONT]</p><p> [FONT=&quot]Lines[/FONT]</p><p> [FONT=&quot]Image———————————————–——————————————————Data[/FONT]</p><p> [FONT=&quot]OLE————————————————-[/FONT]</p><p> </p><p> <img src="http://www.vbexpert.150m.com/index_files/image3941.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /> [FONT=&quot]<strong>Control Description</strong>[/FONT]</p><p> </p><p> </p><p> [FONT=&quot]<strong>Pointer used to interact with the controls on the form</strong>[/FONT]</p><p> [FONT=&quot]<strong>Picture Box used to display images</strong>[/FONT]</p><p> [FONT=&quot]<strong>Text Box used to accept user input which can display only editable text</strong>[/FONT]</p><p> [FONT=&quot]<strong>Frame used to group other controls</strong>[/FONT]</p><p> [FONT=&quot]<strong>Command Button used to initiate an action by pressing on the button</strong>[/FONT]</p><p> [FONT=&quot]<strong>Check Box used to do a choice for user (checked or unchecked)</strong>[/FONT]</p><p> [FONT=&quot]<strong>Option Button used in groups where one at a time can be true</strong>[/FONT]</p><p> [FONT=&quot]<strong>List Box used to provide a list of items</strong>[/FONT]</p><p> [FONT=&quot]<strong>Combo Box used to provide a short list of items</strong>[/FONT]</p><p> [FONT=&quot]<strong>H:Scroll Bar a horizontal scrollbar</strong>[/FONT]</p><p> [FONT=&quot]<strong>V:Scrol Bar a vertical scrollbar</strong>[/FONT]</p><p> [FONT=&quot]<strong>Timer used to perform tasks in specified intervals.</strong>[/FONT]</p><p> [FONT=&quot]<strong>Drive List Box used to access to the system drives</strong>[/FONT]</p><p> [FONT=&quot]<strong>Dir List Box used to access to the directories on the system</strong>[/FONT]</p><p> [FONT=&quot]<strong>File List Box used to access to the files in the directory</strong>[/FONT]</p><p> [FONT=&quot]<strong>Shape used to draw circles, rectangles, squares, ellipses</strong>[/FONT]</p><p> [FONT=&quot]<strong>Line used to draw lines</strong>[/FONT]</p><p> [FONT=&quot]<strong>Image used to display images. But less capability than the Picture Box</strong>[/FONT]</p><p> [FONT=&quot]<strong>Data used to connect a database</strong>[/FONT]</p><p> [FONT=&quot]<strong>OLE used to interact with other windows applications</strong>[/FONT]</p><p> [FONT=&quot]<strong>Label used to display texts which cannot be edited</strong>[/FONT]</p><p> </p><p> <span style="color: #ff6600">[FONT=&quot]<strong>4.Property window</strong>[/FONT]</span></p><p> </p><p> <img src="http://www.vbexpert.150m.com/index_files/image3901.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /> [FONT=&quot]</p><p></p><p></p><p>From my Very Old site ( <a href="http://www.VBkigdom.tk" target="_blank">www.VBkigdom.tk</a> )</p><p> I have banned this site from my list due to some reasons........</p><p></p><p>[/FONT]</p></blockquote><p></p>
[QUOTE="dilshancjdon, post: 3229959, member: 128206"] [b]Lesson 1[/b] [COLOR=#ff6600][FONT="][B]1.The Visual Basic start up dialog box[/B][/FONT][/COLOR] [IMG]http://www.vbexpert.150m.com/index_files/image4021.jpg[/IMG] [FONT="]To open the Visual Basic environment and to[/FONT] [FONT="] [/FONT] [FONT="] work with it select and click on Microsoft Visual Basic 6.0 in the start menu. When Visual Basic is loaded the New Project dialog shown in below figure will be displayed with the types available in Visual Basic. You can notice that Standard Exe is highlighted by default. Standard Exe allows the user to create standard executable. Standard executable is a type which has most of the common features of Visual basic.[/FONT] [COLOR=#ff6600][FONT="][B]2.Standard Exe project [/B][/FONT][/COLOR] [FONT="]The window titled Project -Project 1 is called the project explorer which contains the project files[/FONT] [FONT="]Property window displays the properties of a form or a control. Properties are attributes such as size, name etc. as well as the form all the controls have its own set of properties[/FONT] [FONT="]Toolbox window contains a set of controls which are used to customize forms. Using this controls user can create an interface between user and the application[/FONT] [IMG]http://www.vbexpert.150m.com/index_files/image3981.jpg[/IMG] [COLOR=#ff6600][FONT="][B]3.Toolbox window with its common controls [/B][/FONT][/COLOR] [FONT="]Pointer———————————–—————————————————————Picture box[/FONT] [FONT="]Label————————————–—————————————————-——–—text box[/FONT] [FONT="]Frame——————————————–—————————————————-—Command button[/FONT] [FONT="]Check box————————————–——————————————————Option box[/FONT] [FONT="]Combo box————————————–————————————————-—–List box[/FONT] [FONT="]H:scroll bar———————————–———————————————————V:scroll bar[/FONT] [FONT="]Timer——————————————–———————————————————-Drive list box[/FONT] [FONT="]Dir list box————————————–—————————————————--—File list box[/FONT] [FONT="]Shapes——————————————–————————————————-——Line[/FONT] [FONT="]Lines[/FONT] [FONT="]Image———————————————–——————————————————Data[/FONT] [FONT="]OLE————————————————-[/FONT] [IMG]http://www.vbexpert.150m.com/index_files/image3941.jpg[/IMG] [FONT="][B]Control Description[/B][/FONT] [FONT="][B]Pointer used to interact with the controls on the form[/B][/FONT] [FONT="][B]Picture Box used to display images[/B][/FONT] [FONT="][B]Text Box used to accept user input which can display only editable text[/B][/FONT] [FONT="][B]Frame used to group other controls[/B][/FONT] [FONT="][B]Command Button used to initiate an action by pressing on the button[/B][/FONT] [FONT="][B]Check Box used to do a choice for user (checked or unchecked)[/B][/FONT] [FONT="][B]Option Button used in groups where one at a time can be true[/B][/FONT] [FONT="][B]List Box used to provide a list of items[/B][/FONT] [FONT="][B]Combo Box used to provide a short list of items[/B][/FONT] [FONT="][B]H:Scroll Bar a horizontal scrollbar[/B][/FONT] [FONT="][B]V:Scrol Bar a vertical scrollbar[/B][/FONT] [FONT="][B]Timer used to perform tasks in specified intervals.[/B][/FONT] [FONT="][B]Drive List Box used to access to the system drives[/B][/FONT] [FONT="][B]Dir List Box used to access to the directories on the system[/B][/FONT] [FONT="][B]File List Box used to access to the files in the directory[/B][/FONT] [FONT="][B]Shape used to draw circles, rectangles, squares, ellipses[/B][/FONT] [FONT="][B]Line used to draw lines[/B][/FONT] [FONT="][B]Image used to display images. But less capability than the Picture Box[/B][/FONT] [FONT="][B]Data used to connect a database[/B][/FONT] [FONT="][B]OLE used to interact with other windows applications[/B][/FONT] [FONT="][B]Label used to display texts which cannot be edited[/B][/FONT] [COLOR=#ff6600][FONT="][B]4.Property window[/B][/FONT][/COLOR] [IMG]http://www.vbexpert.150m.com/index_files/image3901.jpg[/IMG] [FONT="] From my Very Old site ( [url]www.VBkigdom.tk[/url] ) I have banned this site from my list due to some reasons........ [/FONT] [/QUOTE]
Insert quotes…
Verification
Asuwa dahayen wadi kalama keeyada?
Post reply
Top
Bottom