Visual Basic Newsletter #4 - 21-JAN-2002
INDEX
1. A FEW WORDS FROM THE EDITOR
2. PROYECTOVB - Free software for VB developers
3. ASP TUTORIALS
4. VISUAL BASIC ON THE NET
- More Visual Basic tutorials
- Visual Studio Installer 1.1
########################################################################
1. A FEW WORDS FROM THE EDITOR
This newsletter keeps growing and has reached 1650 subscribers in total.
The newsletter can grow in contents and subscribers ONLY thanks to your
collaboration. If you are the author of an article about Visual Basic,
or if you solved a programming problem and want to share your code,
please submit it to us so we can publish it. Links to interesting
material in the web are also most welcome. Please forward this
newsletter to colleagues and friends who might be interested in this
publication, or send them the link:
http://www.latiumsoftware.com/en/visual-basic/index.php
I'd like to invite you to join our Visual Basic forum at Yahoo! Groups
where you can exchange experience with other VB programmers:
VISUAL BASIC PROGRAMMING (FORUM / MAILING LIST)
http://groups.yahoo.com/group/vbasic-en
vbasic-en-subscribe@yahoogroups.com
The forum has quite a few members and almost no messages, but we expect
it'll reach the critical mass some day. BTW, we've just opened a new
forum for searching/recommending Software Components (ActiveX objects,
DLL libraries, VCL and CLX components, and the like) as well as
utilities, tutorials, information, etc.
SOFTWARE COMPONENTS (FORUM / MAILING LIST)
http://groups.yahoo.com/group/components
components-subscribe@yahoogroups.com
Yours,
Ernesto De Spirito
eds2004 @ latiumsoftware.com
########################################################################
2. PROYECTOVB - Free software for VB developers
¿What is ProyectoVb?
====================
ProyectoVb is a Chilean web site dedicated to the development of freely
distributable aplications made 100% in VB.
http://proyectovb.topcities.com/index3.html
Applications
============
Currently you can find the following applications:
* Project Explorer 1.0.14 Beta
It's a QA (Quality Assurance) tool. Analyzes your project developed in
Visual Basic and measures the quality of your work. It removes all the
code not being used, which will allow you yo genereate smaller
executables. It supports Visual Basic 3, 4, 5 and 6. Work is in
progress to support VB .NET. It graphically displays all subs,
funtions, variables, constants, types, enumerations, arrays, APIs,
controls, events, properties and it also analizes the selected
project.
http://proyectovb.topcities.com/vbproyexp2.html
* Project Dependency 1.0.1 Beta
Displays the dependencies of Visual Basic projects.
http://proyectovb.topcities.com/pdependency2.html
* Project Backup 1.0.1 Beta
Backs-up Visual Basic projects.
http://proyectovb.topcities.com/pbackup2.html
* Easy Query 1.0.9 Beta
Queries ODBC data sources and Access 97/2000 databases. Easy Query is
a freely distributable tool developed with Visual Basic 6.0 using ADO
technology. It's a small and simple query builder.
http://proyectovb.topcities.com/easyquery2.html
* Component Manager 1.0.3 Beta
Manager of Components and References.
http://proyectovb.topcities.com/cmanager2.html
Download
========
Due to increasing restrictions imposed by the web hosting provider, the
archives are not available for download, and their author distributes
them by email. If you want a copy of any of these applications, you have
to make the request to <proyectovb@hotmail.com>.
########################################################################
3. ASP TUTORIALS
ASP (Active Server Pages) is widely used in the Internet for server-side
scripting, specially on Windows NT servers. Here are some tutorials that
can help you learn ASP:
* ASP School
http://www.w3schools.com/asp/
* AIT's ASP Tutorial
http://www.aitcom.net/asptutor/
* Active Server Pages Explained
http://www.webhostdir.com/guides/asp/default.asp
* Creating a Simple SQL-Driven Web Site
http://www.zdnet.com/devhead/stories/articles/0,4413,2193182,00.html
* ASP Tutorial
http://asm.byu.edu/asptut/asptutorial/index.asp
* Do-It-Yourself ASP Tutorial
http://www.geb.net/asp/samples/index.htm
* Basic Active Server Pages Tutorial for beginners
http://stardeveloper.com:8080/articles/041600-1.shtml
* Online ASP Tutorial - by Dustin Rue
http://classweb.mnstate.edu/tutorials/asp.asp
* Active Server Pages tutorial for beginners
http://www.submitside.com/asp/
* So You Want ASP, Huh? - by Joe Burns, Ph.D.
http://www.htmlgoodies.com/beyond/asp.html
* Everything about ASP variables
http://www.scripts.nl/ASP/asp_vars.asp
* Kathi's Active Server Pages (ASP) Tutorial - by Kathi O'Shea
http://www.web-savant.com/users/kathi/asp/overview.html
* ASP Tutorial - by David Brebner
http://www.advantage.co.nz/ur/aspquiz.htm
* CTX ASP Tutorial
http://www.codtek.com/ctx/asp/tutorial.asp
* Using Remote Data Service (RDS) in Active Server Pages
http://www.rdsdeveloper.com/ASPTutorial.html
* ASP Search Engine - by Faisal Khan
An ASP Tutorial to create your own Database driven Search Engine
http://stardeveloper.com:8080/asp_searchengine_1.asp
* Using ODBC with Active Server Pages Tutorial
http://www.bunga.com/DEPAUL/ds420/odbc_asp/
* ASP Tutorial : Arrays - by Mikhail Esteves
http://www.indiainternetinc.com/technology/asp_arrays_tutorial.shtml
* ASP Tutorial - Next Ten Records - by Kevin Spencer
This little tutorial shows you how to create a database application
which displays a limited number of records, with the ability to go to
another page containing the "next x records."
http://www.takempis.com/nextten.asp
More on ASP
-----------
* DevGuru Built-in ASP Objects Quick Reference guide
http://www.devguru.com/Technologies/asp/quickref/asp_intro.html
* Beginer ASP Coding Tips
http://www.4guysfromrolla.com/webtech/top10/begindex.shtml
* Intermediate ASP Coding Tips
http://www.4guysfromrolla.com/webtech/top10/intindex.shtml
* A Preview of Active Server Pages+ (ASP+)
http://stardeveloper.com:8080/asp_bk_aspplus_1.asp
########################################################################
4. VISUAL BASIC ON THE WEB
More Visual Basic tutorials
---------------------------
* Create Your First VB Project
One of the best tutorials for beginners
devx.com/upload/free/features/getstarted/2000/fall00/ss0004/ss0004.asp
* Visual Basic tutorial - by Karl Moore
http://www.vb-world.net/beginning/vbtutorial6/
* Visual Basic database tutorial - by Karl Moore
http://vb-world.net/databases/dbtutorial7/
* Database Tutorial. Accessing databases with Visual Basic using DAO
Using data access objects, you can create databases and build full-
featured applications that access existing databases in many popular
formats, including Microsoft Access, Btrieve, dBASE, Microsoft FoxPro,
and Paradox, as well as Open Database Connectivity (ODBC)
client/server databases like Microsoft SQL Server
http://pc13.virtualave.net/dbtutorial.htm
* Quick Start Guide to SQL Server 7 - by Karl Moore
http://vb-world.net/databases/sqltutorial4/
* Windows API Tutorial - by Karl Moore
http://vb-world.net/articles/winapi2/
* Executing a VB Program with Command Line Arguments
//www.vbexplorer.com/vb_feature/august2000/command_line_arguments.asp
* Object Oriented Programming
Volumes could be written about OOP and Visual Basic. Here we skim the
vital concepts and show some code samples that may be of use as you
learn.
http://www.vbexplorer.com/ooptutor.asp
* Screen Savers - Inside & Out
visualbasic.about.com/compute/visualbasic/library/weekly/aa050701a.htm
* Direct3D: Introduction - By Rod Stephens
http://www.vbexplorer.com/d3d_index.htm
Visual Studio Installer 1.1
---------------------------
Do you like the Setup Wizard that comes with Visual Basic? Probably not,
and in this case I'd suggest you to try Visual Studio Installer 1.1, a
program you can download free of charge from Microsoft's web site:
http://msdn.microsoft.com/vstudio/downloads/tools/vsi11/download.aspx
########################################################################
This newsletter is provided "AS IS" without warranty of any kind. Its
use implies the acceptance of our licensing terms and disclaimer of
warranty you can read at http://www.latiumsoftware.com/en/legal.php
where you will also find a note about legal trademarks. Articles are
copyright of their respective authors and they are reproduced here with
their permission. You can redistribute this newsletter as long as you do
it in full (including copyright notices), without changes and gratis.
------------------------------------------------------------------------
Latium Software http://www.latiumsoftware.com/en/index.php
------------------------------------------------------------------------
Copyright (c) 2002 Ernesto De Spirito. All rights reserved.
------------------------------------------------------------------------
|