Question : Infopath 2007 client application with .net code

We have a InfoPath 2007 template form that we want to run/publish from a network share. This form has some custom vb.net code behind it. Other than InfoPath 2007, what software is needed to run this form on each client machine? Is the .net framework (3.0 or 3.5) needed (which comes with Windows 7)? We will be rolling out Office 2007 for laptops running on Windows 7 within the next month. The client config group here is asking what we need for this InfoPath form.

Answer : Infopath 2007 client application with .net code

This is extremely difficult to write from scratch.  You have to read about all the commands the drive supports in order to send the command to the drive to initiate the burning lazer not only that you need to also understand how the CD and DVD data disc structures are layed out on disc or you will end up with a burned CD or DVD that is corrupt. To make things even more difficult the structure for a CD disc is completley different from the DVD structure so you have read about both CD and DVD structures internally which can take months to learn.

Fortunatley Microsoft has available the Image Mastering API which takes all the hard work and wraps it into a set of COM methods you can use.  You will need to redistribute this for XP machines but the 2.0 version comes with Vista and later.

Burning a Disc Image (VBScript Example)
http://msdn.microsoft.com/en-us/library/aa364817(VS.85).aspx

Image Mastering API
http://msdn.microsoft.com/en-us/library/aa366450(VS.85).aspx

Using IMAPI
http://msdn.microsoft.com/en-us/library/aa366454(VS.85).aspx

Random Solutions  
 
programming4us programming4us