
RemoveDupes.Exe Demo (4/10/98)

Remove duplicate values from a list box.

Author - Kenneth Ives
         kenives@cmpu.net

Any updates or comments, please write.

-------------------------------------

All of my routines have been compiled with VB5 Service Pack 3.
There are several locations on the web to obtain these
modules if you have not installed VB5 Service Pack 3.  I did
not use any customized controls other that those that are
distributed with VB5.

-------------------------------------

RemoveDupes demo, will show you how
to remove any duplicate values from a sorted list box.

Files included are:

	ReadMe.txt         The file you are reading
	RemoveDupes.bas    Remove duplicates BAS module
        RemoveDupes.exe    Remove duplicates demo by itself
        RemoveDupes.frm    RemoveDupes form

Legal Stuff:

Registration - There is none.

Copyright and License - This is freeware to do with as
you see fit. The author accepts no responsibility for
any damage or data loss caused by this program.





