Visual Basic Tutorials, Code Examples & Articles
|
|
|
 |
| General
Java, Applets, J2EE,
J2ME, J2SE,
JavaBeans, JavaScript,
JDBC, Jini,
JSP, Servlets,
Swing |
 |
| General
Linux, Apache, MySQL,
PostgreSQL |
 |
| Active
Server Pages, ActionScript,
ASP.NET, C++,
C#, Perl,
PHP, Python,
Visual Basic, VB.NET |
 |
| |
Let the Education
Guide Network help you accelerate your career:
Learn more about...
Cooking
Schools
Culinary
Arts Schools
Online
MBA Programs
Our Web Sites:
Online
Degree Guide
The Vocational
School Guide
|
| |
| CSS,
DHTML, JavaScript |
 |
| ColdFusion,
Dreamweaver, Flash,
FrontPage, GoLive |
 |
| General
Web Services, .NET, SOAP,
UDDI, WSDL |
 |
| 3G,
802.11, EPOC,
i-mode, J2ME,
Palm, Pocket
PC, WAP, Windows
CE, WML, WiMax |
 |
| XML
(General) , ebXML, RSS,
SAX, XSLT,
VoiceXML, WML,
WSDL, XHTML,
XML Schema |
|
|
Tutorials & Training Courses
on CD-ROM
Over 300 Titles to choose from: from Web Design to
Programming, from
Dababases to Certifications. TRY FOR FREE!
Do you need high quality training at an afforable
price?
Do you need training that is easy to follow,
informative and allows you to master complex applications
fast?
Do you need to learn how to master Programming, Web
Design and Graphics?
Click
here to try a FREE Demo &
view the full range of training CD-ROMs
|
|
There are 457 articles & tutorials regarding "Visual Basic".
- 7.) New Object-Oriented Capabilities in VB.NET
- Author Wrox Press Introduction This is a sample chapter from Programming in VB.NET with the Public Beta When Visual Basic 4.0 was released, it introduced a whole new era of programming for VB. Object-oriented (OO) programming was finally a possibility. Unfortunately, few OO features were included in the VB language at that point. Most notably lacking were inheritance capabilities, one of the key defining criteria for any OO language. VB was also missing a large number of secondary...
Found at Developer Fusion
- 8.) Creating a Server Component with VB - Redesigned - Part 1
- By Doug Dean Rating: 4.5 out of 5 Rate this article email this article to a colleague Overview This article is for ASP developers and Visual Basic (VB) programmers who want to combine both technologies to write compiled VB components for ASP pages. When I reread my initial article, "Creating a Server Component with Visual Basic" (see http://www.15seconds.com/Issue/980930.htm ), it struck me that a lot of code has flowed under the bridge since then. I also realized that the way I code a...
Found at 15 Seconds
- 9.) Use Interop Code and Overlap Fields with the Union Construct in VB.NET
- By Paul Kimmel There are few idioms and constructs that Visual Basic .NET cannot touch. Although not especially good at pointers and addresses, VB.NET and C# enable a developer to emulate, contrive, or precisely reproduce almost everything else that even the most complex languages, like C++, offer. One such construct is the union. A union is like a structure, but it permits all its fields to share the same starting address. Consider a union with character and integer fields. The union...
Found at developer.com
- 10.) Introduction to OOP in VB.NET
- by Budi Kurniawan 09/23/2002 Visual Basic .NET offers its users, among many other things, a fully object-oriented programming (OOP) experience. Some former VB6 developers have prepared themselves well to embrace this new version of the language. Others, however, need more time and guidance in taking on this new challenge and opportunity. In this VB.NET OOP series, Budi Kurniawan introduces many facets of object-oriented design and programming to VB programmers new to OOP. Discussions...
Found at O'Reilly Network
- 11.) Discovering Visual Basic .NET: Repeating Code
- By Bill Hatfield Go to page: 1 2 Next In the previous article in this series, Discovering Visual Basic .NET: Making Decisions , you found out how to make your programs smarter by letting them make their own decisions. In the this article, I'll introduce the topic of looping and show you how to get your program to execute several lines of code again and again. VB.NET has two types of loops. The For...Next loop counts off a certain number of times and then quits. The Do...Loop uses a...
Found at developer.com
- 12.) VB.NET Single Sign-On with DIGEST, BASIC and LDAP
- VB.NET: Single Sign-On with DIGEST, BASIC and LDAP By Peter A. Bromberg, Ph.D. Printer - Friendly Version In my article about ASP.NET Digest authentication here , I published a piece with an HttpModule for Digest Authentication in VB.NET, which was based primarily on an original piece in C# done by Greg Reinacker on his blog page. Since then, I've received a number of thanks for wiring up the database code and providing a schema and a sample test web application. One of the most common...
Found at EggHeadCafe
More articles & tutorials (Index of all articles & tutorials)
|
|