Visual DialogScript Object Extension
------------------------------------
Version: 1.2.17.2001
Copyright 2000, 2001  PGWARE



Introduction
------------
	The Visual DialogScript Object Extension will work both with 32 bit versions of Visual DialogScript 2.x and Visual DialogScript 3.x.  This extension will not work with the 16 bit version due to the extension being 32 bit.  This extension adds several new dialog controls to the VDS programming environment.  The dll is shareware and will only function while in the Visual DialogScript 2.x and 3.x IDE.


How To Register
---------------
	This program can be registered through our sole agents RegNet - The Registration Network.   Registration for the Visual DialogScript Object Extension costs $19.99 US.  You can register online using your credit card.  RegNet offers secure transactions for users of NetScape or Microsoft Internet Explorer 3 or higher.  To go to the registration page for Visual DialogScript Object Extension go to:

http://www.reg.net/product.asp?ID=8495	

Alternatively, you can send a check or money order (in US dollars drawn on a US bank), made payable to Wintronix, Inc to:

	RegNet
	675 Southpointe Court
	Suite 250
	Colorado Springs, CO 80906
	U.S.A.

(Please include the #ID number 8495 with your check / money order)

You can also call the toll-free number 1 800 WWW2REG (1 800 999-2734).  Callers from outside the US should call  (719) 576-0123.

Upon registration (allow up to 1 working day for your registration to be processed) you will receive your personal serial.  This will be sent by email if an email address was specified when registering.
When you receive your serial, place it after the EXTERNAL vdsobj.dll,<serial code here> statement in order to use the extension. The extension will then behave as a fully licensed version.


Versions & Bug Fixes
--------------------

1.2.17.2001 - Major update, added in OLE support to the RICHEDIT object. Now the richedit can have images and other ole type controls embedded into it.  Also a few other minor additions to the Richedit object, as well as using a new richedit engine.  A new style WORDSEL has been added to the Richedit, which makes an entire word become selected rather then portions of it.  Added two new paramaters L,C to the @OBJECT(SELPOS) function, which returns the line and column number where the current caret is at in a Richedit.  Added the command paramaters PASTESPECIAL, INSERTIMAGE, and INSERTOBJECT to the OBJECT FORMAT,CLIPBOARD command, which allows inserting ole objects, loading an image and using the pastespecial dialog.

1.1.10.2001 - Two fixes in one day.  New additions to the GRID object.  Now has the ability to resize columns and rows programmatically with the command OBJECT SETCELLSIZE and returns the column and row size with the function @OBJECT(GETCELLSIZE).

1.1.10.2001 - Fixed minor bug in the GRAPHIC object that was causing duplicate events to be generated in all GRAPHIC objects.  Also fixed typo error in source code that required the 'RCLICK' event, was typed as 'RLICK' in the source code thus causing the RCLICK event never to be triggered by the user.  Also fixed similar bug in the FILELIST object.

1.1.9.2001 -  New editions to the GRID which include a new COLUMNMOVED and ROWMOVED events.  Also a new function @OBJECT(COLROWPOS) added in which returns the new column/row position after it was moved.  Added in a new sub command to the OBJECT CELL command, which is the CLEAR sub command which allows the user to clear whole rows/columns.  Also renamed the OBJECT SETCELL command to OBJECT SEEKCELL.  The new OBJECT SETCELL command allows the user to set entire columns or rows of text without having to seek to them individually. Also added in a new @OBJECT(GETCELL) function which returns whole columns or rows of text from a grid.

1.1.8.2001 -  Several new additions and bug fixes.  A new object GRID was added in which is a custom string grid.  A custom made context menu was added in for the RICHEDIT control.  Also the RICHEDIT control now supports the RCLICK event which will disable the context menu and generate an event.  Bug fixes to the @OBJECT(DLGTEXT) associated with the RICHEDIT not returning large amounts of text has been fixed. The GRAPHIC object MOUSEOVER event has now been fixed which caused problems with the CLICK event.  Several new events also added into the GRAPHIC object such as MCLICK, RCLICK, DBLCLICK.  The FILELIST object now supports the RCLICK event.  Portions of the help file have been fixed, now all commands have their own topics and all topics have example code on how to use the commands/functions explained. 


Visual DialogScript Object Extension.  Copyright 2000, 2001  PGWARE