Browsing Visual Basic 6
SQL Code Generator V2
Select a database and a table and receive the sintaxe SQL to: Add Field, Alter Field, Avg, Count, Create Index, Create IndexUnique, Delete, Distinct, DistinctRow, Drop Field, Drop Index, Drop Table, Group By, Having, In, Insert Into, Max, Min, Order By, Select, StDev, StDevP, Sum, Top, Update, Var or VarP.
Code Optimization Tips
This article contains some optimization tips for both standard coding and game creation.
Encrypt File using another File
This Program encrypts and decrypts a file using antoher file, this when properly used can be a one time pad key.
API Console
This creates a console window through API.
DTS Example
Uses DTS (Data Transformation Services) from within VBOriginal Author: Darryn FrostAssumptionsYou must have the SQL Server DTS DLLS in stalled to use this.
HelpACoder (Update 1) A much better version now with...
This is a new version of HelpACoder Now usees Listview rather than 5 listboxes.
A Simple Journal
This is one of my first Visual Basic creations.