SIBEES Panoramic Views

With this ActiveX you can implement 360 panoramic views in your apps.
This version is totally free and only can open bmp files with 24 bits color deep.
In future versions i'll implement jpg support and hot spots.

List of files:

readme.txt	This file.
sbpan.ocx	The ActiveX.
sbpan.lic	The license for design mode.
regsvr32.exe	utility to register the control.

Project1.vbp
Project1.vbw
Form1.frm	Files for a Visual basic project to demostrate the control.
Project1.exe	The executable for the above project.

I just put the most necesary files to keep the size of the file low, but you will
need the runtime dll's that ship with visual basic to run the example and mfc40.dll
and msvcrt40.dll that come with visual c and many other programs.
If you have a development tool I'm almost sure you'll have them.

To install copy sbpan.lic and sbpan.ocx to your windows\system directory and all
the other files to any directory you create. Before using the control or runnig
the example register the control:
Just pass the complete path and filename of the control c:\windows\sistem\sbpan.ocx
file as an argument to RegSvr32. 

The control exposses the following properties that you can use to customize it:

BmpFile: (String) The full path of the bmp that represent your view. There are several ways
	to make them. I recomend you to download PixMaker Lite from www.pixaround.com.

Borde: (Boolean) Control whether or not show a border around the control.

ControlBar: (Boolean) Control whether or not show a control bar in the control.

zoom: (Float) The zoom level from 1 to 8. If you decide to have a control bar
	the first two butons change this property.

Title: (String) A string to be shown on the control bar.

Calidad: (UINT) The quality level from 1 to 3.

EnableOpen: (Boleean) Wheter or not allow the user at run time to use the right mouse
	buton to show a open dialog to load a new image.

I hope you find this usefull, if you have any comment or question just let me now
at sibees@consultant.com and happy programming.