 |
|
 |
|
Next: Looking for someone
|
| Author |
Message |
External

Since: Mar 13, 2006 Posts: 34
|
(Msg. 1) Posted: Sun Nov 18, 2007 8:28 pm
Post subject: NTVDM / Dos window going fullscreen automatically Archived from groups: microsoft>public>windowsxp>general (more info?)
|
|
|
Hi all.
Have a DOS database which we need to run in a window, which is switching to
fullscreen mode everytime we start it. If the user hits ALT+TAB it switches
back to a window and works fine. The problem is that there are many parts to
the database, and whenever the user selects a different part (eg. accounts,
clients, invoices) it starts another .exe and then the screen again switches
back to fullscreen. This leaves the user having to switch from full screen to
window mode many times a day, which is driving them mad!
We have successfully used this database in W2K for years in a window without
any problems. Im not sure of how to define the exact graphics output, but it
looks just like the dos text editor... (blue background, big dos looking
text).
Is there some way i can intercept or disable the call which triggers the
fullscreen switch? i've tried using SOLVBE which is a VESA emulator
application, and it resolves the window-switching issue, but introduces other
mouse issues.
We don't want to run this app in an emulator (like dosbox), as we are
running many other applications all day, like outlook, word, etc. and the
overheads kill the performance of the workstation.
Someone please help!
Is there someway i can intercept the call which is causing the window to go
fullscreen? >> Stay informed about: NTVDM / Dos window going fullscreen automatically |
|
| Back to top |
|
 |  |
External

