background preloader

VB6 Samples and Tutorials

Facebook Twitter

Vb6 database examples trend: Del123 Collection of Delphi examples, Collection of Delphi Examples, Collection of C++ Builder Examples. Vb6 Api Source Code Examples. Using the FlexGrid control to manage your data. Populating the FlexGrid There are two ways to populate Flexgrids: through data-binding and manually.

Using the FlexGrid control to manage your data

The data-bound FlexGrid is the easiest but the least flexible approach. Add a Data Control to your form, set its DataBaseName property to an appropriate database and its RecordSource property to a table or to your required SQL query. Then set the FlexGrid's DataSource to the Data Control and when the application is run, the FlexGrid will automatically format the number of columns to the number of fields in your table or returned recordset and the number of rows to the number of records. However if you wish to display data with greater control, e.g. blank columns and rows separating grouped data, text colour and cell colour dependent upon +ve or -ve values etc., then manually, unbound populating of the FlexGrid is the best option. Once you have a recordset, data can be directed at any cell within the FlexGrid, which gives the developer much greater control.

Using Arrays behind FlexGrids. VB6 - Microsoft Chart - Handle With Care. Microsoft Chart - A How To Guide For Handling The VB 6 Charting Beast by Garry Robinson.

VB6 - Microsoft Chart - Handle With Care

(NO Support is provided for this page but feel free to read the content) If you want to read articles on Access graphs and pivot charting, head to this Smart Access page Summary Lesson 1. Windows - How do I create a manifest file in Visual Basic 6.0. Samples. In addition to the samples contained in the 4s4c and pocketSOAP downloads, I'll be adding more samples here.

Samples

Drop me an email if you have a sample you want to add here, or there's a specific example you want to see. Many scripting environments only support arrays of variants, by default PocketSOAP will serialize these as an array of xsd:anyType as each item in the array may be of a different type. However some servers will complain when receiving such an array. You can however override the default mappings in PocketSOAP and have it say the array is of a different type, this sample shows serializing an array of variants from VBScript as an array of xsd:string in the resulting SOAP request.

This VC++ project shows how to use PocketXML-RPC from C++ to ping the Weblogs.com ping server This sample contains a customer serializer written in vC++ along with a sample client application that uses the custom serializer. Here's a VBScript sample of calling the Google Search API. Visual Basic 6 (VB6) Tutorial for Beginners - Learn VB6. You are here: Visual Basic > VB6 (Beginners Tutorial) Get Started >> (Click Here for Contents) Welcome to Free Visual Basic 6 (VB6) tutorial for beginners.

Visual Basic 6 (VB6) Tutorial for Beginners - Learn VB6

This Visual Basic 6 (VB6) tutorial helps you to learn Visual Basic 6.0 (VB6) programming in your own. Assuming you all are beginners to visual basic, each and every lesson in this tutorial is explained step by step with examples and source code. Visual basic is a high level programming language developed from the earlier DOS version called BASIC. Learning Visual Basic 6 is quite easier than other programming languages such as C++, C#, Java etc. ComboBox Control for Visual Basic 6.0 Users. Change Event In Visual Basic 6.0, the Change event of the ComboBox control is raised when the text of the control is modified.

ComboBox Control for Visual Basic 6.0 Users

The Change event is not raised when an item is selected from the list portion of the control. Programmatically changing the text of an item in the list does not raise the Change event. A Client server Chat program using the Winsock control. See how easy it is to create a simple chat program.

A Client server Chat program using the Winsock control

This tutorial explains how to create both the client and server sides of the program using the Winsock control. Visual Basic Examples. Saul Greenberg > courses > HCI topics > visual basic These pages collect example tutorials, programs and ActiveX controls displaying particular programming techniques in Visual Basic.

Visual Basic Examples

Further Assistance We cannot offer any further help with these examples. Most were developed by students who are no longer present. Our current students have moved onto programming in C#, and thus no longer use VB. Other VB resources Planet Source Code.com has lots of searchable example programs and tutorials E-Commerce Webopedia: ActiveX controls is a page of links, but not sure how good it is for VB Tutorials These tutorials contain step by step graphical guides to several visual basic programming concepts and tools. Programs ActiveX Controls Third Party Examples We've found these on the web or in books, and they are too good not to include.

Visual Basic 6 Projects training tutorials with source code. Class for: Monday, April 14, 2014 Today we will start our study of Microsoft Visual Basic projects through a number of sample assignments and described source code to learn how to use the VB language in a commercial environment ...

Visual Basic 6 Projects training tutorials with source code

Visitors from all over the world! ¡Bienvenido! Bienvenue! Willkommen! However, as a French-Canadian I do have a few things in common with you in that I am not an American either and I too have to get by with English as a second language. If you have suggestions that would make the tutorials more interesting, please do not hesitate to pass them along. Visual Basic 6.0 Example Archive. Tutorials and source code samples. Visual Basic Tutorial - visual basic learning center.