View Single Post
  #1 (permalink)  
Old December 11th, 2003, 05:38 AM
Haroldd Haroldd is offline
Authorized User
Points: 153, Level: 3
Points: 153, Level: 3 Points: 153, Level: 3 Points: 153, Level: 3
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jun 2003
Location: , , Netherlands.
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
Default Change resolution by accessing Win32 API functions

Hello,

As a test i want to change the users screen resolution to 1024x768 when they load my webpage. I wanna find out if that ain't to frustrating for the user, cause if it's not that would save me a lot of time with not making a lot of pages in different resolutions.

I found the code how to do this from within .Net, but i'm using ASP. The code i found uses API functions but i don't know if it's possible to access these from within ASP too. And even if it's possible i don't have a clue how to do this. The link where i found the .Net code: http://www.omniscium.com/index.asp?p...reenResolution Is this possible?

Has anybody else tried something like this before or do u think this isn't gonna work at all?

Greetz,

Harold