Re: ActiveX works but having Problems with COM Blo (General questions)
I oops big time. When I tried the stripANSI I assumed that the default was true as in the following:
Telnet1.StripANSI
I corrected this with:
Telnet1.StripANSI = True
and now the ANSI codes are removed.
Thank you for the tip. I will now continue my program to get all of the menus working automatically.