Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 screensize
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

thermal_seeker
Junior Member

United Kingdom
430 Posts

Posted - 06 April 2010 :  02:43:42  Show Profile
where can I change the default screensize from 800x600 to 1024x768 ??

No good at coding, but I can plough a field !!

Carefree
Advanced Member

Philippines
4222 Posts

Posted - 06 April 2010 :  03:25:16  Show Profile
Are you talking server or client screens? You can change a client's screen resolution with a VB.net routine, but why would you do that for a forum?
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 06 April 2010 :  05:40:42  Show Profile
I assume TS is referring to the option on post.asp.

If so then look for the following select statement beginning on line 251 of that file:
select case strSelectSize
	case "1"
		intCols = 45
		intRows = 11
	case "2"
		intCols = 70
		intRows = 12
	case "3"
		intCols = 90
		intRows = 12
	case "4"
		intCols = 130
		intRows = 15
	case else
		intCols = 70
		intRows = 12
end select
and change the values in the last case - highlighted in green above - to match those of one of the other cases above where 1 is 640*480, 2 is 800*600, 3 is 1024*768 and 4 is 1280*1024.


Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

thermal_seeker
Junior Member

United Kingdom
430 Posts

Posted - 06 April 2010 :  05:52:05  Show Profile
Thanks Shaggy

No good at coding, but I can plough a field !!
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 06 April 2010 :  06:48:36  Show Profile
You're welcome, TS


Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.32 seconds. Powered By: Snitz Forums 2000 Version 3.4.07