ChooseFont() Don't return the color selected
Posted: Mon Feb 16, 2009 12:49 pm
ChooseFont() open a dialog with the option to choose the settings of the font and the color, but don't return this color!
www.FiveTechSoft.com
https://forums.fivetechsoft.com/
Code: Select all
local aFont, nRGBColor := 0
aFont = ChooseFont( , @nRGBColor )
MsgInfo( nRGBColor )