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