Page 1 of 1
Set FontRequester style
Posted: Wed Jun 21, 2006 7:48 pm
by Joakim Christiansen
I also want to be able to set the style (so it can remember the previous one):
FontRequester(FontName$, FontSize, Flags [, Color] [, Style])
Posted: Tue Mar 06, 2007 5:27 am
by Joakim Christiansen
Bump...
Haha!
But when you can get the SelectedFontStyle() you should also be able to set it in the requester! Anyone agree?
Re: Set FontRequester style
Posted: Tue Mar 06, 2007 9:08 am
by PB
The font requester just calls the Windows requster (as far as I know), so
unless the Windows one does it, the PureBasic command won't be able to
support it.
Posted: Tue Mar 06, 2007 10:31 am
by Joakim Christiansen
Damn, now I have to search through the whole MSDN library to find that function... I think the purebasic helpfile should have the API links to the functions in it since you every time has to use API anyway...
And if the windows ones doesn't do it then windows must be pretty retarded and then I cant understand why everybody else can do it in their programs...
EDIT:
Finally:
http://msdn2.microsoft.com/en-us/library/ms646958.aspx