VDSHTML DLL
-----------
Copyright 1999 - Tommy Sools, all rights reserved
This Visual DialogScript extension DLL is freeware

This is a partially finished extension DLL for VDS, which implements a HTML
control onto a VDS dialog (or any other Windows form).
It was still in development while I lost the source code.
Maybe this is of any use to anyone.
It doesn't support frames.

html parent, <parent window's title>
Places the HTML control onto the given window

html show
Shows the HTML control

html hide
Hides the HTML control

html focusmode,none
Shows no visual effect when the control has the focus

html focusmode,focused
Shows a Netscape alike control border when the window is focused

html focusmode,single
Show a Netscape alike control border permanently

html size,<top>,<left>,<width>,<height>
Places the control to the given positions relative to the dialog

html caretpos,<cursorpos>
This can be used to set the position of the invisible caret, this can be used to set the start of a selection

html loadfile,<html filename>
Loads an HTML file into the control

html serverroot,<root location of the server (on your harddisk)>
This should set the server root location (on your harddisk), but note that this gave an exception for me

html positionto,<# bookmark name>
This will let the page jump to the specified 'bookmark'

html position,<coded position number>
This sets the position of the page

html reload
Reloads the page

html sellength,<selection length>
Sets the length of the current selection

html selectall
Selects all text in the HTML control

html viewimages{,1}
Specifies wether to show images or not (default on)

html noselect{,1}
Specifies wether a selection is not allowed, or is allowed 
(default off)

html copy
Copys the selected text to the clipboard

html clear
Clears the text in the control

html find,<text>{,1}
If the last parameter is provided this will search for <text> 
case sensetive, otherwise it will search non-case sensetive

@html(file)
Returns the current displaying filename

@html(url)
Returns the url of the last clicked URL link

@html(title)
Returns the title of the displaying document

@html(sellength)
Returns the length of the current selection

@html(seltext)
Returns the selected text

@html(caretpos)
Returns the position of the invisible caret

@html(position)
Returns the packet position number

@html(imageover)
Will return the filename of the link over which the mouse 
cursor is (not implemented yet in your version)

IMAGEOVER
Will occur when a link is hold by the mouse
