jagomart
digital resources
picture1_Programming Pdf 184437 | Ch03pt1


 135x       Filetype PDF       File size 0.17 MB       Source: www.math.uaa.alaska.edu


File: Programming Pdf 184437 | Ch03pt1
chapter 3 fundamentals of programming in vb net part i vb net controls vb net events chapter 3 vb net by schneider 1 3 1 vb net controls invoking vb ...

icon picture PDF Filetype PDF | Posted on 01 Feb 2023 | 2 years ago
Partial capture of text on file.
 
                                                    Chapter 3 – Fundamentals of 
                                                    Programming in VB.NET
                                                  • Part I
                                                        • VB.NET Controls
                                                        • VB.NET Events
                                                                              Chapter 3 - VB.NET by Schneider                            1
                                                    3.1 VB.NET Controls
                                                  • Invoking VB.NET 
                                                  • A Text Box Walkthrough
                                                  • A Button Walkthrough
                                                  • A Label Walkthrough
                                                  • A List Box Walkthrough
                                                  • The Name Property 
                                                  • A Help Walkthrough
                                                  • Fonts / Auto Hide
                                                                              Chapter 3 - VB.NET by Schneider                            2
                                                                                                                                                                            1
                               A Text Box Walkthrough
                             • Drag Text Box from ToolBox
                             • Sizing
                             • Delete
                             • Properties
                                 • Text, Color, Font, Size, Location, Visible, 
                                  Enabled
                                              Chapter 3 - VB.NET by Schneider  3
                               A Button Walkthrough
                             • Add the button
                             • Change the Text property
                                              Chapter 3 - VB.NET by Schneider  4
                                                                                                    2
                                                    Add an "access key" 
                                                                              Chapter 3 - VB.NET by Schneider                            5
                                                    A Label Walkthrough
                                                  • Add the Label
                                                  • Change the Text property
                                                  • Resize the control
                                                                              Chapter 3 - VB.NET by Schneider                            6
                                                                                                                                                                            3
                                                    A List Box Walkthrough
                                                  • Add the List Box
                                                  • Add data
                                                  • Resize the control
                                                                              Chapter 3 - VB.NET by Schneider                            7
                                                    The Name Property
                                               • How the programmer refers to a control in code 
                                               • Name must begin with a letter
                                               • Must be less than 215 characters long
                                               • May include numbers and the underscore
                                               • Naming convention: use appropriate 3 character 
                                                   naming prefix
                                                    • First three letters identifies the type of control
                                                    • Remaining letters identifies the purpose
                                                    • E.g. a text box to store a social security number would 
                                                       be called txtSocialSecurity
                                                                              Chapter 3 - VB.NET by Schneider                            8
                                                                                                                                                                            4
The words contained in this file might help you see if this file matches what you are looking for:

...Chapter fundamentals of programming in vb net part i controls events by schneider invoking a text box walkthrough button label list the name property help fonts auto hide drag from toolbox sizing delete properties color font size location visible enabled add change an access key resize control data how programmer refers to code must begin with letter be less than characters long may include numbers and underscore naming convention use appropriate character prefix first three letters identifies type remaining purpose e g store social security number would called txtsocialsecurity...

no reviews yet
Please Login to review.