E: Create Button

beasscript-logo-small  

Example to Create a Button

 
windowevent open
create button=name=mybutton,text=My Button,x=200,y=305,width=100
end event
 
windowevent itempressed beas_lyt
messagebox=info$$You clicked my Button
end event

 

help-hinweis Example Notes