Results 1 to 2 of 2

Thread: Getting text in console

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2001
    Location
    Québec, Canada
    Posts
    131

    Getting text in console

    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?
    Khavoerm Irithyl

  2. #2
    PowerPoster
    Join Date
    Aug 2001
    Location
    new jersey
    Posts
    2,904
    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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width