I give presentations to the Visual Basic User Group. From time to time I need to make source code or PowerPoint slides available - this is where to find them. There is an RSS feed available: each time I add new content, the RSS feed is updated. If you have an RSS aggregator, such as RSSReader, you can subscribe to this content.
An Introduction to Test-Driven Development (TDD) using Visual Basic.net
Download the source code for the demonstrations (22K)
Using XML & XSLT in VB6 (and Microsoft Access)
Glasgow
29th May 2001
Download the PowerPoint (216K) Download the source code for the demonstrations (276K).
You will need Northwind.mdb. Form_Z_frmEmployeeExport.cls contains the code that is used to create an XML document from the Employees table. Create a form with a button and a text control - attach the .cls code to the button's event.
ImportEmployee.bas is a Word macro that will import the XML document (employee.xml).
Apologies for the long directory names!
Discuss this presentation and any other VBUG matter here. (VBUG forum at delphi.com - the name is a coincidence!)
Implementing SOAP using the Lucin SOAP Toolkit
Edinburgh
4-May-2001
Download the PowerPoint (81K)
Having run this session twice now, it has become clear that the WSDL slides need to be re-visited.
Download the source code for the demonstrations (69K). This zip file contains the source code for the precursor session, Introducing SOAP.
Download the source code for the demonstrations (69K) This zip file contains the source code for the follow on session, Implementing SOAP using the Lucin SOAP Toolkit.