Visual basic programming codes
Answers
Answered by
1
here are many sources of code within the Visual Basic documentation set. This topic helpsyou get started in locating that code. Note that some of this code is contained within topics that provide further explanation or instructions on how to perform a task, whereas some is contained in special topics devoted onlyto displaying a code example.Code in the Visual Basic DocumentationThe following topics highlight useful code samples, by feature, within the Visual Basic documentation.Code for Windows Forms ApplicationsLists code examples in the "Creating Windows Applications" section of the documentation.Code for Windows Forms ControlsLists code examples in the "Windows Forms Controls" section of the documentation.Code for Data AccessLists code examples in the "Accessing Data" section of the documentation.Code for Web ApplicationsLists code examples in the "Creating Web Applications and Services" section of the documentation.Code for Web Forms ControlsLists code examples in the "ASP.NET Server Controls" section of the documentationCode for Component ProgrammingLists code examples in the "Programming with Components" section of the documentation.
Similar questions