Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Dec 13th, 2005, 9:46 AM   #11
HaCkeR
Hobbyist Programmer
 
HaCkeR's Avatar
 
Join Date: Nov 2005
Location: UK
Posts: 131
Rep Power: 0 HaCkeR is an unknown quantity at this point
Send a message via AIM to HaCkeR Send a message via MSN to HaCkeR
Ive played hundreds of games and ever one i have played has been able to minimize by using ALT-TAB. May i add that if you create a program that minimizes a game that it is very pointless as you will have a set button(s) that you will press to minimize it. Which is just like press ALT-TAB, pointless?
HaCkeR is offline   Reply With Quote
Old Dec 13th, 2005, 9:50 AM   #12
MBirchmeier
Hobbyist Programmer
 
Join Date: Oct 2005
Posts: 211
Rep Power: 3 MBirchmeier is on a distinguished road
Quote:
Originally Posted by HaCkeR
Ive played hundreds of games and ever one i have played has been able to minimize by using ALT-TAB. May i add that if you create a program that minimizes a game that it is very pointless as you will have a set button(s) that you will press to minimize it. Which is just like press ALT-TAB, pointless?
Side note: Alt-Tab doesn't usually minimize a window, just moves another window in front of it.

Windows-m tends to minimize a window.

-MBirchmeier
MBirchmeier is offline   Reply With Quote
Old Dec 13th, 2005, 9:54 AM   #13
HaCkeR
Hobbyist Programmer
 
HaCkeR's Avatar
 
Join Date: Nov 2005
Location: UK
Posts: 131
Rep Power: 0 HaCkeR is an unknown quantity at this point
Send a message via AIM to HaCkeR Send a message via MSN to HaCkeR
if you don't have another window open it always minimizes it for me. Maybe this isn't the case for other people?
HaCkeR is offline   Reply With Quote
Old Dec 13th, 2005, 10:26 AM   #14
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Press ALT-F4 .
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Dec 13th, 2005, 12:50 PM   #15
Mocker
Hobbyist Programmer
 
Mocker's Avatar
 
Join Date: Oct 2005
Location: Indiana
Posts: 219
Rep Power: 0 Mocker is an unknown quantity at this point
Send a message via AIM to Mocker
Quote:
Originally Posted by Dameon
Minimizing a fullscreen DirectX window causes the device context to be lost. Textures and models that were in video memory typically have to be reloaded (notice the delay when switching back). All in all, it works better to run the game in windowed mode.
This little bit is new and helpful for me

Alt+tab moves a window in front, but losing focus of a fullscreen app makes it minimize, so its basically the same thing. If it was in windowed then it would just move to background. I can see a button to just minimize being better, because with alt+tab in windows it pulls up a l ist of other applications as well which on my poor computer cna slow it down. Especially since most of my games use directx and have to gothrough a bunch of stuff to save the game state when minimizing (makes sense now that I know what Dameon said)
__________________
#programmingforums relay - http://thegupstudio.com/cgi-bin/pforelay.cgi
freelance scripts - http://ryanguthrie.com/index.html
Mocker is offline   Reply With Quote
Old Dec 13th, 2005, 1:48 PM   #16
irish
Programmer
 
Join Date: Nov 2005
Location: Belfast
Posts: 35
Rep Power: 0 irish is an unknown quantity at this point
Quote:
Originally Posted by irish
The other programs ive seen load the game immediately. No gamers have complained about this program. I am simply asking if someone could tell me how I would go about making a program like this. I will make one no matter what criticism is posted because i know it will benefit me at the end of the day.
And others of course, i meant that if no one else uses the program, i know that i will.
irish is offline   Reply With Quote
Old Dec 13th, 2005, 1:53 PM   #17
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Quote:
I will make one no matter what criticism is posted
First, you put this in the thread, and now you've quoted it. Do you feel that you have been criticized? I could probably explain a couple things about that, if you do.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Dec 14th, 2005, 5:06 AM   #18
irish
Programmer
 
Join Date: Nov 2005
Location: Belfast
Posts: 35
Rep Power: 0 irish is an unknown quantity at this point
I don't mean that I personally have been criticised, I mean criticism of the idea for this program.
irish is offline   Reply With Quote
Old Dec 14th, 2005, 6:01 AM   #19
lectricpharaoh
Caffeinated Neural Net
 
lectricpharaoh's Avatar
 
Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 1,039
Rep Power: 5 lectricpharaoh will become famous soon enough
Quote:
Originally Posted by MBirchmeier
Side note: Alt-Tab doesn't usually minimize a window, just moves another window in front of it.

Windows-m tends to minimize a window.

-MBirchmeier
Hmm, I never knew about that hotkey. I can't test it though; whenever I get a keyboard, I pop off the Windows keys and remove the contacts from underneath, then put the keys back. It helps me avoid hitting them in games, or more precisely, whenever I'm trying for alt. I'm used to a longer spacebar from the pre-Windows keyboards, and those damn Windows keys annoy the fuck out of me. Besides, if I need to open the Start menu with the keyboard, that's what ctrl-esc is for.
Quote:
Originally Posted by irish
I don't mean that I personally have been criticised, I mean criticism of the idea for this program.
I don't think it's criticism so much as puzzlement. Some of us are just not getting why you need such a program. If you're planning to run one or more instances of this game in minimized mode, and have them do their own thing in the background (for example, with a script or bot controlling the player's character), then I can see why you want to minimize them. However, I don't see why you need a program to do it.

It's kind of like me wanting to write a program that could double-click an icon on my desktop. Unless I'm trying to do it remotely (for example, controlling the mouse with my PDA), the effort of writing the program and invoking it each time is more work than just clicking the icon to begin with.
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot.
- Vaarsuvius, Order of the Stick
lectricpharaoh is online now   Reply With Quote
Old Dec 14th, 2005, 6:30 AM   #20
HaCkeR
Hobbyist Programmer
 
HaCkeR's Avatar
 
Join Date: Nov 2005
Location: UK
Posts: 131
Rep Power: 0 HaCkeR is an unknown quantity at this point
Send a message via AIM to HaCkeR Send a message via MSN to HaCkeR
Quote:
Originally Posted by DaWei
Press ALT-F4 .
I wander if he fell for it ?
HaCkeR is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:32 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC