logging in or signing up VB.NET arnsjc Download Post to : URL : Related Presentations : Share Add to Flag Embed Email Send to Blogs and Networks Add to Channel Uploaded from authorPOINT lite Insert YouTube videos in PowerPont slides with aS Desktop Copy embed code: (To copy code, click on the text box) Embed: URL: Thumbnail: WordPress Embed Customize Embed The presentation is successfully added In Your Favorites. Views: 147 Category: Education License: All Rights Reserved Like it (0) Dislike it (0) Added: July 06, 2011 This Presentation is Public Favorites: 1 Presentation Description No description available. Comments Posting comment... Premium member Presentation Transcript VB.NET: VB.NET After the development of .Net, VB was added with more set of controls and components and thus evolved a new language VB .Net VB.NET----”The most productive tool for building .NET-connected applications. ”Visual Basic.NET: 7/6/2011 Free Background from www.brainybetty.com 2 Visual Basic.NET Easier to Use More Powerful than VB 6.0 Garbage Collection for better memory management We can drag controls from the tool bar and drop them on the form and write code for the controlsUpdate to VB.NET ?: 7/6/2011 Free Background from www.brainybetty.com 3 Update to VB.NET ? “Visual Basic .NET represents a major departure form previous versions of Visual Basic in several ways.” ---- Microsoft Corporation Plenty changes in VB.NET will take lots of effort of even the experienced VB developers.Update to VB.NET ? (cont.): 7/6/2011 Free Background from www.brainybetty.com 4 Update to VB.NET ? (cont.) VB Add-ins Games Graphics Drag and Drop Functionality Variants Windows APIs Dynamic Data ExchangeCreating VB .Net Project in VS 2005: 7/6/2011 Free Background from www.brainybetty.com 5 Creating VB .Net Project in VS 2005 Open Visual Studio 2005 Click File -> New -> Project Choose Language as VB .Net Choose Type Give the path under which the project need to be saved Click OKCreating A Visual Basic .Net Windows-Based Application: 7/6/2011 Free Background from www.brainybetty.com 6 Creating A Visual Basic .Net Windows-Based ApplicationVB FORM: 7/6/2011 Free Background from www.brainybetty.com 7 VB FORMProperties of a Windows Form Object: 7/6/2011 Free Background from www.brainybetty.com 8 Properties of a Windows Form ObjectThe Toolbox Window: 7/6/2011 Free Background from www.brainybetty.com 9 The Toolbox WindowForms and other controls: 7/6/2011 Free Background from www.brainybetty.com 10 Forms and other controls Form is a container for other controls We can place the following in a form Label Text Box Check Box Radio Button Button Date Picker And more…New Tools: 7/6/2011 Free Background from www.brainybetty.com 11 New Tools Calendar Tool Command Buttons are now called Buttons The Editor window (formerly the Code window) Form changesGeneral Changes: 7/6/2011 Free Background from www.brainybetty.com 12 General Changes In VB6, controls that were only visible at design-time still appeared on the form in the IDE Such as the Timer control VS .NET places controls that are invisible at runtime in a small area below the form This area is the Component TrayWindows VB.NET Example: 7/6/2011 Free Background from www.brainybetty.com 13 Windows VB.NET Example You do not have the permission to view this presentation. In order to view it, please contact the author of the presentation.
VB.NET arnsjc Download Post to : URL : Related Presentations : Share Add to Flag Embed Email Send to Blogs and Networks Add to Channel Uploaded from authorPOINT lite Insert YouTube videos in PowerPont slides with aS Desktop Copy embed code: (To copy code, click on the text box) Embed: URL: Thumbnail: WordPress Embed Customize Embed The presentation is successfully added In Your Favorites. Views: 147 Category: Education License: All Rights Reserved Like it (0) Dislike it (0) Added: July 06, 2011 This Presentation is Public Favorites: 1 Presentation Description No description available. Comments Posting comment... Premium member Presentation Transcript VB.NET: VB.NET After the development of .Net, VB was added with more set of controls and components and thus evolved a new language VB .Net VB.NET----”The most productive tool for building .NET-connected applications. ”Visual Basic.NET: 7/6/2011 Free Background from www.brainybetty.com 2 Visual Basic.NET Easier to Use More Powerful than VB 6.0 Garbage Collection for better memory management We can drag controls from the tool bar and drop them on the form and write code for the controlsUpdate to VB.NET ?: 7/6/2011 Free Background from www.brainybetty.com 3 Update to VB.NET ? “Visual Basic .NET represents a major departure form previous versions of Visual Basic in several ways.” ---- Microsoft Corporation Plenty changes in VB.NET will take lots of effort of even the experienced VB developers.Update to VB.NET ? (cont.): 7/6/2011 Free Background from www.brainybetty.com 4 Update to VB.NET ? (cont.) VB Add-ins Games Graphics Drag and Drop Functionality Variants Windows APIs Dynamic Data ExchangeCreating VB .Net Project in VS 2005: 7/6/2011 Free Background from www.brainybetty.com 5 Creating VB .Net Project in VS 2005 Open Visual Studio 2005 Click File -> New -> Project Choose Language as VB .Net Choose Type Give the path under which the project need to be saved Click OKCreating A Visual Basic .Net Windows-Based Application: 7/6/2011 Free Background from www.brainybetty.com 6 Creating A Visual Basic .Net Windows-Based ApplicationVB FORM: 7/6/2011 Free Background from www.brainybetty.com 7 VB FORMProperties of a Windows Form Object: 7/6/2011 Free Background from www.brainybetty.com 8 Properties of a Windows Form ObjectThe Toolbox Window: 7/6/2011 Free Background from www.brainybetty.com 9 The Toolbox WindowForms and other controls: 7/6/2011 Free Background from www.brainybetty.com 10 Forms and other controls Form is a container for other controls We can place the following in a form Label Text Box Check Box Radio Button Button Date Picker And more…New Tools: 7/6/2011 Free Background from www.brainybetty.com 11 New Tools Calendar Tool Command Buttons are now called Buttons The Editor window (formerly the Code window) Form changesGeneral Changes: 7/6/2011 Free Background from www.brainybetty.com 12 General Changes In VB6, controls that were only visible at design-time still appeared on the form in the IDE Such as the Timer control VS .NET places controls that are invisible at runtime in a small area below the form This area is the Component TrayWindows VB.NET Example: 7/6/2011 Free Background from www.brainybetty.com 13 Windows VB.NET Example