Page 1 of 1

Font Style of Button Control

Posted: 13 May 2006 11:07
by afzaal
Hi Everybody

I am using Visual prolog 6.3. I want to change font of my button text. Is this possible without changing forms font.

I am new Please help me

regards
AFZAAL

Posted: 13 May 2006 12:19
by Kari Rastas
Can't be done with the version 6.3 (could be done with a minor addition in pfc's code). See
http://discuss.visual-prolog.com/viewto ... =form+font

Posted: 13 May 2006 13:11
by Steve Lympany
Hi,
I'm not sure - it may be limited, but this works:

Code: Select all

        Font = vpi::fontCreate(ff_helvetica,[fs_italic,fs_bold],12),         push_button:setfont(Font),
cheers
Steve

HELP

Posted: 14 Apr 2014 10:13
by hicham
i tried this but it doesn't work, is there any other way to change the style ?