Re: wodTelnetDLX Terminal Window Visible Rows (General questions)
I am by no means an expert, but I dont think all fonts are created equal; meaning that an Arial font size 8, is not necessarily the same pixle beight as a Times New Roman size 8. The RowHeight property would simply give me the actual pixel height of a single row in the terminal window, regardless of font type, font attributes, or font size. Then I can simple take the Height of the overall terminal window and divide by this RowHeight property and determine how many Rows the terminal window could potentially accomodate.
Thanks,
Robert