|
Comprehensive tutorial designed for beginning programmers interested in learning the wonderful language of visual basic.
www.allsyntax.com/tutorials/vb/vb1/index.php
|
|
In this walkthrough, you will upgrade a Visual Basic graphics sample application to Visual Basic .NET. In addition to illustrating the upgrading process, this walkthrough highlights the differences in graphics architectures between Visual Basic 6.0 and Visual Basic .NET. This should also serve as an introduction to dealing with architectural issues in your applications.
www.only4gurus.com/v2/preview.asp?ID=4246
|
|
Access the Windows Registry using the Windows API functions, that will be integrated by writing a seperate module ready for inclusion in your application.
www.skillreactor.org/tutortxt/registry.htm
|
|
Learn to use the Microsoft scripting environment that allows you to integrate your own dynamic webpages to a IIS server. VBScript is used as an example.
www.skillreactor.org/tutortxt/aspvb.htm
|
|
Synchronize your local system time using a Visual Basic application that connects to an internet atomic clock.
www.skillreactor.org/tutortxt/inettime/index.htm
|
|
This pack contains: a document that describes the techniques users can employ to author and consume custom Web controls for ASP.NET Web applications using Visual Studio.NET; a presentation about Server and User Controls in ASP.NET and source code.
www.only4gurus.com/v2/preview.asp?ID=2817
|
|
This article explains what are "Delegates"? And what is their role in .NET framework. The author uses VB.NET code to provide working examples of "Delegates".
stardeveloper.com/articles/display.html?article=2003070801&page=1
|
|
Today I had the pleasure of conducting a virtual interview with manager and CEO of Exhedra Solutions Inc, Ian Ippolito. Ian runs Planet-Source-Code.com and also RentACoder.com. In this interview, Ian talks about how PSC started, why it's been so successful, the infrastructure behind the site, and his background in computer programming.
www.devarticles.com/art/1/26
|
|
If you've ever used the Windows API, then you'll know that it has certain functions to execute and monitor shell applications. In this article Joe shows us how to execute and monitor a C++ program as a separate process using API's through a Visual Basic ActiveX DLL and ASP.
www.devarticles.com/art/1/58
|
|
An in-depth series of tutorials covering all aspects of Visual Basic, for beginners to advanced.
www.juicystudio.com/tutorial/vb/index.html
|
|
When we wrote the InStockBot we wanted to create a reliable registration system. Our goal was to create a very simple solution for providing a demo version that can auto-upgrade itself to the full version plus limit piracy. In this article, we explain how we built the user registration and validation system. (SiteExperts)
www.siteexperts.com/tips/techniques/registration/page1.asp
|
|
The Microsoft Windows CE Toolkit for Visual Basic 6.0 is everything and more you need to develop applications completely in Visual Basic for almost any device running Windows CE. Why not learn about it now.
www.wirelessdevnet.com/training/WinCE/VBCE.html
|
|
Demonstrates how to build an ActiveX Control that will accept data from multiple fields of a data provider.
abstractvb.com/code.asp?CID=74
|
|
A brief introduction to the Data Environment Designer that shows how to setup a connection, build a command, use the Query Builder, and create a small app with forward and previous buttons.
abstractvb.com/code.asp?CID=75
|
|
Demonstrates how to build an ActiveX Control that can act as a Data Source for other controls. This tutorial will show you how to build a control similar to the ADODC.
abstractvb.com/code.asp?CID=76
|
|
Shows how to use the Data Report Designer to create, print, preview, and export reports.
abstractvb.com/code.asp?CID=77
|
|
This tutorial is very rudimentary as it covers the basics about these controls, but is very useful if you are new to VB and want to add some file navigation.
abstractvb.com/code.asp?CID=78
|
|
This explains what a linked list is, why you should use them, and how to implement one.
abstractvb.com/code.asp?CID=79
|
|
This article serves as a "How To" article for accomplishing a common task: passing a disconnected Recordset from a VB server-side component to an ASP page. (4Guys)
www.4guysfromrolla.com/webtech/081600-1.shtml
|