Apr 13th, 2001, 07:52 PM
#1
Thread Starter
New Member
I am looking at an API coding how to auto set user screen area to 800x600 pixels when my application
is running, resume to original setting when exit program.
Anyone can kindly post it out.
Thanks
Apr 13th, 2001, 10:19 PM
#2
Hyperactive Member
This module will do the changing part.
Stand by, there's more coming...
Attached Files
"Today's mighty oak is just yesterday's nut,
that held its ground."
Apr 13th, 2001, 10:21 PM
#3
Hyperactive Member
This will get the current color depth...
Attached Files
"Today's mighty oak is just yesterday's nut,
that held its ground."
Apr 13th, 2001, 10:24 PM
#4
Hyperactive Member
And I think this is correct for getting the current screen resolution:
Screen.Width / 15
Screen.Height / 15
"Today's mighty oak is just yesterday's nut,
that held its ground."
Apr 13th, 2001, 10:49 PM
#5
Hyperactive Member
I have combined the above into one module with 3 public functions:
SaveCurrentSettings
ChangeRes
RestoreOldSettings
Here it is:
Attached Files
"Today's mighty oak is just yesterday's nut,
that held its ground."
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width