473,668 Members | 2,287 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

an IE window with no minimize and close buttons

My environment is Windows Server 2003, .NET Visual Studio Academic 2003,
ASP.NET. I need to create a page with no top title bar, no mimize button, no
maximize button, no close button. It is for a student exam system. I don't
want students to be able to copy from other windows. I have put a close
button on the page in order to close the page. I have been searching though
the website, all I can do now is to diable the maximize button, the other two
buttons are still on the web page. I have tried the hta application, it is
working, but how to generate a hta application from aspx pages is another
problem for me. I need your suggesions earnestly. Thanks for your help.
Oct 5 '06 #1
4 3690
anything you send to the user can be copied. They control their browser.

hta's run locally and would have to be dowloaded to the user

"Linda" <Li***@discussi ons.microsoft.c omwrote in message news:33******** *************** ***********@mic rosoft.com...
My environment is Windows Server 2003, .NET Visual Studio Academic 2003,
ASP.NET. I need to create a page with no top title bar, no mimize button, no
maximize button, no close button. It is for a student exam system. I don't
want students to be able to copy from other windows. I have put a close
button on the page in order to close the page. I have been searching though
the website, all I can do now is to diable the maximize button, the other two
buttons are still on the web page. I have tried the hta application, it is
working, but how to generate a hta application from aspx pages is another
problem for me. I need your suggesions earnestly. Thanks for your help.

Oct 5 '06 #2
Jon,

Thanks for your quick answer.

Let me explain more about my situation. I have made the exam IE page to
full screen. So once students are on the exam page, they can only see the
exam page itself. And I have disabled all function key, like F1-F12, ALT,
CTRL, SHIFT, etc. So the student won't be able to go to any other pages if
they are on the exam IE page. I also disabled the maximize button. But
because students can still see the minimize button and close button, they can
click on them. Somehow I have to either disable these two buttons or just
make them invisible to students.

Hope my explanations would give you more clues about what I want. I want
those two buttons, minimize and close buttons on the top-right corner
disappear or disabled. Can you help me?

"Jon Paal" wrote:
anything you send to the user can be copied. They control their browser.

hta's run locally and would have to be dowloaded to the user

"Linda" <Li***@discussi ons.microsoft.c omwrote in message news:33******** *************** ***********@mic rosoft.com...
My environment is Windows Server 2003, .NET Visual Studio Academic 2003,
ASP.NET. I need to create a page with no top title bar, no mimize button, no
maximize button, no close button. It is for a student exam system. I don't
want students to be able to copy from other windows. I have put a close
button on the page in order to close the page. I have been searching though
the website, all I can do now is to diable the maximize button, the other two
buttons are still on the web page. I have tried the hta application, it is
working, but how to generate a hta application from aspx pages is another
problem for me. I need your suggesions earnestly. Thanks for your help.


Oct 5 '06 #3
Hi,

Linda wrote:
Jon,

Thanks for your quick answer.

Let me explain more about my situation. I have made the exam IE page to
full screen. So once students are on the exam page, they can only see the
exam page itself. And I have disabled all function key, like F1-F12, ALT,
CTRL, SHIFT, etc. So the student won't be able to go to any other pages if
they are on the exam IE page. I also disabled the maximize button. But
because students can still see the minimize button and close button, they can
click on them. Somehow I have to either disable these two buttons or just
make them invisible to students.
No, you only *think* that you disabled something. Any student worth his
salt will find way to get the HTML pages sent to the client. You must
face it now, there are no ways to do what you want. Even the keys you
*think* that you disabled (using JavaScript I guess) are not really
disabled. And anyway, your pages are cached. If you don't want your
IT-versed students to laugh at you and cheat their heart off, you'd
better find another way ;-)
>
Hope my explanations would give you more clues about what I want. I want
those two buttons, minimize and close buttons on the top-right corner
disappear or disabled. Can you help me?
HTH,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Oct 5 '06 #4
current versions of browser do not allows this due to securty issues (that
why a hta works). if you control the machines the browser run on, you can
make your site trusted, and it may allow it.

