Hi! Newbie question here:
Let's say i create a button using botva:
Code:
btn1:=BtnCreate(WizardForm.Handle,200,200,160,50,ExpandConstant('{tmp}\button.png'),18,False);
BtnSetText(btn1,'Hola')
BtnSetFontColor(btn1, $000000, $000000, $000000, $000000);
how do i attach event to the button? (for example: exit).
thanks