Was thinking about that the other day ... was thinking maybe about just including it as a seperate module inside Kixforms ... ie:

$form = createobject("kixtart.form")

$lanman = createobject("kixtart.lanman")

all hosted within the same DLL ... the lanman stuff is mostly just wrapping anyways ... except the hash stuff we were talking about ...

But whether its embedded or stand-alone, still need someone to work-out the object model ... which can sometimes be the toughest part.