section down
a=findhandle("Afx:400000:b:10005:6:")
//a=findchild(a,"AfxControlBar42s",3)
a=findchild(a,"AfxMDIFrame42s",0)
a=findchild(a,"#32770",2)
//a=findchild(a,"#32770",0)
//a=findchild(a,"static",1)
a=findchild(a,"Button",0)
b=gethtxt(a)
sethclick(a)
sethtxt(a,"22.332")
msg b
end section
function msg(a)
msgbox a
//delay(3000)
//msgbox "b"
end function
function c(a)
c=a
end function
