Thread: Scrollbar

  1. #1
    Registered User
    Join Date
    Sep 2002
    Posts
    24

    Scrollbar

    Does somebody know how to destroy the scroll bar in a dos program and make it like in edit.com

  2. #2
    Normal vector Carlos's Avatar
    Join Date
    Sep 2001
    Location
    Budapest
    Posts
    463
    Hi!

    If I understand you right - please correct me if I'm wrong - you are trying to make DOS command prompt window's scrollbar(which runs under Windows!) look like DOS's edit?

    You are probably mixing up some terms.

    You have to change the windows style, but if you run your DOS prog in a command prompt window - and not fullscreen - there's no way to realize what you want to.

    You should decide:
    - build up a Windows app, and customize your UI as desired
    - run your app under "pure" DOS

    Besides (if I get you right), this has nothing to do with DOS programming -> it is a Windows programming issue.

  3. #3
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    he's right, it's a windows question

    but i have an answer for you, NO.
    There's nothing you can do, not in a million years can you do anythying programmatically to get rid of that scroll bar. This is simply cause it's coded into the program, you can't just go and edit the bits of command.com (or in this case i think it's cmd.exe, you're running xp right??)
    ....well technically you COULD do it with a disassembler, but you'd need to know ASM, plus it's illegal.
    anyhow, no, you can't do it.
    PHP and XML
    Let's talk about SAX

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C win32 API - Scrollbar won't work
    By Matt-Stevens in forum Windows Programming
    Replies: 2
    Last Post: 08-03-2006, 09:05 PM
  2. Scrollbar Control Problem
    By Vicious in forum Windows Programming
    Replies: 0
    Last Post: 11-20-2005, 04:53 PM
  3. edit control scrollbar colour
    By underthesun in forum Windows Programming
    Replies: 1
    Last Post: 02-19-2005, 06:32 AM
  4. My first scrollbar
    By IAmRegistered in forum Windows Programming
    Replies: 5
    Last Post: 07-18-2003, 09:28 AM
  5. sending messages to a scrollbar
    By stormbringer in forum Windows Programming
    Replies: 1
    Last Post: 05-16-2003, 12:32 PM