Re: How to change terminal Font? (General questions)
Hi Enaiman,
You should do something like this:
---------------------------
Dim f As StdFont
Set f = New StdFont
f.Name = Verdana
f.Bold = True
wodTelnetDLX1.Font = f
---------------------------
The Font Property doesn't accept String value for value. Instead it uses a Font object for that.
Hope I helped.
Regards,
Damba
Complete thread:
- How to change terminal Font? - enaiman, 2007-10-02, 07:56
- Re: How to change terminal Font? - wodDamir, 2007-10-02, 09:02
- Re: How to change terminal Font? - enaiman, 2007-10-18, 02:28
- Re: How to change terminal Font? - wodDamir, 2007-10-18, 08:58
- Re: How to change terminal Font? - enaiman, 2007-10-19, 00:51
- Re: How to change terminal Font? - woddrazen, 2007-10-20, 12:14
- Re: How to change terminal Font? - enaiman, 2007-10-19, 00:51
- Re: How to change terminal Font? - wodDamir, 2007-10-18, 08:58
- Re: How to change terminal Font? - enaiman, 2007-10-18, 02:28
- Re: How to change terminal Font? - wodDamir, 2007-10-02, 09:02