Custom Open/Save Dialogs

Cost
Free
Version
1.0

Readme

===========
VB Web Custom Open/Save Dialog DLL
Version 1.0
Copyright © 1999-2000 VB Web Development. All Rights Reserved
===========
DESCRIPTION

Allows you to customize the standard open and save common dialogs, adding & hiding controls as
you wish. Also provides standard open/save dialog functionality

===========
FEATURES

- FULL source code!
- Dialog Hooking
- Change text of ANY control on the dialog box
- Change dialog font
- Get current folder, filename
- Startup Position, Dialog Top/Left
- And more!

===========
USE

An example project, grpHook.vbg is provided.

===========

KNOWN ISSUES

Tabbing outside the standard dialog is not implemented yet... any ideas?

===========
NOTES

When using a custom dialog, properties such as Caption, will not have any effect - as you are
using your own dialog, you can make the changes in the normal way.

When using your own Open and Cancel buttons on the form (like in the first custom open dialog
example), setting the caption property for these through the dll will not work - you can do this
yourself (ie cmdOpen.Caption = "Text")

===========
CREDITS

This DLL was created by James Crowley, VB Web.

The DLL encorporates functionality from VB Accelerator's Common Dialog DLL.

===========
COPYRIGHT

You may not recompile or redistribute this DLL and/or ZIP file in ANY form without express
written permission from VB Web. You may use the compiled DLL in your own projects. You may not
redistribute the source code.

===========
DISCLAIMER

THIS SOFTWARE AND THE ACCOMPANYING FILES ARE PROVIDED 'AS IS' AND WITHOUT WARRANTIES AS TO
PERFORMANCE OF MERCHANTABILITY OR ANY OTHER WARRANTIES WHETHER EXPRESSED OR IMPLIED.  NO
WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE IS OFFERED. Test the program thoroughly with
non-critical data before relying on it. The user must assume the entire risk of using the
program.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Perl - The only language that looks the same before and after RSA encryption.” - Keith Bostic