Page 1 of 1

HTA Framework Library

Posted: Sun Sep 30, 2007 2:23 am
by woowil
Hold people. I will soon announce a library for HTA Applications which I've been working on for a couple of years. The Library is 100 % made in JScript/JavaScript using prototypes of course, AJAX technology and all kind of client and web technology. Here are my main objectives.
1. Create a framework for Windows system/network management and Web services2. Make it module-based having the necessary functions and implements 3. Make it common so that it can't be used on any Windows OS4. Use standard techniques and implementations5. Make it portable so that is can't be executed from any location6. Make it cost-effective for IT administrators, not having the need to purchase expensive development tools7. Make it structured so that it easily can be adapted8. Create with log and debugging functions9. Make it scalable so that it can be changed, modified and expand10. Use in-built Window functionality

HTA Framework Library

Posted: Sun Nov 18, 2007 9:32 am
by amix
Wow! I really would love to see this released. Preferrably under an OpenSource license. Nice to see you do it in JScript.What approach do you take? Do you use WSC mainly? That would mean, one could use it aside from HTA as well, importing them into WSF and at other places.I tried the HTALite Framwork, rev b, not sure, whether this is from you. Do you know it? It errors out with 120, 9 'cmdexit is undefined'

HTA Framework Library

Posted: Mon Nov 19, 2007 5:12 am
by amix
Oh, and it may be very nice to have some nice CSS go along ;-) See my other post in this forum. If I have some time, I may do something myself. But first I want to find out why jQuery does not function with my HTA, otherwise I'd use the UI release of jQuery for my HTAs.

HTA Framework Library

Posted: Tue Nov 20, 2007 4:33 am
by woowil
I'm gonna check out your other posts. Maybe we could share experience.

Here is the latest Library structure:XXXXXX.EnvXXX.Com.OfficeXXX.LogXXX.Log.HTAXXX.Log.FileXXX.SysXXX.Sys.ADOXXX.Sys.IOXXX.Sys.IO.FileXXX.Sys.IO.File.INIXXX.Sys.IO.File.XMLXXX.Sys.IO.File.JSCompressionXXX.Sys.IO.File.JSEncryptionXXX.Sys.IO.FolderXXX.Sys.IO.ShellXXX.Sys.LDAPXXX.Sys.LDAP.ADSIXXX.Sys.LDAP.ExchangeXXX.Sys.LDAP......XXX.Sys.SecXXX.Sys.Sec.IOXXX.Sys.Sec.PrintingXXX.Sys.Sec.RegistryXXX.Sys.Sec.ADSIXXX.Sys.NetXXX.Sys.Net.LanmanXXX.Sys.Net.ODBCXXX.Sys.Net.PrintingXXX.Sys.Net.......XXX.Sys.Mon.XXX.Sys.Mon.ServiceXXX.Sys.Mon.ProcessXXX.Sys.Mon.........XXX.Sys.RegistryXXX.Sys.Registry.RegObjDLLXXX.Sys.ServiceXXX.Sys.WMIXXX.Sys.WMI.DNSXXX.Sys.WrapperXXX.Sys.Wrapper.PSToolsXXX.Sys.Wrapper.NetshXXX.Sys.Wrapper.BlatXXX.Sys.Wrapper.RoboCopyXXX.Sys.Wrapper.....XXX.uiXXX.ui.AutomationXXX.ui.HTAXXX.ui.HTA.SkinsXXX.ui.HTA.ScriptsXXX.ui.HTA.ModulesXXX.ui.HTA.Modules..........XXX.ui.HTA.CommonXXX.ui.HTA.Common.LoadXXX.ui.WebXXX.ui.Web.AJAXXXX.ui.Web.AJAX....XXX.ui.Web.ToolbarXXX.ui.Web.Toolbar.MenubarXXX.ui.Web.CookieXXX.ui.Web.TagXXX.ui.Web.Tag.SelectXXX.ui.Web.Tag.TableXXX.ui.Web.Tag.Table.GridXXX.ui.Web.Tag.InputXXX.ui.Web.Tag......XXX.utilXXX.util.ListXXX.util.List.LinkedDoubleXXX.util.ArrayXXX.Prototypes
woowil2007-11-20 12:35:23

HTA Framework Library

Posted: Sat Feb 02, 2008 8:13 am
by phaidon
Any Update ?im interessted in some modules .. above all the LDAP classes.maybe you can post a pre Beta ;)If you need help with some modules .. i can give you my source.Currently i use a activeX DLL (written in vb6) to extend my HTA / VBS Applications.I've 100% working classes for * Environment (user/system)* Eventlog* ADO (primary for SQL Server 2000)* FSO / SHELL* INI* Registry* Clipboard (Text, Data) [optional multi Office Clipboard]

HTA Framework Library

Posted: Tue Feb 05, 2008 11:53 pm
by SirTom
Hey woowil, Did you write the HTALite Application framework??
I was looking at the htaLite.htc and wanted to use some of the Menu functions ( mainly the dropdown and textbox), but code for the some of the Menu functions are missing.
"toolbarcheckgroup" :"toolbartextbox" :"toolbardropdown" :"toolbarmsgarea":
Do you have that code them done??I would rather using this HTA, It's look a lot nicer then any hta page that I have seen.

Thanks

HTA Framework Library

Posted: Wed Feb 06, 2008 10:51 am
by woowil
SirTom:
No! I've never heard of HTALite.

The HTA I'm developing is called Module Based HTA Application. It will be based on the HTA Framework Library.

HTA Framework Library

Posted: Wed Mar 12, 2008 10:09 pm
by baux
Woowil:waiting for you library... I'm interested too in it...Just one idea:Why don't you make connectors such as the ExtJS (extjs.com) frameworks? By this way it may be possible to join the HTA library with different frameworks (for example JQuery, Prototype etc.)I think that this is a very useful way to make it available for lot of people...TIA