I need to find the colorcodes for this constants.
clBlue, clRed, clGreen, clWhite and so on.
I have found that I can save the color-template - but this is a rare file-format *.tee files
When I use this constant like clBlue in my code I need to define the values.
I am using Powerbuilder and OLE.
Need the colordefinition for clBlue, clRed and so on
Re: Need the colordefinition for clBlue, clRed and so on
Hello,
In ActiveX, the color constants depend on the environment you are developing with.
Ie, in VB6 the color constants are of the type: vbBlue, vbRed,...
In PowerBuilder, I find several resources talking about this subject:
http://pbdj.sys-con.com/node/42566
https://pbbraindump.wordpress.com/2008/ ... er-colors/
In ActiveX, the color constants depend on the environment you are developing with.
Ie, in VB6 the color constants are of the type: vbBlue, vbRed,...
In PowerBuilder, I find several resources talking about this subject:
http://pbdj.sys-con.com/node/42566
https://pbbraindump.wordpress.com/2008/ ... er-colors/
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |