VB & HTML Stuff  

What's the Damn Date
Test Speed of Cable Modem Connection




VB Stuff

Array Declarations


Control Statement


Control-Naming Prefix Conventions


Data Types


File Types


Glossary


Initialization values for variables


Keyword Summary


Keycode Constants


Opening Files - Input/output


Description of API Call Keywords




Web Sites


* * * * * * * * * * * * * * * * * * *

Visual Basic 6.0 Service Pack 5

* * * * * * * * * * * * * * * * * * *


VB Explorer


VB Helper


VB Tips and Tricks


VB Toolbox


BlackBelt VB


VB Simply


VB City


Error Codes for VB and Windows


Murach Computer Books

Stuff included with VB 6

  • Crystal Reports is shipped and installed as part of the VB installation package except in VB6. This can be found in \common\tools\vb\crysrep\ double click on crystl32.exe to install. Creating a Report VB5 or less To access the Crystal Report Designer, select the Report Designer from the Add-In menu in the VB environment VB6 To access the Crystal Report Designer, a Start menu group and shortcut will have been automatically created.


  • Using the Dialog Automation Object vs. the Common Dialog Control
    One tool included on VB's CD is the Microsoft Dialog Automation Objects component. This component provides the common dialog functionality without requiring that you place a control on a form.

    To incorporate this object in your application, you first need to install it on your computer:

    1. Copy DLGOBJS.DLL from VB98\Wizards\PDWizard to your \Windows\System directory (or \System32 directory on Windows NT).
    2. Register the design time license by merging the Registry file DLGOBJS.REG into your registry.
      • Under Windows NT 4.0 and Windows 95/98, right click on \Tools\Unsupprt\DlgObj\DLGOBJS.REG and choose 'Merge'
      • Under Windows NT 3.51, copy \Tools\Unsupprt\DlgObj\DLGOBJS.REG to your hard drive and merge it into the registry using RegEdt32.Exe
    3. Register DLGOBJS.DLL by using RegSvr32.Exe found in c:\\windows\system\ Click Start, Select Run, next type the folling in the Open text box

      c:\windows\system\regsvr32.exe dlgobjs.dll

    4. Once the DLL is registered, select "Microsoft Dialog Automation Objects" in the Project|References Dialog in Visual Basic.



  • Image Editor is a simple application that you can use to create or modify custom icons, bitmaps, and cursor to use within your applications. To install the Image Editor on your computer you only need to copy to your Hard Drive the files imagedit.exe and imagedit.hlp from \common\tools\vb\imagedit\ located on the VB installation CD.

Restoring the VB 6.0 IDE back to it's Original State

The UI and DOCK features of VB are controlled by two keys in the registry. If you delete them manually via Regedit or programatically, the next time VB starts up it will use the default values for docking and the UI, thereby bringing the Windows in the VB IDE back to their original state. Those two keys that control the UI and DOCK features are:

HKEY_CURRENT_USER\Software\Microsoft\Visual Basic\6.0\UI

    And

HKEY_CURRENT_USER\Software\Microsoft\Visual Basic\6.0\Dock

HTML and JAVA Stuff

HTML Help Central

HTML Goodies

W3C - World Wide Web Consortium

Java Script Kit

* Webmonkey - the web developer's resource

* Dev Shed & Trade - Open Source Web Development Tutorials

O`Reilly

O'Reilly Media spreads the knowledge of innovators through its books, online services, magazine, and conferences.

PHP.net
PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML

w3 Schools
At W3Schools you will find all the Web-building tutorials you need, from basic HTML and XHTML to advanced XML, SQL, Database, Multimedia and WAP.

Quick Referance

HTML Info

PNG - Portable Network Graphics Format

ASCII Table





HOME


Last update:   1-31-2009 at 5:22pm