got it, the old style.
was going to shower (that is place for all inventions)

so:
code:
$=createobject("kixtart.form")
$.size=80,120
$.center
$notab=$.button("please, no tab",5,10,70,20)
$notab.tabstop=0
$notab.onmouseup="$$nul=sendkeys('{tab}')"
$second=$.button("second",5,40,70,20)
$exit=$.button("exit",5,70,70,20)
$exit.onclick="$$.hide"
$exit.defaul=1
$.show
while $.visible $nul=execute($.doevents) loop

_________________________
!

download KiXnet