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

Changing font inside edit boxes

rswy
Beginner
838 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
838 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
838 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