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 font inside edit boxes

rswy
Beginner
690 Views
Hi,
Is it possible to change font properties of text within edit boxes?
I have an application that requires the thickness of a line to be altered in a dialog box application.Can it be done by writing text(hyphen) into edit boxes or is there some other way of doing it?
--rswy


0 Kudos
2 Replies
Intel_C_Intel
Employee
690 Views
All the text within a specific edit box would have to be the same font.

To get a line in the dialog box use picture - rectangle.

Redesgn your dialog box!

Regards,
David






0 Kudos
rswy
Beginner
690 Views
Hi,
Thanks for the tip David, but I still am not sure as to how the rectangle can be manipulated.How do I use the picture box as a container and alter the size of the rectangle I draw in it?
--rswy
0 Kudos
Reply