| View previous topic :: View next topic |
| Author |
Message |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Mon Apr 22, 2002 1:16 pm Post subject: Test New Program :-) Please ! BUG FIXED :-) |
|
|
Hi could some of you download and test my New Program !
Its called: Internet Explorer Protector (IEP for Short)
Internet Explorer Protector is a small utility that will restrict
certain features of Microsoft's Internet Explorer. Which means it
is ideal for a Educational Enviroment.
IE Protector FEATURES:
* Password Protected
* Control and Restrict the following:
Lock the Homepage
Stop Users Downloading Files
Disable Favorities
Disable Right Click
Disable Saving
Disable Printing
Disable Address Bar
Disable View Source
Disable History
Disable Internet Options
Disable Opening HTML files (Locally)
Disable The Tool Bar
* IE Protector consumes very little resources
* Professional Network Version (available soon)
Compatiable with Windows:
95,98,ME,NT,2000,XP
It will only work Internet Explorer 5.x and Higher
And its FREEWARE !
Thanks in advance
download link: http://www.metni.net/files/IEPsetup.exe
Download file size: 448K
I think I have fixed the BUG. You can download the NEW version !
Thanks Again for Help.
Any and All Feedback is Great !
Thanks Dr. Dread for your insight, are there any features you think I should try and add ?
I will change the Tray Icon and Also look into the WinXp (stop download)
Last edited by Rubes_sw on Tue Apr 23, 2002 8:43 am; edited 2 times in total |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Mon Apr 22, 2002 1:40 pm Post subject: |
|
|
Fetched your program. Upon start-up I get Error 14 at line no. 35. The program never
starts.
Greetz
Dr. Dread _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Mon Apr 22, 2002 2:06 pm Post subject: Re: Error |
|
|
I checked my SCript.
The error you reported is:
error: 14 and line 35
This is what is in my script:
:evloop
wait event,0.1 - this is line 35
goto @event()
I am wrightin saying you cant have 0.1 as a timer ?
Help ! |
|
| Back to top |
|
 |
DanTheMan Contributor


Joined: 15 Mar 2002 Posts: 56 Location: Sweden
|
Posted: Mon Apr 22, 2002 2:23 pm Post subject: |
|
|
Try this:
option decimalsep,. |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Mon Apr 22, 2002 5:45 pm Post subject: |
|
|
This may be more dependable on European systems:
rem -- Add this near the start of the program --
OPTION DECIMALSEP, "."
rem -- Enclose decimal WAIT in quotes --
WAIT EVENT, ".1"
goto @event()
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Mon Apr 22, 2002 8:13 pm Post subject: |
|
|
Gave your corrected version a quick spin; now it runs OK - the decimalsep issue
is a classic for us running systems with comma as the default separator. I start all VDS
programs which incorporate some kind of math or numerical values by setting this.
Most things work fine, noticed one thing, though: The 'stop download' option does not work
on my system (WinXP).
Greetz
Dr. Dread
PS: The program icon turns out really ugly in the system tray - I think it would look much better
with a non-transparent background. _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
|