G
Guest
What event or method allows me to program an alternative to go to another
seperate function?
Example:
public sub checkbox_click()
if checkbox.ongotfocus then
goto(is this right?) togglebox_click()
seperate function?
Example:
public sub checkbox_click()
if checkbox.ongotfocus then
goto(is this right?) togglebox_click()