CMDW AutoListProp 

This is a simple HTML Editor with Autolist Properties and Auto Syntaxing. This Simple VB Application helps programmers to enchance their Editor functions by adding Auto List properties like the one found in Visual Basic or Homesite. It works fine for existing HTML pages also. This simple application displays properties as the user types, Auto Syntaxing feature like the one found in Allaire Homesite is also added. By writing a few lines of code you can make as many property lists as you want.  I have used the treeview control to list properties with images, Images are retrieved from the image list control. You can also use the normal listbox, listbview control or your own custom drawn list control using this code. You can display any control as the user types in your editor using this code. 

Tested in VB6 and VB5. Please try this code also in VB.net

Please send your comments and feedback for this code to support@cmdw.com.

Please don't forget to vote if you liked this code.

Warning : 
=========
Please don't distribute this source code or compiled version of this code in the form of EXE,DLL or OCX to any www site or claim ownership of this code. Use this code freely in your application (Non-Commercial & learning purpose). If you wish to use it in a commercial application then the written consent of the author is needed. 

Declarations :
================
This code comes with no warranties and you are using this code at your own risk. 

For more activeX controls visit cmdw.com.