-- bruce (sqlwork.com)

"Linda" <Li***@discussi ons.microsoft.c omwrote in message
news:33******** *************** ***********@mic rosoft.com...
My environment is Windows Server 2003, .NET Visual Studio Academic 2003,
ASP.NET. I need to create a page with no top title bar, no mimize button,
no
maximize button, no close button. It is for a student exam system. I
don't
want students to be able to copy from other windows. I have put a close
button on the page in order to close the page. I have been searching
though
the website, all I can do now is to diable the maximize button, the other
two
buttons are still on the web page. I have tried the hta application, it
is
working, but how to generate a hta application from aspx pages is another
problem for me. I need your suggesions earnestly. Thanks for your help.

Oct 5 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2821
by: black | last post by:
Howdy~ i am with Win2k and had built a window with Tkinter, it has 3 button on its topright corner as common window, but what i want is just one or tow of them. ie, is there any way i can configure the appearance of minimize, maximize and close button ? Regards~ --------------------------------- Do you Yahoo!? Free Pop-Up Blocker - Get it now
1
2947
by: Erik Bethke | last post by:
Hello All, I now have a wx.NO_BORDER frame that I have written dragging code for... I like my window this way as it looks sleeker and I am now installing some image buttons. Now I would like to create a new minimize button from an image, and then capture that mouse down and cause it to minimize the window... I can make buttons all day long, despite all of my googling I still
0
486
by: Bill | last post by:
Hi I have a parent child forms. I want the close, maximize, and minimize buttons to be removed. One the child form I have set the maximize and minimize buttons to false. I have the child form mamiximze in the parent form. So then the maximized button is still active. But I want the child form to fill the parent form without the ability to close minimize or maximize the form like a default page.
4
4385
by: Blaine | last post by:
Does anyone know how I can hide a form from the TaskManager? I've set the ShowInTaskbar to False, but when using Alt-TAB to switch between applications, it appears as a blank icon. I can set it as a SizableToolWindow, but then I no longer have the minimize button on the caption. Is there a way to mimic a (FormBorder) sizable tool window (so it doesn't appear in the tasklist) and still show the Min, Max and Close control buttons? (Or...
7
5814
by: Toccoa | last post by:
After considerable googling - I mean searching with Google(r) - I could not find javascript on a button or <a href=... to close a window in the latest versions of IE and FireFox. There seemed to be two techniques for earlier versions. But the window.opener='' ;window.close(); and the window.open('','_parent','') ;window.close(); techniques do not work for me. I.e., I still get confirmation message
2
6264
by: Wayne | last post by:
I've been having a click around Access 2007 this afternoon and have discovered some things that range from annoying to alarming. My Access 2003 menu bars, which I, like many others, use extensively, are now hidden behind an "Add Ins" tab on the Ribbon. Hardly an intuitive place for a user to find them. Unless my memory is failing me, I'm sure that Access 2003 menus displayed normally in the 2007 Beta. The other thing I've discovered...
4
1306
by: gslm | last post by:
Hi! I want to do close-minimize icons unvisible in python.How can I do this?I want to do this especially for printing. And is it possible to provide .exe file for any program in python or only we can change the file as .pyw?
5
1846
by: solar | last post by:
How can I remove the three buttons on the upper right corner in the database ? These three buttons are called "minimize" "restoredown"and "close". With the command Application.CommandBars("Menu bar").Enabled = False With the help of the above command remove all the buttons and the screen is clear of them, but these three buttons remain on the right upper corner. Is there any command with which to remove them by code ? In the design...
1
1383
by: chirag1989 | last post by:
hi i want to know how can i open a new small window without address bar or anything else it only has a data that is retrieved from database through sum query and close button to close the window can any one help me wid this ? and yes i want to know dat can i disable any of this buttons on title bar minimize or maximize or close button and force user to use close button provided by me in web page
0
8459
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8374
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8791
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8575
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8653
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6206
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4202
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2784
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2018
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.