there is two buttons and i wont to push one button and the text color on the next button change from black to ren?
Professional Software Development Tools
there is two buttons and i wont to push one button and the text color on the next button change from black to ren?
Code:--Button2 is the button we want to change tblButtonProps = Button.GetProperties("Button2") tblButtonProps.ColorNormal=255 tblButtonProps.ColorHighlight=255 tblButtonProps.ColorDown=255 Button.SetProperties("Button2", tblButtonProps)