I am not an experienced programmer. I am getting an error as "method or data member not found" when i entered the following code in buttonclick procedure of the toolbar.
Can anybody help me in figuring out this problem
Thanks
Code:
select case button.key
case "btn1"
msgbox ""
case "btn2"
msgbox ""
end
end select
Thanks
Comment