Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Changing Text color

timberwolf
Beginner
1,269 Views
I am using CVF 6.6. I've created a project with MDI. I have created a child window and use textout to display text to it. How would I change the color of the text?
I have tried look ing at SETEXTCOLORRGB, but does not work.
Any help is appreciated.
thanks.
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
1,269 Views

If it's a Win32 application, you need SetTextColor (the one from GDI32 or DFWIN modules, not the one from DFLIB -- you shouldn't even USE DFLIB in a Win32 application).

Jugoslav

0 Kudos
Reply