Computer manuals. Free downloads.
Astalaweb.com

Astalaweb.com  Home |  Menu 1  |  Menu 2  Last manuals |  In Spanish  |   
1 user connected   1537 resources collected

Menu

M Menu 2
L Last manuals
A Articles
A Astalaweb

Free Manuals

Free manuals - 2

60 - 60

Free manuals 3 - 4

60 - 60

Free manuals 5 - 6

60 - 60

Microsoft Office

Access - 2

11 - 8

Access - 3 - 4

20 - 20

Access - 5 - 6 - 7

20 - 20 - 9

Excel - 2 - 3

12 -13 -11

Excel 4 - 5 - 6

20 -20 -20

Excel 7 - 8 - 9

20 -20 -21

Office

0

Outlook

11

PowerPoint - 2

10 - 10

Word - 2

7 - 9

Operating Systems

Mac OS Apple 3
Linux - Unix - 2

17 - 17

Linux - Unix 3 - 4

13 - 17

MS - DOS

15

Windows - 2 - 3New 17 - 21 - 8
Other S.O

0

Programming languages

Assembly - 2

8 - 10

Cobol - 2

10 - 6

Cobol 3 - 4

20 - 2

C/C++ - 2

10 - 10

C/C++ 3 - 4

10 - 6

C++/C#/Objective C

20

C++/C#/Objective C 2 - 3

20 - 5

Delphi - 2

10 - 8

Fortran

10

Pascal - 2

11 - 9

Visual Basic - 2

12 - 10

Visual Basic NET - 2

11 - 11

Programming languages II

Ajax - 2Upd

10 - 9

Matlab

14

Prolog - 2

6

Python - 2

8 - 8

Python 3

6

UML - 2

11 - 8

Internet programming

ASP

19

ASP.net

19

ASP.net 2 - 3 - 4

20 - 20 - 8

CSS  - 2

15 - 6

CSS 3 - 4  - 5

20 - 20 - 16

Html

14

Html 2 - 3

20 - 6

Java - 2

10 - 6

Javascript - 2

14 - 12

Perl

18

PHP - 2

10 - 9

VbScriptUpd

16

XML - 2

10 - 15

Social Network

Facebook

14

Facebook 2 - 3

20 - 19

Twitter

6

 
M Menu 2
L Last manuals
A Articles
A Astalaweb

Visual Basic. Programming languages.

Definition of Visual Basic

A programming language and environment developed by Microsoft. Based on the BASIC language, Visual Basic was one of the first products to provide a graphical programming environment and a paint metaphor for developing user interfaces. Instead of worrying about syntax details, the Visual Basic programmer can add a substantial amount of code simply by dragging and dropping controls, such as buttons and dialog boxes, and then defining their appearance and behavior.
Although not a true object-oriented programming language in the strictest sense, Visual Basic nevertheless has an object-oriented philosophy. It is sometimes called an event-driven language because each object can react to different events such as a mouse click.

Since its launch in 1990, the Visual Basic approach has become the norm for programming languages. Now there are visual environments for many programming languages, including C, C++, Pascal, and Java. Visual Basic is sometimes called a Rapid Application Development (RAD) system because it enables programmers to quickly build prototype applications.

Legends

  xxxKb = Size of downloadable file in Kb  || - Manual on Internet (no downloadable)
- Htm Format |  - Microsoft Word (.doc) | - Acrobat PDF (.pdf)  | - Rich Format Text (.rtf)
 | - Unformatted text (.txt) |  - Power Point (..ppt, pps) | - Help (.chm)  |  - Installer (.exe)

Manual Description Online Format / File Ads / Size



Visual Basic .Net tutorial / Local Download

Introduction to Visual Basic .Net. 26 pages in PDF.

Home and learn - VB .NET

This Home and Learn computer course is an introduction to Visual Basic.NET programming for beginners. This course assumes that you have no programming experience whatsoever. It's a lot easier than you think, and can be a very rewarding hobby!

HowToStartProgramming - VB .NET

