Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB.NET 1.0 > VB.NET 2002/2003 Basics
|
VB.NET 2002/2003 Basics For coders who are new to Visual Basic, working in .NET versions 2002 or 2003 (1.0 and 1.1).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB.NET 2002/2003 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 8th, 2004, 01:33 AM
Authorized User
 
Join Date: Jul 2003
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Default duplicating ie functions+protecting aspx code..

1)ive to make an asp.net app for running on the intranet .. now, i dont want people printing or saving/mailing the pages OR going back OR fancy plugins & pop-up blockers ... but at the same time i cant disallow their access to net or limit their acessibility by removing the address fields, buttons & print preferences ..
so i thought why not a small app which can show the webpages of only a particular address+limited custom fns & no address field,back/front buttons etc. OR
configure an ie shortcut in such a way that it opens with 0 controls -only the viewing part of the browser .. like when we use javascript and popup windows with no controls ...

2)is there any way of developing aspx pages in dreamweaver MX and converting it to dll/exe so that people cant modify the code or any other way of protecting the pages on the local server(local server can be opened by anyone due to certain ease of use problems)so that no-one(including the administrator) can open or view the file/folder containing the pages. i really dont want to use visual studio thats why ...

 
Old September 8th, 2004, 08:01 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

You want to restrict things down to such a level that perhaps you should just build a desktop application.
 
Old September 9th, 2004, 12:03 AM
Authorized User
 
Join Date: Jul 2003
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Default

the scenario is:
1)several users need to use this with different levels of access
2)Less time frame for programming all this from scratch in vb
3)systems are really primitive(win9x,p2,32mb) and opening a desktop app will nearly kill them
4)i cant make it to each users desktop when theres a modification and theres no much time for extended testing on each users pc for errors.
5)chances of buying SqlServer2000 are kind'f of dim now coz they are expecting erp to arrive by 2006 1st quarter .. so mite end up using Access ... and dont want to piss of anyone for app being real slow & crashing with no proper backups ...

i guess these are the reasons im staying away from standalone desktop .. :-)

PS:i posted the 2nd qs here by mistake .. i was planning on asking it in general.net only ... sorry abt that..

 
Old September 12th, 2004, 10:14 PM
Registered User
 
Join Date: Sep 2004
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You could always use Kiosk mode of Internet Explorer.

Simply create a shortcut to Internet Explorer to "C:\Program Files\Internet Explorer\IEXPLORE.EXE" and add -k as a switch.

So shortcut to: (for example)

C:\Program Files\Internet Explorer\IEXPLORE.EXE -k http://localserver/startpage.aspx

When you do this you must include a "Close" window on every page because nothing will be easily accessable!

 
Old September 13th, 2004, 02:32 AM
Authorized User
 
Join Date: Jul 2003
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Default

i thought of kiosk first .. but was not able to coz of these reasons:
1)coz my users arnt experienced enough to use ALt+TAB everytime
2)pcs are real slow so a fullscreen mode tends to slow the switching between other apps ...
3)anyone who knows enough can use Ctrl+N to get a new window .. now i cant disable that or can i?

is there any option to just have the border of ie with the close,minimize,maximize button & disable all back and forward+other control keys..

 
Old September 13th, 2004, 09:37 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,101
Thanks: 0
Thanked 2 Times in 2 Posts
Default

There is no way to build a web app that will conform to these requirements. There's no way to lock people out of the IE in the way you want based on the limitations you have.

Your best option is to build a very light weight application that talks to server business objects.


Hal Levy
Web Developer, PDI Inc.

NOT a Wiley/Wrox Employee





Similar Threads
Thread Thread Starter Forum Replies Last Post
Duplicating IDs in database pettrer ASP.NET 2.0 Basics 7 July 8th, 2006 04:03 PM
Content Page with functions in code behind Andrew_S ASP.NET 2.0 Basics 0 June 29th, 2006 11:34 AM
Code behind and aspx royalsurej General .NET 6 November 9th, 2004 02:41 PM
duplicating rows msrnivas SQL Server 2000 3 September 30th, 2004 07:41 AM
protecting aspx code qwprince General .NET 8 September 14th, 2004 09:43 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.