I have what is probably a pretty simple problem. I am using PB/DLL6 DDT tools.
What I want to do is print a CONTROL ADD TEXTBOX in a different color. I am using CONTROL ADD LABEL to print the description and CONTROL ADD TEXTBOX with the %ES_READONLY style. When you use the %ES_READONLY style the test in the textbox is the same color as the label text and can be difficult to seperate from the label. I would like to print the textbox data in a different color to make it stand out better.
Right now what I am doing is printing the label with a : at the end, i.e.
(label) (data)
Name : Tom Driver
What I want to do is print a CONTROL ADD TEXTBOX in a different color. I am using CONTROL ADD LABEL to print the description and CONTROL ADD TEXTBOX with the %ES_READONLY style. When you use the %ES_READONLY style the test in the textbox is the same color as the label text and can be difficult to seperate from the label. I would like to print the textbox data in a different color to make it stand out better.
Right now what I am doing is printing the label with a : at the end, i.e.
(label) (data)
Name : Tom Driver
Comment