i have the following button within my code and woudl like to disable it after its been clicked and also enable another
on ClickStart_(sender)
..... disable ClickStart_
..... enable ClickStop_
end ClickStart_
not sure how to ref as its connection is via the GUI.