Re: wodTelnetDLX Terminal Window Visible Rows (General questions)
Whhops, the forum HTML generator printed my sample code excerpt incorrectly, the last line of code should follow this mathematical formula:
[code]
VT.Rows = VT.Height DIV (VT.RowHeight * Screen.TwipsPerPixelY)
[/code]
Where DIB should be the forward slash representing integer division in VB.
Thanks, Robert