Click to See Complete Forum and Search --> : Getting text in console
Khavoerm
May 9th, 2002, 08:26 AM
Hello,
I would like to know the best way to get text in console mode using the standard library. I would like to know if there's is a way to get text without blocking the system?
phinds
May 9th, 2002, 10:58 AM
What is it that you think blocks the system? I write console apps all the time w/ the std lib and I've never had trouble running other stuff on the desktop at the same time. If a console app doesn't have the focus, it can't block the system. I've never even tried making a console app modal, but I guess if you can do that you could force it to block the system in the same sense that any modal window blocks other windows. Other than that, I don't think you have anything to worry about. Are you experiencing some specific problem?
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.