o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

How to detect browser (IE) shutdown -

Is it possible and how to detect the Internet explorer shutdown....
Like if several windows are open and how to detect if all have been closed ???

 

How to detect browser (IE) shutdown -
Is it possible and how to detect the Internet explorer shutdown.... Like if several windows are open and how to detect if all have been closed ???


detect shutdown in OCX -
Hey Chaps I'm trawlin' the web trying to find a way to detect a PC shutdown from inside an ActiveX OCX hosted by a web browser ? I can use a hidden form's queryunload but don't like the idea .... Any help much appreciated.. Cheers.. Chubby..


How to Detect -
Is there code for 'detecting' something? I need my program to detect that the computer is being shutdown, or is shutting down, so that it can automatically abort the shutdown. How do I make it detect, and automatically do something when it does detect?


Detect Shutdown and logoff operations -
Hai, I've to detect when the system is shutdown or logged off using VB. Could anyone help me out with the code for this. or suggest some APIs used Thank you, Regards, K. Sripriya


[2005] Detecting Shutdown/Logoff and delay until program close -
Okay, I need to be able to detect when a user does a shutdown/logoff and I need to delay the shutdown/logoff until they have chosen an option on a form or two. When they click Ok on the last form or close the program any other way it should close the program and resume the shutdown/log


Detect System Shutdown -
Hi, Is there a way to detect if the computer is attempting to shut the system down, log off or restart? I have some API's but I don't know how to use them really... What I need to do, is for my program to detect if an application is trying to shutdown, log off or restart and c


avert shutdown -
I am a vb newbie and I need help. I have a vb script, that send per net send different message to different users. My script must detect, when the server (which the netsend script runs) wants to shutdown. When the server will shutdown, the running script must detect it and must avert


How to detect windows Shutdown -
Hey guys, see if u can help me on this one? i want to detect windows shutdown.....is there any API to do this? the thing is i want my application to write to a log file everytime the windows shutsdown...... all help is greatly appiciated........ Thanx Amprat Msg for Gibbo


Detecting shutdown.exe's countdown -
I'm trying to make myself a little program that will run when I press the "logout" button on my new keyboard. I want it to shutdown my computer instead of logging out. However, I also want to be able to cancel the action in case I hit it on accident. So, I've decided to call


Shutdown a browser -
I used to call a sign out from in order to log out on a web app and this form does the following: System.Web.Security.FormsAuthentication.SignOut(); Response.Redirect("login.aspx"); My Q is: Can i shutdown the Browser like you do in windows form when you end an App?


