|
|
|
|
|
|
| |
XSLTester
latest
|
Download
the latest version of the code (v1.1.10). The README
file has additional information and a more detailed revision history.
If you have any trouble loading this code
into VB please make sure have all of the binary
dependencies installed on your development machine. If you are still
having trouble try opening and building each project before trying to open
the grpTester.vbg group project.
Build the projects in this order:
- C Operators\VBCOperations.vbp - this
is a utility dll that provides some C like macro bit shifting
operations.
- TesterControls\XSLTesterControls.vbp
- This is the OCX that implements the edit windows.
- prjTester.vbp - This is the
application project.
Version 1.1.10 has added the following
features:
Notes:
- Downloading the code will create a
"dep" subdirectory that has any non-VB code dependencies
of this project. Currently includes the Registry Objects dll and
vbscript.dll from
Microsoft and some registry keys.
- If you have never built or
registered the XSLTesterControls.ocx file on your machine you will
need to open and build XSLTesterControls.vbp before prtTester.vbp.
- There is a subclass routine
installed for the main form. This allows the program to react to
losing focus to another application and adjust its display
appropriately. Subclassing can cause GPFs if an application shuts
down without cleaning up after itself. If you are going to be
working in the VB IDE extensively with XSL Tester you can disable
the subclassing by setting the conditional compilation constant
ENABLE_SUBCLASSING to false (located in modMain.bas).
To compile this code you will need:
- Microsoft Visual Basic™ 6 SP3
- Internet Explorer 5™
- The code was developed under
Windows 2000® but it should work under earlier 32bit
versions of Windows®.
|
XSL Tester
v1.1.10 (04/18/2000)
XSL Tester Home
Many of the controls and techniques used in XSL
Tester came from the vbAccelerator website.
If your looking for some excellent examples of
high quality VB code check them out.
|
|
|
|
|
|
|
|
|