Visual Basic For Windows (VB/Win)

Frequently asked Questions & Answers
Section IX - B
Part 1

Last-modified: 22-Aug-95


[Preface] [General VB] [Common VB Questions] [Advanced VB Questions] [Calling the Win. API & DLL's] [VB/Win & Databases] [Distributing Apps] [General Tips] [VB for Apps (VBA)]

The following symbols indicates new & updated topics:

Hope this makes it easier for Our Regular Readers ;-)


TABLE OF CONTENTS:

A. PREFACE
B. GENERAL VISUAL BASIC QUESTIONS
C. COMMON VISUAL BASIC PROGRAMMING QUESTIONS
D. ADVANCED VISUAL BASIC PROGRAMMING ISSUES
E. CALLING THE WINDOWS API AND DLLs IN GENERAL
F. VISUAL BASIC AND DATABASES
G. DISTRIBUTING VISUAL BASIC APPLICATIONS
H. MISCELLANEOUS TIPS AND INFORMATION
I. VISUAL BASIC FOR APPLICATIONS (VBA)

A. PREFACE


1. About this document

This document is a compilation of frequently asked questions and their answers about Visual Basic for Windows and Visual Basic for Applications which have been gathered from posts to the comp.lang.basic.visual.* newsgroups. Although efforts have been made to find obvious errors, there is no guarantee that the information in this document is error-free. Neither the FAQ maintainer nor anyone else associated with this document assume ANY liability for the content or use of this document. If you find any errors, please report them to the address given below.

[ HTML Editor: The HTML versions have been created for your convience from the raw FAQ files. Some conversion errrors may have been incurred. Please report any non-functioning links, or changes of email address to me ( millard@buffnet.net). Please direct any comments, flames, etc... concerning this version (not the content :) to this same address. Thanx. ]

This FAQ document is protected by international copyright regulations. Permission is granted to distribute it freely, both in electronic and written format, provided no charge is made. Also, do not make changes to this document without the consent of the maintainer. Usenet netiquette applies.

[Top of Page][Table of Contents]


2. Where to get the VB/Win FAQ [++]

Most FAQs (including this one) are available at the anonymous ftp archive site "rtfm.mit.edu". All parts of the VB FAQ may be found here:

ftp://rtfm.mit.edu/pub/usenet/comp.lang.basic.visual.misc/

The following are alternative sites to rtfm: (FYI: "rtfm" stands for "Read The ******* Manual". I kid you not!)

[Andre van Meulebrouck (vanmeule@ils.nwu.edu)]

You can also have the VB FAQs e-mailed to you by sending a message to mail-server@rtfm.mit.edu with ONLY the text: 'send usenet/comp.lang.basic.visual.misc/*' in the BODY of the message.

Alternative mailservers for those who have no ftp access

[thanks to Jakob Faarvang (jakobf@apexsc.com)]

For all mailservers:

  • Use the 'index' command to get a list of files available at the site.
  • Use the 'help' command to get more detailed instructions.
(NOTE: commands are in BODY of mail message!)

Note that a Web-browser like Netscape or Microsoft Internet Explorer easily can access an ftp site, view and download files. The ftp address on the top of this point (ftp://...) is formatted for these browsers; just copy and paste the text directly into the "URL" line.

There is currently work going on to make these available in HTML format (for Web-browsers). This work is done by Peter Millard Look at: http://www.buffnet.net/~millard/vblinks.htm or go directly to the copies of his HTML FAQ's (when finished!):

[Top of Page][Table of Contents]


3. Kudos & comments

In this document, whenever a long line of code must be split into two or more lines of text in the code examples, a | symbol will precede each line which should be appended to the line above it.

As the FAQ maintainer, I don't have time to explore all of the aspects of Visual Basic. Neither have I time or knowhow to personally answer direct technical questions thoroughly. I rely on your submissions to improve the quality and inclusiveness of this document. If you have found a VB hint, tip, trick, work-around, etc., please write it up and send it to me! Jan Steinar Haugland (jansh@telepost.no), VB/Win FAQ maintainer.

Please note that my first language is not English. You can safely ignore all typos, but if you find an error that is so embarrassing you can't help pulling your hair and screaming loud, just send me a note and I'll correct it quietly. OK?

This document is a collective effort! I would like to thank all contributers, and also all those who have given constructive feedback. This FAQ is now widely distributed in the net community. Special thanks to the following people who have made many and invaluable contributions to the VB/Win FAQ:

John McGuire (jmcguire@jax.jaxnet.com), a longtime VB user, recently went through the FAQ and found lots of things worth his comments. Many of his corrections and suggestions are implemented throughout.

Thanks! Everybody: Your help is GREATLY appreciated!

[Top of Page][Table of Contents]



[Next Section][Previous Section]