G
Guest
The below code always get compile error, "Can not change Integer to UInt32". Then how can I set BackColor property
With txtob
.Name = "txtProductCode
.SetText("Apple"
.BackColor = 8 ' BackColor is UInt32 typ
End Wit
With txtob
.Name = "txtProductCode
.SetText("Apple"
.BackColor = 8 ' BackColor is UInt32 typ
End Wit