문제

a quick (and probably easy) question. I am trying to write some code that changes the colour of a border of a control. Below is the operation I would like to perform on the control "Project_Phase" embeded in my form. Strangely, this code does nothing. Many thanks.

Me!Project_Phase.BorderColor = vbYellow
Me!Project_Phase.BorderWidth = 5
도움이 되었습니까?

해결책

Check that BorderStyle is not set to Transparent

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top