Since: Jul 30, 2007 Posts: 4
|
(Msg. 2) Posted: Mon Nov 19, 2007 5:00 am
Post subject: Re: NTVDM / Dos window going fullscreen automatically [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
After you ALT+TAB to switch from full screen to a window,
right click the title bar, select properties, select Options tab, select
Window,
select Save properties for future windows with the same title, click OK...
"Aaron" <Aaron.TakeThisOut@discussions.microsoft.com> wrote in message
news:DEECA3A9-0C60-48D2-9249-613DB7F03ECE@microsoft.com...
> Hi all.
> Have a DOS database which we need to run in a window, which is switching
> to
> fullscreen mode everytime we start it. If the user hits ALT+TAB it
> switches
> back to a window and works fine. The problem is that there are many parts
> to
> the database, and whenever the user selects a different part (eg.
> accounts,
> clients, invoices) it starts another .exe and then the screen again
> switches
> back to fullscreen. This leaves the user having to switch from full screen
> to
> window mode many times a day, which is driving them mad!
> We have successfully used this database in W2K for years in a window
> without
> any problems. Im not sure of how to define the exact graphics output, but
> it
> looks just like the dos text editor... (blue background, big dos looking
> text).
> Is there some way i can intercept or disable the call which triggers the
> fullscreen switch? i've tried using SOLVBE which is a VESA emulator
> application, and it resolves the window-switching issue, but introduces
> other
> mouse issues.
> We don't want to run this app in an emulator (like dosbox), as we are
> running many other applications all day, like outlook, word, etc. and the
> overheads kill the performance of the workstation.
> Someone please help!
> Is there someway i can intercept the call which is causing the window to
> go
> fullscreen? >> Stay informed about: NTVDM / Dos window going fullscreen automatically |
|
| Back to top |
|
 |  |
External

Since: Jul 30, 2007 Posts: 4
|
(Msg. 3) Posted: Mon Nov 19, 2007 3:53 pm
Post subject: Re: NTVDM / Dos window going fullscreen automatically [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
BTW, ALT+ ENTER instead of ALT+TAB toggles Full and Window on my machine...
"Aaron" <Aaron.DeleteThis@discussions.microsoft.com> wrote in message
news:DEECA3A9-0C60-48D2-9249-613DB7F03ECE@microsoft.com...
> Hi all.
> Have a DOS database which we need to run in a window, which is switching
> to
> fullscreen mode everytime we start it. If the user hits ALT+TAB it
> switches
> back to a window and works fine. The problem is that there are many parts
> to
> the database, and whenever the user selects a different part (eg.
> accounts,
> clients, invoices) it starts another .exe and then the screen again
> switches
> back to fullscreen. This leaves the user having to switch from full screen
> to
> window mode many times a day, which is driving them mad!
> We have successfully used this database in W2K for years in a window
> without
> any problems. Im not sure of how to define the exact graphics output, but
> it
> looks just like the dos text editor... (blue background, big dos looking
> text).
> Is there some way i can intercept or disable the call which triggers the
> fullscreen switch? i've tried using SOLVBE which is a VESA emulator
> application, and it resolves the window-switching issue, but introduces
> other
> mouse issues.
> We don't want to run this app in an emulator (like dosbox), as we are
> running many other applications all day, like outlook, word, etc. and the
> overheads kill the performance of the workstation.
> Someone please help!
> Is there someway i can intercept the call which is causing the window to
> go
> fullscreen? >> Stay informed about: NTVDM / Dos window going fullscreen automatically |
|
| Back to top |
|
 |  |
External

Since: Mar 13, 2006 Posts: 34
|
(Msg. 4) Posted: Mon Nov 19, 2007 9:13 pm
Post subject: RE: NTVDM / Dos window going fullscreen automatically [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Thanks Jerry.
Unfortunately the issue is far from that easy.
I have set PIF options to default to window, with and without the program
running. All this does is provide a window when the app exits back to the
command prompt. From all of the online sources i have read, there were
changes made to the NTVDM in Windows XP which offered VESA support for
graphical apps. as parts of this, whenever a graphics call was made by a dos
application, the window would immediately be switched to fullscreen mode.
However, this application runs perfectly in window mode, but the OS still
interprets it as a graphical application when it's started, and switches it
to fullscreen.
I also said that i was using ALT+TAB in error... I have actually been using
ALT+ENTER.
Anyone got any other ideas?
The closest i have come to a solution is using Microsoft Virtual PC, but i
would much rather use NTVDM as it runs the program perfectly (aside from this
fullscreen issue!)
"Aaron" wrote:
> Hi all.
> Have a DOS database which we need to run in a window, which is switching to
> fullscreen mode everytime we start it. If the user hits ALT+TAB it switches
> back to a window and works fine. The problem is that there are many parts to
> the database, and whenever the user selects a different part (eg. accounts,
> clients, invoices) it starts another .exe and then the screen again switches
> back to fullscreen. This leaves the user having to switch from full screen to
> window mode many times a day, which is driving them mad!
> We have successfully used this database in W2K for years in a window without
> any problems. Im not sure of how to define the exact graphics output, but it
> looks just like the dos text editor... (blue background, big dos looking
> text).
> Is there some way i can intercept or disable the call which triggers the
> fullscreen switch? i've tried using SOLVBE which is a VESA emulator
> application, and it resolves the window-switching issue, but introduces other
> mouse issues.
> We don't want to run this app in an emulator (like dosbox), as we are
> running many other applications all day, like outlook, word, etc. and the
> overheads kill the performance of the workstation.
> Someone please help!
> Is there someway i can intercept the call which is causing the window to go
> fullscreen? >> Stay informed about: NTVDM / Dos window going fullscreen automatically |
|
| Back to top |
|
 |  |
| Related Topics: | Getting fullscreen when playing DVD - I just bought a Acer 22W (widescreen) monitor. I wanted to watch a DVD on it. When I set either Media Player 11 or Real Player 10 to fullscreen theatre mode, it doesn't really use the full screen area. There is a dark black frame of unused space. ..
Fullscreen Problem - Hi all, My DOS program is giving an NTVDM error when make the program screen on Full Screen, but it works perfectly on "Window Screen" - how can I correct this to run in a Fullscreen mode. I use winxp sp2 on Toshiba Laptop Thanks in advance ...
switching input language in fullscreen apps - question: how to handle input language switches for fullscreen games? I use two keyboard layouts: mainly Dvorak, but also QWERTY for games (so I don't have to change the default keybindings, which usually have been chosen to be optimal). I've setup the...
How to setup Notepad in fullscreen mode open - Hi, Experts! How to setup that my Notepad will open in fullscreen immediatly not below. Now I must click for fullscreen mode. vouk.adolf@amis.net
ntvdm.exe using almost 100% cpu usage - i m using a AMD Sempron 2800+, MSI K8VVM Motherboard, 512 MB RAM. Windows XP Professional is loaded in the machine. I am quite happy with the performance of the software. But while I run a custom based software developed on Foxpro 2.6 Dos named Easyta... |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|
 |
|
|