VBasic.Net. 1. Introduction 2. Hello World 3. Variables 4. If Statements 5. Math Functions 6. Form Properties 7. The Progress Bar 8. The Listbox 9. The Radio Button And The CheckBox10. The Menu Strip 11. Linking Forms 12. Log In Form 13. Text To Speech 14. Splash Screen 15. For Loop 16. Do While 17. Do Until 18. Subs 19. Functions 20. Advanced MessageBox 21. Conditional Operators 22. Logical Operators 23. Timers 24. Sending An Email 25. Emailing Application
26. FTP Upload 27. FTP Application 28. ByVal and ByRef 29. Comments 30. Download and Run File 31. Web Browser 32. Application Settings 33. Using Settings 34. Auto Typer 35. Arrays
36. Splitting Strings 37. Computer Information 38. Try Catch 39. Web Page Source Code
40. Application Updater 41. Website Login 42. Reading Text Files 43. Saving Text Files
44. OpenFileDialog 45. SaveFileDialog 46. Special Folders 47. Get Elements By Tag Name
48. Get All HTML Elements 49. Click Button Without ID 50. Write To Online Text File
51. HttpWebRequest POST Method 52. HttpWebRequest CookieContainer 53. MultiThreading
54. Regex 55. Modules 56. Classes

Visual Basic .Net tutorial / Local Download

Introduction to Visual Basic .Net. 26 pages in PDF.

The VB Programmer. VB.net tutorial

The tutorials, how-tos, and code samples provided on this page are available free of charge. You can use these as an on-line resource to access any individual topic on this page, as well as download any associated VB project files or other files associated with that individual topic for no cost whatsoever.

Java2s. VB.NET


Exhaustive and complete manual on VB.net. All topics covered!

Microsoft VB.NET code for developers


Developer code samples. From Microsot Site.

CodeProject VB.net

Articles and code on VB.net. Tips and tricks.

HowToStartProgramming VB.net

Visual Basic .NET is an Object-Oriented programming language designed by Microsoft. With the word “Basic” being in the name of the language, you can already see that this is a language for beginners. Although the language is aimed at noobs and novices, you should not underestimate the power of the language itself. There are people who criticize VB.NET because of the simplicity of the syntax, but VB.NET has the ability to create very powerful and sophisticated applications. VB.NET is a great place to start because of how easy and straight forward it is. The syntax is easy and you will not find yourself writing hundreds of lines of code as there are many shortcuts that make coding so much easier in this language.

56 chapters!

DotnetPerls VB.net

A program is not its syntax. It is a computational process. It is what it does. The .NET Framework provides the VB.NET syntax form. The VB.NET language exposes the power of the .NET Framework. With the Framework methods we avoid writing lots of tedious code. This speeds development.
Lessons:
Array Class Collections File String Console Data Enum Interface Lambda Loop Number Process Property Regex Sort StringBuilder Structure Sub Time Windows

Vbabout.com VB.net

The current contents of the tutorial are as follows:
Part 1 - A "From the Ground Up" Tutorial - An introduction to the course.
Part 2 - Visual Basic Fundamentals - The basics of the VB Language and How To Find More Information.
Part 3 - About Programming - Software systems and the Systems Development Life Cycle.
Part 4 - What's New With Visual Basic .NET Express - Special emphasis on VB.NET 2010.
Part 5 - The .NET Framework and Objects - How the Framework and Objects fit into VB.NET.
Part 6 - Objects in Detail - More objects and version 1 of the Signature Block program.
Part 7 - Using Data and Serializing to Files - Intro to ADO.NET, and Using Serialization in Version 2 of the Signature Block program.
Part 8 - Using XML - Introduces the use of XML in VB.NET.
Part 9 - Programming Logic and System Architecture - Systems: From the CPU Chip to Networks.
Part 10 - Collections of Things - How to use Arrays, Collections, Stacks and Queues.
Part 11 - Errors: Preventing and Handling Them - Built-In Error Prevention and Structured Error Handling

         

Home Page

         
 

Manuals.astalaweb.net © 2005
Gabriel Chova Blasco  - All rights reserved