DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Kent Guest

    Resizing DOS window!


    I am a beginning c++ program so this question may be too simplistic for this
    group. Anyway, when I execute a program I have written, some of the information
    I need to see disappears off the top of the Dos window. How can I resize
    the Dos window to where my information does not disappear? I have tried changing
    the screen properties in command.com but this only resizes the Dos window
    for that application. It does not effect the Dos window in the c++ environment?
    Kent

  2. #2
    Jim Osborne Guest

    Re: Resizing DOS window!


    If I understand your question right then your DOS windows are simply scrolling
    information... which is how a DOS window is supposed to work. You should
    be able to use the scroll bar to review any information within the DOS window.
    If your DOS window does not sport scroll bars, I can see how this would be
    a problem. You might try re-routing output to your printer to see what happens.


    "Kent" <goont@netzero.net> wrote:
    >
    >I am a beginning c++ program so this question may be too simplistic for

    this
    >group. Anyway, when I execute a program I have written, some of the information
    >I need to see disappears off the top of the Dos window. How can I resize
    >the Dos window to where my information does not disappear? I have tried

    changing
    >the screen properties in command.com but this only resizes the Dos window
    >for that application. It does not effect the Dos window in the c++ environment?
    >Kent



  3. #3
    ralph Guest

    Re: Resizing DOS window!


    Outside of using the Console API in your application...

    The next time you run your application - note the window title. Either change
    the settings there or create another with same title and adjust setting there.

    Are you using NT by any chance? In NT you actually have two dos/console windows,
    one for command.com and another for cmd.com. You might not be chewing on
    the correct animal.

    -ralph

  4. #4
    ralph Guest

    Re: Resizing DOS window!


    "ralph" <nt_consulting32@hotmail.com> wrote:
    >
    >Outside of using the Console API in your application...
    >
    >The next time you run your application - note the window title. Either change
    >the settings there or create another with same title and adjust setting

    there.
    >
    >Are you using NT by any chance? In NT you actually have two dos/console

    windows,
    >one for command.com and another for cmd.com. You might not be chewing on
    >the correct animal.
    >
    >-ralph


    PS: Actually there can be more than just the two, it is also possible to
    have cmd32.exe and short-cuts.



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links