A-Soft Technologies
the future at your fingertips
Quick Picture Viewer  
  News ASoft.Net Products Free Software Free Information Support  

return to selection
Splash Screen Control
Motion Button Control
Quick Picture Viewer
Midi Control
Login Control
Link to us
Troubleshooting

Legal disclaimer

This is ActiveX control is property of A-Soft Technologies. You can use it wherever you want as long as you

bulletmake a link to www.A-SoftTech.com - find out how
bulletdon't use this control on a commercial page without prior permission from A-Soft Technologies
bulletuse only the Properties and methods described below

A-Soft Technologies

What this Control does

This control provides a simple, fast and efficient way to browse local or web graphics. The control is able to show gif, jpg, ico, rle and bmp Pictures and wmf Metafiles. You are able to deactivate or enable the possibility to browse local and web files individually. For browsing graphic files on the web you simply call the AddWebPic method for every picture you want to make accessible by the user. The local browser has got a drive and path selection box to look for the picture files. The main advantage for Quick Picture Viewer is, that you don't always have to go through a file/open- dialogbox-selection procedure, but see instantly the file you clicked on.

How to use this Control

Write this Code in your HTML file

<p>
<object ID="QuickPicture" WIDTH="500" HEIGHT="450"
CLASSID="CLSID:53D2E0BF-342C-11D2-BEBB-60505AC10000"
CODEBASE="http://www.A-SoftTech.com/ActiveX/ASoftQuickPicture.CAB#version=1,0,0,5">
  <param name="BackColor" value="12632256">
  <param name="LocalPics" value="-1">
  <param name="WebVisible" value="-1">
  <param name="StartLocal" value="0">
</object>
</p>

...and ready is your Quick Picture Viewer Control

If you want to use the control on your page, you either have to download the ASoftQuickPicture.CAB file and replace CODEBASE with the URL of your downloaded file or have to replace it with the complete URL of this CAB (www.A-SoftTech.com/ActiveX/ASoftQuickPicture.CAB) as used above.

Programming Information:

Name of property/event: Type Description:
BorderStyle (property) Boolean Determines wither there is a border (1) or not (0); Standard is false.
BackColor (property) Long Background color in Hex; Standard: Black.
LocalPics (property) Boolean Sets whether the user should be able to browse local pictures or not. Standard: True.
WebVisible (property) Boolean Sets whether the user should be able to browse web pictures or not. Standard: True.
StartLocal (property) Boolean Determines the starting screen (true=local). Standard: false
Picture (property) Picture Read only; Holds the picture which is currently displayed
AddWebPic (method) - (FileURL as String, Description as String); Adds a picture to the Web picture list with FileURL being the complete URL to the file (e.g. http://www.geocities.com/Sili...) and Description being the Description shown for this file. If Description is omitted, FileURL is used as Description.
CotrolsHide (method) - Hides the User Controls if visible.
CotrolsShow (method) - Shows the User Controls if hidden.
PictureDisplayed (event) - Fired if the displayed picture changes.

Example of A-Soft Quick Picture Viewer Control:

Credits:

A-Soft Quick Picture Viewer Control was written entirely by A. Nahr. The control was finished in the version 1.0 on the 26st of April 1997.

Free Controls