Submitting a message to MSMQ using VB

For this code to run you need to add a reference to the Microsoft Message Queue Object Library - this will only be available on your machine if you add the Message Queue Windows component (can be added via Start/Remove Programs). [Read More]
Tags: vb msmq

XPath Queries with ASP

This shows you how to execute XPath queries. The server you are using will need to have ADO 2.6 and Microsoft SQL Server 2000 installed. The query returns XML which can be manipulated using the MS DOM object. [Read More]
Tags: asp