In the class for tget, we have the following:
#define COLOR_GRAYTEXT 17
I realize this is a Windows standard. It is used when displaying a Read Only field.
Some of my clients say it is too hard to read. So normally, I take the tget.prg, modify the value to 1, and link that into the application. However, anytime there are changes to tget.prg I have to copy over the new source, modify it, and then re-link. With all of the changes that come along, that is an annoying task.
So, is there anyway I can setup the MAIN.prg to use the value I want and ignore the #define in the class ?
I've asked this in the past and there wasn't, but just in case something changed .... Thank You.