You're right
Sorry
Le 26 avr. 2016 12:59, "Rolf-Werner Eilert" a
écrit :
> "Courrier" is French, in my list there is "Courier". I can choose it
> from the list, but I cannot set the list to this value/index/string.
>
> Rolf
>
> Am 26.04.2016 12:39, schrieb Fabien Bodard:
> > Courrier
> > Le 26 a
Am 27.04.2016 10:12, schrieb adamn...@gmail.com:
> On Wed, 27 Apr 2016 09:44:55 +0200
> Rolf-Werner Eilert wrote:
>
>> Does really nobody know why I cannot set the SelectedFont value as
>> mentioned in the documentation?
>>
>> Rolf
>>
>> Am 26.04.2016 12:57, schrieb Rolf-Werner Eilert:
>>> "Courr
On Wed, 27 Apr 2016 09:44:55 +0200
Rolf-Werner Eilert wrote:
> Does really nobody know why I cannot set the SelectedFont value as
> mentioned in the documentation?
>
> Rolf
>
> Am 26.04.2016 12:57, schrieb Rolf-Werner Eilert:
> > "Courrier" is French, in my list there is "Courier". I can choos
Does really nobody know why I cannot set the SelectedFont value as
mentioned in the documentation?
Rolf
Am 26.04.2016 12:57, schrieb Rolf-Werner Eilert:
> "Courrier" is French, in my list there is "Courier". I can choose it
> from the list, but I cannot set the list to this value/index/string.
>
"Courrier" is French, in my list there is "Courier". I can choose it
from the list, but I cannot set the list to this value/index/string.
Rolf
Am 26.04.2016 12:39, schrieb Fabien Bodard:
> Courrier
> Le 26 avr. 2016 12:12, "Rolf-Werner Eilert" a
> écrit :
>
>> The docu reads:
>>
>> FontChooser.
Courrier
Le 26 avr. 2016 12:12, "Rolf-Werner Eilert" a
écrit :
> The docu reads:
>
> FontChooser.SelectedFont (gb.form)
>
> Property SelectedFont As String
>
> Returns or sets the selected font as a string.
>
> When I try to do
>
> Dim MyFont As String
>
> MyFont = "Courier"
> fcMyFont.SelectedFo
The docu reads:
FontChooser.SelectedFont (gb.form)
Property SelectedFont As String
Returns or sets the selected font as a string.
When I try to do
Dim MyFont As String
MyFont = "Courier"
fcMyFont.SelectedFont = MyFont
nothing happens.
Am I expecting too much?
Rolf
---