Re: [Freedos-user] [Fwd: [freedos] Installing a DOS App and Having it Run Fullscreen?]

2005-11-03 Thread Tom Lee Mullins

Gerry Hickman wrote:


Hi Tom

Under Win2k, XP, the whole idea is that it's up to the user how they 
want to run their DOS app. They can choose the dimensions of the box, 
the number of characters, the fonts, and the number of lines.


As I see it, this is exactly as it should be.

It could be argued that if an installer changes these settings it's 
either a security breach or an unfriendly application.


However, a possible solution would be to distribute a shortcut with 
your app that starts the app in the exact way you desire. This avoids 
trashing their chosen user-wide setting.


Anyway, you should never try to change HKCU from an installer.

Tom Lee Mullins wrote:






Subject:
[freedos] Installing a DOS App and Having it Run Fullscreen?
From:
peat_s [EMAIL PROTECTED]
Date:
Mon, 31 Oct 2005 21:15:11 -
To:
[EMAIL PROTECTED]

To:
[EMAIL PROTECTED]


OS=Win2K or WinXP
I'm aware of the Alt+Enter to toggle between full and window mode. I 
can also get fullscreen by choosing the option in the properties 
section of the icon, then right-clicking on the title bar of the DOS 
screen, going to Properties | Layout, and making the dimensions of 
the screen buffer size and window size 80x25. That works beautifully. 
What I am trying to do is create an install script that does this 
automatically. It looks like there is a registry entry created when 
you go through the procedure to set the screen to true full-screen. 
The registry entry is located here in the registry:

HKEY_CURRENT_USER\Console\%SystemRoot%_system32_ntvdm.exe

Basically 2 settings seem to affect the full-screen option:

ScreenBufferSize = 1638480(decimal)

WindowSize = Deleted

When I modify these entries with the install script, I don't get true 
fullscreen. The DOS section of the screen is full, but the data, or 
application only uses the top half of that screen. Is there another 
registry entry that needs to be modified to make my DOS application 
run true fullscreen?


Thanks,
Pete S - Tucson, AZ








 Yahoo! Groups Sponsor 
~-- Fair play? Video games influencing politics. 
Click and talk back!

http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/pXFolB/TM
~-
 
Yahoo! Groups Links


* To visit your group on the web, go to:
http://groups.yahoo.com/group/freedos/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 








Thanks for the information.

--


TomLeeM / BigWarpGuy * * * * * *  * *
OS2eCS.org Director  of Communications *
* * * * OS/2 Warp - eComStation Org * * *  *
* * * *  http://www.os2ecs.org  * * * * * * * * *
Supporting Past OS/2 Uers and Future eCS Users
* * * * * * * * * * * * * * * * * * * * * * * * * * *  *



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] [Fwd: [freedos] Installing a DOS App and Having it Run Fullscreen?]

2005-11-02 Thread Gerry Hickman

Hi Tom

Under Win2k, XP, the whole idea is that it's up to the user how they 
want to run their DOS app. They can choose the dimensions of the box, 
the number of characters, the fonts, and the number of lines.


As I see it, this is exactly as it should be.

It could be argued that if an installer changes these settings it's 
either a security breach or an unfriendly application.


However, a possible solution would be to distribute a shortcut with your 
app that starts the app in the exact way you desire. This avoids 
trashing their chosen user-wide setting.


Anyway, you should never try to change HKCU from an installer.

Tom Lee Mullins wrote:





Subject:
[freedos] Installing a DOS App and Having it Run Fullscreen?
From:
peat_s [EMAIL PROTECTED]
Date:
Mon, 31 Oct 2005 21:15:11 -
To:
[EMAIL PROTECTED]

To:
[EMAIL PROTECTED]


OS=Win2K or WinXP
I'm aware of the Alt+Enter to toggle between full and window mode. I 
can also get fullscreen by choosing the option in the properties 
section of the icon, then right-clicking on the title bar of the DOS 
screen, going to Properties | Layout, and making the dimensions of 
the screen buffer size and window size 80x25. That works beautifully. 
What I am trying to do is create an install script that does this 
automatically. 
It looks like there is a registry entry created when you go through 
the procedure to set the screen to true full-screen. The registry 
entry is located here in the registry:

HKEY_CURRENT_USER\Console\%SystemRoot%_system32_ntvdm.exe

Basically 2 settings seem to affect the full-screen option:

ScreenBufferSize = 1638480(decimal)

WindowSize = Deleted

When I modify these entries with the install script, I don't get true 
fullscreen. The DOS section of the screen is full, but the data, or 
application only uses the top half of that screen. Is there another 
registry entry that needs to be modified to make my DOS application 
run true fullscreen?


Thanks,
Pete S - Tucson, AZ








 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!

http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/pXFolB/TM
~- 

 
Yahoo! Groups Links


* To visit your group on the web, go to:
http://groups.yahoo.com/group/freedos/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 







--
Gerry Hickman (London UK)


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] [Fwd: [freedos] Installing a DOS App and Having it Run Fullscreen?]

2005-11-01 Thread Tom Lee Mullins


---BeginMessage---
OS=Win2K or WinXP
I'm aware of the Alt+Enter to toggle between full and window mode. I 
can also get fullscreen by choosing the option in the properties 
section of the icon, then right-clicking on the title bar of the DOS 
screen, going to Properties | Layout, and making the dimensions of 
the screen buffer size and window size 80x25. That works beautifully. 
What I am trying to do is create an install script that does this 
automatically. 
It looks like there is a registry entry created when you go through 
the procedure to set the screen to true full-screen. The registry 
entry is located here in the registry:
HKEY_CURRENT_USER\Console\%SystemRoot%_system32_ntvdm.exe

Basically 2 settings seem to affect the full-screen option:

ScreenBufferSize = 1638480(decimal)

WindowSize = Deleted

When I modify these entries with the install script, I don't get true 
fullscreen. The DOS section of the screen is full, but the data, or 
application only uses the top half of that screen. Is there another 
registry entry that needs to be modified to make my DOS application 
run true fullscreen?

Thanks,
Pete S - Tucson, AZ








 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/pXFolB/TM
~- 

 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/freedos/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



---End Message---