Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Changing Text color

timberwolf
Beginner
585 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
585 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