home *** CD-ROM | disk | FTP | other *** search
/ Programmers Heaven 2 / Programmers Heaven 2.iso / files / vbasic / vb4 / files.bbs < prev    next >
Encoding:
File List  |  1997-10-03  |  16.5 KB  |  267 lines

  1.              ================================
  2.                  Visual Basic 4 Utilities
  3.              ================================
  4. 3DMAZE95.ZIP 3DMAZE Version 1.5
  5.              Generates mazes under Windows 95. The mazes are displayed in
  6.              3D. Use keys to solve them or have the computer solve them.
  7.              Visual Basic 4.0 source code is included.
  8. AKV.ZIP      Access Key Validator 1.1
  9.              Add-In for Microsoft(R) Visual Basic(R) 4.0. is an add-in 
  10.              utility for the Visual Basic 4.0 IDE that assists the 
  11.              programmer to assign unique access keys (or mnemonic keys) to 
  12.              the various control Captions on the forms of the current 
  13.              Project.  
  14. ALIGNE13.ZIP Align EASY 1.3
  15.              Is simple control alignment add-in for 32-bit Visual Basic 4.0. 
  16.              You can use it for aligning and distributing different controls 
  17.              on form to each other at design time. It is designed as toolbar 
  18.              with 14 buttons and has 30 functions + undo. Unique "Copy 
  19.              properties" button for picking up properties (top, width, 
  20.              height, forecolor, vertical center etc.) and applying the same 
  21.              picked properties to any other controls on same or even 
  22.              different form.  
  23. CB.ZIP       VB Code Browser by Nick Takriti
  24.              VB Code Browser is a Visual Basic 4.0 add-in. It is designed to 
  25.              enable the developer to brows all VB files, *.frm, *.bas, and 
  26.              *.cls. Developers can brows all functions, subs, and 
  27.              declarations of other projects from within their current 
  28.              project without running another instance of VB. It also 
  29.              provides the functionality of modifying the code before 
  30.              re-using it.  
  31. CD16.ZIP     CodeDoctor for Visual Basic 4.0
  32.              Is an Add-in which provides many basic features that are
  33.              invaluable in the Integrated Development Environment, but which
  34.              are not inherent in Visual Basic. These features are the
  35.              ability to Comment, Uncomment, Indent,etc., selected blocks of
  36.              code at the click of a Tool Button or selection of a menu
  37.              option.
  38. DBM40.ZIP    DataBaseManager
  39.              The DBM generates the code to create a database (just paste 
  40.              into VB4), or generates a database (MDB-file). Databases can be 
  41.              saved and loaded as patterns.  
  42. DNT16_A4.ZIP Donut (16bit, VB4)
  43.              Is a program and programming language that allows a Visual 
  44.              Basic form file to be transmitted over the internet and viewed 
  45.              on your computer as a form. This form will then interact with 
  46.              your web browser to send or request information. It has been 
  47.              tested and works with Netscape Navigator, Microsoft Internet 
  48.              Explorer, and several variations of Mosaic. Donut will allow 
  49.              creation of web forms that give the author more control over 
  50.              exactly what the form will look like, allows interaction 
  51.              between the Donut program and the user's browser, and allows 
  52.              processing of form information on the user's computer instead 
  53.              of on the server.  
  54. DNT32_A4.ZIP Donut (32bit, VB4)
  55.              Is a program and programming language that allows a Visual 
  56.              Basic form file to be transmitted over the internet and viewed 
  57.              on your computer as a form. This form will then interact with 
  58.              your web browser to send or request information. It has been 
  59.              tested and works with Netscape Navigator, Microsoft Internet 
  60.              Explorer, and several variations of Mosaic. Donut will allow 
  61.              creation of web forms that give the author more control over 
  62.              exactly what the form will look like, allows interaction 
  63.              between the Donut program and the user's browser, and allows 
  64.              processing of form information on the user's computer instead 
  65.              of on the server.  
  66. EZVBAP95.ZIP EZVBApp95 
  67.              The fastest way to your next VB4 Application for Windows 95. 
  68.              EZVBApp95 is designed for those new to programming in Visual 
  69.              Basic who need to produce a working application fast. For a low 
  70.              cost you get all the source code to re-use in your own 
  71.              projects. EZVBApp95 will help you kick-start your Visual Basic 
  72.              4 development. A complete application framework with all the 
  73.              most commonly needed functions including: 
  74.              Compact/Repair of database.
  75.              - List-search window uses DBGrid control to allow searching and 
  76.                editing of data.
  77.              - Support for Help files.
  78.              - MDI child forms cascading, tiling etc.
  79.              - Error trapping and reporting.
  80.              - Memorize application window position and size.
  81.              - Selection of application database.
  82.              - 'Nag' screen and generation of registration numbers for 
  83.                 shareware authors. 
  84.              - Fully documented.
  85. MDBUTIL4.ZIP MDB UTILITIES .... for Visual Basic 4
  86.              A general purpose database utility for any VB4 programmer.
  87.              Allows all usual modifications and additions to an existing VB3
  88.              *.mdb, fields, indexes and settings can be added, removed or
  89.              changed while keeping data intact...
  90. MSGWIZ10.ZIP VBMax Message Box Wizard
  91.              A fully functional 32-bit add-in for VB 4.0 to simplify the
  92.              process of coding message boxes. There are several
  93.              configuration options and shortcuts you can use to tailor the
  94.              utility to your own style of working. If they are not enough,
  95.              you also get fully-commented source code which you can tweak
  96.              any way you want.
  97. OCXHLPR.ZIP  OCX Helper v1.0
  98.              Have you been looking for a solution to that annoying "Object 
  99.              server not correctly registered" (Error 336) error message when 
  100.              selecting Custom Controls from the Visual Basic 4.0 Tools menu? 
  101.              Well here's an answer... Each error message VB4 displays 
  102.              corresponds to a particular control whose TypeLib key is either 
  103.              empty or missing under it's parent CLSID (class identifier) key 
  104.              in the Registry. *** OCX Helper v1.0, Copyright ⌐ 1997 Brad 
  105.              Martinez *** 
  106. SC4VB.ZIP    SC4VB Is a Visual Basic 4 (32 Bit) Addon
  107.              After looking at the documentation for creating an Add-In for 
  108.              Visual Basic I Decided to try and make the process easier. This 
  109.              gave birth to the Project Wizard. Then after messing about 
  110.              trying to register my Add-In I decided to maked that a menu 
  111.              option. Finally after receiving Delphi v2 I was quite impressed 
  112.              with the Repository so I decided to emulate this useful feature 
  113.              within Visual Basic, thus the Repository was born. 
  114. SCHED_VB.ZIP Visual Basic 4.0 32 bit Solutions::Schedule Demo.
  115.              These OLE components are a collection of controls that are 
  116.              designed to work together, allowing you to add resource 
  117.              scheduling or employee management solutions to your 
  118.              applications. Creating scheduling applications has never been 
  119.              easier. Get your copy of Solutions::Schedule and see what you 
  120.              can do ... in just a few hours instead of days or months.  
  121. SNIP5-3.ZIP  Snippet 5.3 32 Bit Code Database and Tools.
  122.              Whether you're a veteran VB4 Programmer or just starting out, 
  123.              you'll find this program, extremely helpful in VB4. Snippet 
  124.              comes with a selection of code snippets for immediate use. 
  125.              Registered Users will get additional Snippets (at least 65). 
  126.              Save your Code Snippets for future use, Add New Snippets, Cut, 
  127.              Copy, Paste, and Delete. 
  128. SSTUDIO.ZIP  String Studio Add-In for Visual Basic 4.0 - Version 1.0 -
  129.              Shareware String Studio brings the power of C-like String
  130.              Tables to Visual Basic, and the ease of use of visual String,
  131.              MsgBox, and InputBox editors, with absolutely no manual coding
  132.              required. Visually create, edit, browse, and organize every
  133.              String, MsgBox and InputBox in your project from one location,
  134.              or from your source code with the click of a button.
  135. VB4TOOLS.ZIP VBOpt4 - DoDi's Disassembler for VB4
  136. VBCS.ZIP     VB CodeSecure 4.0
  137.              Your VB executables are no longer safe due to the new version 
  138.              of the VB Decompiler. With VB CodeSecure 4.0, you can easily 
  139.              prevent your Visual Basic 3.0 and 4.0 executables from being 
  140.              decompiled into your exact original source code. VB CodeSecure 
  141.              4.0 accurately protects your VB executables by using advanced 
  142.              data protection algorithms such as form overlays and object 
  143.              de-referencing. This program is a must download for anyone who 
  144.              programs in Visual Basic.  
  145. VBDIS4.ZIP   VBOpt4 - DoDi's Disassembler for VB4 (October 1996) 
  146.              After a lot of questions about a decompiler for VB4, I sat down 
  147.              and made a first rough version in form of a disassembler, 
  148.              similar to VBOpt3. In the moment only a display of the tokens 
  149.              is available, it's a long way to a real Discompiler like 
  150.              VBDis3. Nevertheless you'll find many astonishing things about 
  151.              the code produced by VB4, giving hints on how to optimize your 
  152.              programs.
  153.  
  154.  
  155.              ==================================
  156.                  Visual Basic 4 sourcecodes
  157.              ==================================
  158. 3DMAZE.ZIP   3DMaze Game , Generate and solve mazes under Windows 95. (VB4) 
  159. 3DVB.ZIP     3d cube demo ver.0.5
  160. ABOOK.ZIP    Address book applet 
  161.              This program demonstrates the uses of the data bound control in 
  162.              Visual Basic 4.0. This program is hard-coded to store its data 
  163.              in ABOOK.MDB, a Microsoft Access 95 database file. You can use 
  164.              the Data Control to move through existing records, and you can 
  165.              use entries in the Record menu to add or delete records. To 
  166.              save changes to the current database record simply move to 
  167.              another record. 
  168. API_COPY.ZIP Splitting/restoring large files in VB4
  169. AUTODIAL.ZIP AutoDial - Telephone dialer demo program
  170.              This Visual Basic 4.0 example program demonstrates how an 
  171.              application can dial a telephone number under Windows 95 using 
  172.              Assisted Telephony which is a subset of TAPI. This code is 
  173.              simple because it relies on a call manager applet to perform 
  174.              the actual dialing.  
  175. CALVB4.ZIP   CALVB4 - A Calendar in VB4 Format
  176.              This program creates a calendar and allows a user to specify 
  177.              working and non-working days. Non-working days can be 
  178.              individual days, typically holidays, and any combination of 
  179.              weekly days-off (i.e. Saturdays and Sundays). The program has 
  180.              functions to store and read the set of non-working days to/from 
  181.              a text file. 
  182. CDAUD3.ZIP   CD Audioplayer in Visual Basic with source
  183. CTIPS.ZIP    Tip of the Day routines
  184. ERRORVB.ZIP  How To Get all error messages of VB4 ?
  185. FCOOL4.ZIP   fCoolBar
  186.              This program was written to demonstrate how to implement an 
  187.              Office'97 style ToolBar (or CoolBar), using Visual Basic and as 
  188.              few controls as possible. This version has been written in VB4, 
  189.              but a simplified version has also been written in VB3. The VB4 
  190.              version has been implemented as a Class using 4 PictureBox 
  191.              controls and a Timer and a separate form.  
  192. FRMSTRCH.ZIP Form strecher
  193. GREENCAR.ZIP Invaders by GreenCar Software
  194.              A 32 Bit Retro_Arcade Classic written in Visual Basic 4.0 
  195. IRC-CODE.ZIP How to writing an IRC client in VB
  196. LBREBAR.ZIP  L&B Software ReBar OLE Server for Visual Basic 4 
  197.              The ReBar OLE Server is an OLE in-process server for Visual 
  198.              Basic 4 (32 bit). It allows you to create the "cool toolbars" 
  199.              used in Microsoft Internet Explorer, Mail and News, and 
  200.              Microsoft Office 97. You can create these "coolbars" in a very 
  201.              easy way, just transforming your original toolbars created in 
  202.              VB to the new "coolbar" style with a couple of sentences. 
  203. MBUTTON.ZIP  Moving button example
  204. MODUS.ZIP    Example of Shelling to a Windows Program 
  205. NWS_MMDI.ZIP Mini-MDI  
  206.              ThIs VB 4.0 (source included) program shows some weird code for 
  207.              producing an emulation of MDI without using MDI forms. 
  208.              Interesting stuff that was to be the subject of an article but 
  209.              Andy got writers block.  
  210. PHONE.ZIP    The phone book example was wrote in vb4 16bit
  211. SHELDEMO.ZIP Shell About Application Demo
  212. SHORTCUT.ZIP This sample program shows how to accomplish 3 tasks.
  213.              1. Create a shortcut to a program in any directory the user 
  214.                 specifies.  The shortcut can be either a LNK file to a Windows
  215.                 program or a PIF file to a DOS program.
  216.              2. Display the Open common dialog box without using the Common Dialog
  217.                 custom control.
  218.              3. Display a Browse For Folder dialog box, useful for allowing
  219.                 a user to choose a directory.
  220. TOOLTIP.ZIP  ToolTips 1.1a server for Visual Basic
  221.              Now, easily add ToolTips to your Visual Basic program. With 
  222.              just one line of code (per), you can add professional, 
  223.              Microsoft (tm) style, ToolTips to your program. 
  224. WAVEPLAY.ZIP Simple VB Code Sampling how to play WAV files using the Windows 
  225.              API 
  226. VB4DDE.ZIP   Creating Microsofte Visual Basic Application w/ DDE Links
  227.              How do you communicate with another VB4 application using DDE 
  228.              links ? The following example demonstrates the simple process.  
  229. VBDOC32.ZIP  This project demonstrates how to include the UpDown Windows
  230.              Common Control within your VB 4.0 32 Bit applications.
  231. VBLISTER.ZIP Vb file lister for windows 95/nt
  232. VBMAX3D.ZIP  VBMax 3D Effects for VB 4
  233.              Add the 3D effects that Microsoft forgot to your VB 4.0 
  234.              applications. Written entirely in VB 4.0, VBMax3D.dll is a 
  235.              fully functional in-process OLE server that provides you with a 
  236.              variety of 3D effects without the overhead of third-party 
  237.              controls. Less filling--works good. VBMax3D.dll is Windows 95 
  238.              color-scheme aware and contains methods and properties for 
  239.              creating panels, borders, frames, lines, drop shadows, status 
  240.              bars, progress meters and many different types of text effects. 
  241. VBPIANO.ZIP  Vb midi piano 
  242.              Is a sample Visual Basic program that shows how to begin to 
  243.              access some of the low level midi capibilities of Windows using 
  244.              Visual Basic. I have included an outline for a complete article 
  245.              on this subject if a publication is interested in having me 
  246.              developing this further.  
  247. VBSS95.ZIP   A Win95 Screen Saver in VB
  248. VBT023.ZIP   Demonstrate use of classes and collections in VB4
  249. WINICEE.ZIP  WinIcee Version 1.01
  250.              WINIcee is a port to Visual Basic of the QUickbasic/Powerbasic 
  251.              I2C driver i wrote some time ago.(for information on these 
  252.              products see section 9) The driver handles all low level 
  253.              operations of controlling devices attached to an I2C 
  254.              communications bus. The programmer only needs to know which 
  255.              data and where to send it.A basic knoledge of the I2C bus is 
  256.              assumed.This manual will not deal with the physical layer of 
  257.              the bus nor the communication protocol.If you are not familair 
  258.              with I2C,a first time user ,or just want to know more about it 
  259.              please consult the I2C FAQ.Consult chapter 9 for more 
  260.              information.  
  261. WINSOCK.ZIP  This is the Winsock API definition file for Visual Basic 4.0
  262. WUSER2.ZIP   UserName and CompanyName 
  263.              How to Access Windows UserName and CompanyName with MS Visual 
  264.              Basic (or every other programming language).  
  265.  
  266.  
  267.