Creating Word Documents with ASP

Using this code you can create a word document which you can then allow your users to download. All you need is to have Word installed on your web server, and to have a template file (whatever.dot) available to the application to open up. [Read More]
Tags: asp word

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