RESOLVED...X type Logoff Screen... -
Hi,
In my application, i would like to give a WIN XP Pro type of Logoff fininsh...
when we click on start--> Logoff / ShutDown...
A popup box comes up with the buttons for Logoff / Shutdown etc.. At the same time, the background colour turns to black / white progressively..
Can any one help me how can i also put a similar greyscale tihng in my application when a user would click LOGOFF in the same?
I am using WINXp / VB 6.0
Thnx for help in advance...
-Monil
RESOLVED...X type Logoff Screen... -
Hi,
In my application, i would like to give a WIN XP Pro type of Logoff fininsh...
when we click on start--> Logoff / ShutDown...
A popup box comes up with the buttons for Logoff / Shutdown etc.. At the same time, the background colour turns to black / white progressively.
Display message box on logoff -
I have gotten into the habit of accidently leaving my flash drive in the USB ports of computers at work. I want to design a program which I will autorun off my flash drive invisibly which, when Windows logs off delay the logoff for a few seconds and ask me to remove my flash drive. Is
Logoff when system is not doing anything. -
I want to Logoff WINDOWS XP PROFESSIONAL when system is not performing any task (as screen saver pops), how can it be coded in VB 6.0.
[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
Delay Log-off until user confirms. -
I have a program while launches when someone goes to logoff. It only displays a short reminder but sometimes windows brings up the 'end task' diologue before a user can read it. Is there any way i can 'delay' the logoff until they hit "ok"? I was wondering if i abort the logo
WinXP Pro Login/Logoff screen -
Hey all, this isn;t VB related but I've searched all over the net and can't find an answer to this.
In WinXP you have a welcome screen that has users with their logos. You click on a logo and it takes you to Windows with your profile.
When you log off you have a window popup that
Preventing Force Logoff -
Hey,
I know that, using Form_QueryUnload(Cancel as Integer), you can catch and prevent logoff or shutdown. Does anyone know of a way to catch and prevent force logoff, i.e WM_TERMINATE, or is it, as i have heard, impossible.
Thanks
cancel logoff -
My question is if my application is running and the user tries to
logoff or shutdown he should not be able to do it.
vb6 prog run as admin -
Hello,
i created a logoff shell in vb6 for windows vista
and i called it logoff.exe
the problem is that i need to code it so that "logoff.exe" can run as administrator automatically when clicking it for windows vista.
Anyone knows the code for it?
Windows Logoff -
I want to detect when the user of a network decides to logoff so I can delete a folder. How would I do that?
Thanks in advance.
Restart Icon [resolved] -
i don't know if i'm posting this in the right forum but i hope you guys could help. i'm looking for the "restart icon". i already have the shutdown and logoff icons but i couldn't seem to find the restart icon. i need it because i want to use it on my little app that would si
How can i logoff -
can anyone tell me how to logoff a person in a lan force full using API
How to automaticaly logoff when save and closing the Excel file -
Hi Guys,
I have a tracker that the users can login and logoff. my problem is when I save and close the file while the user is still logged in he will not be logoff automatically and when i open the file the user is still logged in. Can anyone help me on this.
Windows user logoff -
I have an intranet page which uses windows authentication.
I have a logoff button on the page. When the user clicks the logoff button, I want the user credentials to be wiped off so that he need to login back again.
Right now It doesnt seem to work unless i close the browser. But I w
Can't Logoff/Restart -
When I run my .exe application, my Windows XP machines are unable to logoff or restart while it is running.
Any ideas on how to get past this?
Run at Logoff -
Hi,
How to run my exe at windows logoff?
Help Needed Disabling Buttons -
I have a task allocation program that allocates tasks to employees.
The page looks like this:
userid projid TaskID Logon/Logoff
userid projid TaskID Logon/Logoff
userid projid TaskID Logon/Logoff
userid projid TaskID Logon/Logoff
As you can see a user can see all his/her tas
API for Logoff Machine -
Hello All
Can anybody guide me how do i logoff machine throgh vb API.
Thanks in advance
I need the codes for (Shutdown,logoff,restart,standby) the PC -
I just need for this codes:
turning off the PC,restart,logoff and stand by
how to logoff -
whats the command to logoff or shutdown, if its possible, how can i shutdown other computer connected to lan
if mouse doesnt move logoff -
Obviousley i would need a timer but how do i get my app to logoff if the computer hasnt been touched for say 5 minutes??
I understand the:
load form1
form1.show
but how do i count the seconds since the mouse was last moved????
Windows Logoff... -
I want to be able to track when a user is logging off windows. I only need to track this when they use the log off(not the restart, or shutdown). I assume this can be done with the query_unload event of a form, but I am not sure how to distinguish between a restart, shutdown, and logof
Run VB program in background when user is LogOff -
Is there any API function which allow us to run VB-program at the time of LogOff by user and keep executing in memory until next LogIn
Logoff current user -
hello,how to write to the code for "logoff current user" from project form ?example: now i'm login to the vb using username:abc and now i want to logoff the current user to login username:cde.
Thanks for help!
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
Run Program in Windows LogOff -
How can I run a program every time that the user logoff of windows?
Or login ?
Abraçunda!
logon and logoff the network computer -
Hi, i tried to write a vb6 program for cybercafe shop to control the network computers from an computer(which use by cashier). when customer come then the program should able to logon one pc and remember the logon time and when the customer left, the program should able to logoff the
remove session objects -
I have a web based application. It uses session objects. We have a logOff buttion in the application. When the user clicks the logoff buttion the session objects are destroyed and logged off message is displayed.
Any thoughts on how to destroy session objects if the user closes the b
Server/Client - need code! -
Does anyone know how I can make a server, and then a client...Only two buttons for now in the client "Shutdown, and Logoff". To shutdown, shelling c:\WINDOWS\system32\shutdown.exe and for logoff c:\WINDOWS\system32\logoff.exe. I've been wanting to make a server/client like
Removing Session variable while closing browser -
I have a web based application. It uses session objects. We have a logOff buttion in the application. When the user clicks the logoff buttion the session objects are destroyed and logged off message is displayed.
Any thoughts on how to destroy session objects if the user closes the b
How to shutdown, logoff, restart computer -
Hi all!
In vb.net
I want to write an application that can shutdown, logoff, or restart the computer?
i do not know which dll can i use and how to use it?
Could some one tell me the vb.net code?
thanks.
thirith
B4 Internet Disconnect -
Hello All,
I'm working on an app, which needs to send a command in the form of loading an url from a webserver before a user disconnects from the web.
I have made it so that users can disconnect from the web and logoff from the server - providing they do it through my app - but
Closing Help {Resolved} -
I'm using the Common Dialog .ShowHelp in VB6.0 SP5 to display the help screen for my app. Upon exiting this app the help screen remains active. How can I force the help screen to close with my app?
Minimizing a screen -
Hello,
I hope someone will understand what I am asking, LOL.
Well I have written a fairly large application using VB6 and Access. At start my screen has few buttons to push. Push a button another full screen comes up. Now if I minimize this screen it shrinks to the bottom left
MDI Forms -- Unload or Hide MDI and show non MDI form -- HELP -
I am writing an application which has a login screen and
a log off button.
When the application loads the login screen is display. The user logs in and a MDI form is shown with various forms positioned within it (thanks megatron for the code to remove MDI resizing).
The user will
Is an exe running * resolved * -
I couldn't find the answer to this on a couple of searches but maybe I'm asking wrong.
We have about 25 users sharing an exe. If we make minor changes we just rename it and add the new one. The assumption is when they logoff to go home the next day they will pick up the new one wh
how to raed a text file and insert into access database -
i want to read a text file and insert neccessary fields into access database. May i know how do i do it?
this is my text file:
Type Date Time Source Category Event User Computer
Success Audit 7/14/2004 10:04:30 AM Security Logon/Logoff 538 SYSTEM L340C53
Success Audit 7/14/2004
[2005] WinXP Logoff Fade to B/W for forms -
Has anybody come up with a solution for VB.Net for the WindowsXP Logoff fade to B/W? Not fade to nothing using Opacity. I'm looking for something like this:
http://www.codeproject.com/KB/dialog...02#xx2604902xx
But for VB.Net...
Get Screen Size [resolved] -
In VB 6 i was able to get the screen size pretty simple (although i forgot how since i got .NET). In C# i want to get the screen size to determine where to place a certain form. How can i get the screen size?
Thanks
Using a projector -
I want to write a program where I use two screens. Screen 1 is for controlling a game and should be a laptop screen. Screen 2 is projected onto a screen via a projector and is the game itself. How can I split forms between two different output devices.
Its a quiz type game so the aud