How do i detect system shutdown -
Hi, Im relatively new to VB. I have developed a chat applet and ive enclosed this browser window in a VB form. Now this application resides in the system tray. Everything is working fine, but 2 problems. 1. Now suppose the application is in the system tray, and someone shutdowns(or


Detect LogOff & ShutDown (QueryUnload) -
How can i differentiate (not sure if this word even exists lol) i.e Get the difference between a pc being ShutDown and Logging Off.. Currently Both of these return the value of 2 (vbAppWindows) in the QueryUnload event..


Javascript: Detect Country -
How do sites like, say, www.Altavista.com detect the browser country. Do they just use the user agent string? All I actually want to do is detect if the browser is in North America or not. Any ideas? benski


weird shutdown.exe behavior -
If you are not familiar with shutdown.exe, it is a command line exe that you can use to shutdown a windows system. If you run it from the command line with no params, it gives you the help screen to show you what params you can use. However there is one param, -t that is for spec


Detect webbrowser control -
I want to detect web browser control if the loaded url on web browser has been updated or has not .How can I control to the content of web browser control?


Need a little help! -
I am using axwebbrowser1 how can i detect if a page is not loaded. Um....how can i detect if the url that i wanted the browser to go to does not show up...say i know for a fact that the page is there but sometimes the browser shows the 'error page could not be found' page and i want to


Detecting any error of my Browser -
Hi!! I want to launch and detect any error for my current browser.. for example.. when the DNS not found, or the page not found, etc.. I have the follow code to detect event.. but I don´t know to detect errors.. Class Modules Public WithEvents IEE As SHDocVw.InternetExplore


How to detect if a system is shutdown/logged off -
Could anyone give some suggestion to find out if a system is shutdown/logged off. I need to perform certain operations based on the system activities mentioned above. Thank you, Regards, K. Sripriya


hook windows shutdown -
can anyone give me a hint how to intercept windows shutdown call? want to run a program b4 shutdown then wait until complete then continue with shutdown tnks in adv.


Unload at shutdown -
I have an application that needs to unload at shutdown. When I try to shutdown my PC the app actually stops Windows 9x (have not tested 2K) from shutting down. If I exit the program I can then shutdown fine. Any thoughts on this?


Detecting browser shutdown -
When a user closes I.E I can detect this using a javascript window unload event.. however.. In this unload event I need to do some tidy up which involves a object created using asp. So, the unload is triggering on the client, but I need to do some tidy up on the server.. An


VB program prevent shutdown of PC -
I have a VB program running on a PC (XP). Some other program is also running (nonVB). This program wants to shutdown the PC using an shutdown API, but my program doesn't allow this (using the mild version of this API). How can I add code to tell, when I will accept a shutdown? Will a s


Web Browser Control! Detect somethign on a web page -
i want to detect if WebBrowser1.Document.All.Item("continueButton") exists on a webpage in the browser control. can i do this? if so how?


start>shutdown problem -
When i click start> Shutdown The computers hour glass comes up and then the shutdown screen never comes up. so i half to push ctrl-alt-del and go to shutdown. What could be causing it. ive ran my anti virus Norton and NOD32 nothing eccept adware.mirar the os is Xp


Abort Windwos Shutdown -
Can any body tell me how to abort the system shutdown based on the user action weather he or she wants to continue shutdown or cancel the windows shutdown. I also require help on AbortSystemShutdown API - the parameter of this API is lpMachineName. What value is requird to pass to it.


Prevent XP/2000 Shutdown -
Hi, I work in a network enviroment where everyone has ADMIN rights. Everyone has control over everyone's PC. It's a job requirement. Anyway, we have a coupla pranksters at work that keep shutting down my PC remotely, and it's very irritating. Windows XP/2000 has the SHUTDOWN or tssh


[2005] cmd prompt can override shutdown -
when I use Process.Start("shutdown", "-s -t 60"), it starts my shutdown to end in 60 seconds, but I opened cmd prompt, and typed 'Start shutdown -a' and (a for abort) and it canceled it? anyway to stop that from happening? I was thinking that since my shutdown


Another Browser question -
I'm using Vb and I need to detect the browser(s) and display a page if IE it's installed, I know what to do in that case, but with Netscape??? How can I detect the browser, and display a page in netscape?


Help me to get out -
Dear friends, I'm learning great things with you for a month and I'm been thankful. At this time I need your help so much. Well, I hid my application in CTRL+ALT+DEL list (learned in VB World) and I want to close this one only when user click on Shutdown Windows or Logoff User


Detect when a browser window is closed -
Hi, I want to detect when a browser window is closed when clicking on the [X] button or through File option and Close option. Is there any way to do that? I know that a WM_CLOSE message is passed when the user clicks on the [X] button which in turn calls the DestroyWindow API. If not


I have an application that stops shutdown. -
I have an application that stops shutdown of win98 se. The Application runs in the taskbar with a Do While Loop running for x amount of time. This Loop is active while Shutdown commences. I would like to know if there is a way to A. Test for shutdown, or B. Let shutdown close my taskba


Multiple command line -
Hi, I am just wondering if there is a way (should be but I don't know it!) to run your program with different options. What I am trying to do is, for example: shutdown /r ---------> to reboot shutdown /s ---------> to shutdown and etc. Thanks in advance for any sugge


Server-Side Browser detection -
I'm using the following code to return a users browser type: strUA = Request.ServerVariables("HTTP_USER_AGENT") If InStr(strUA, "MSIE") Then 'it's a Microsoft Browser End If I would like to have a separate branch for each of the following: IE4+, NS6+,


How do I detect PDF -
How do I detect PDF in a client browser? the back-end code being used is ASP classic.


How to detect the browser whether it's closed or not -
I'd like to detect whether user closes the broswer or not. If so, I want to be able to redirect to a thank you page. How can I do that? Thanks for any advice/ideas.


Shutdown computer after downloads -
I'm using Visual basic 6 and I want to make a program that shuts down the computer automatically after I finish downloading so I can download overnight if I need to. I know how to shutdown the computer with VB, and I got a program the shuts the computer down after a certain time. What


how to add plug-in to browser -
Hai, i am develop a browser using VB. i find out that it cant' play the midi, or other song from internet. doest anyone know how to code for, like IE and other browser can auto detect the require plug-in to view or listen the file? ------------------ LOUIS


Detect network shutdown -
Hi, I've got this problem: I have a primary computer connected to the internet with cable; from my computer - from a network adapter - goes a connection to my sister's computer. How can I detect when she closed down her computer and make mine automatically shut down also? - this in


Does anyone know how I’ll detect sound card through browser. -
Is there any way I can detect sound card on some ones m/c through browser. As I want to activate the sound file download only if they have sound card, otherwise don't. This will save some time for low bandwidth user. Thanks. Amit


[2008] When I press the restart button on my pc, my code doesn't detect it... -
Hey, I've found that when I press the restart button on my pc (near the shutdown button, that my code for detecting shutdown doesn't work... Although it works if I click restart, log off, shutdown, via the Start menu, It just seems to not work? Code: Form1_Load(ByVal send