T
Tom McLaughlin
How can I put the textbox.backcolor into a string ?
Tom
Tom
How can I put the textbox.backcolor into a string ?
Tom
I am not sure what your asking but my code looks like this:
dim tbString as String
tbString = textbox.backcolor
I get the following error
Value of type "System.Drawing.Color" can not be converted to "String".
* "Tom McLaughlin said:I am not sure what your asking but my code looks like this:
dim tbString as String
tbString = textbox.backcolor
I get the following error
Value of type "System.Drawing.Color" can not be converted to "String".