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?
Detecting Hardware -
How do I Detect the following hardware:
-Detect CD-ROM
-Detect ZIP Drive
-Detect JAZ
-Detect Sparq
-Detect Floppy
-Detect DVD
------------------
Thanks,
In Christ,
Ben
Detect Various Windows States -
Are there methods to detect:
a. When Windows is going into standby state?
b. When Windows 2000 has the keyboard locked by Ctr-Alt-Del.
I already know how to detect when the screen saver is on. Basically, I would like a comprehensive solution to detect when the computer is u
Key Detection -
I need to detect different keystrokes that the user enters in my program. Originally I tried using the _keydown event, but I need to be able to detect more than one key at a time, or detect when there is more than one key down. I will also need to know when certain keys are released.
Detect pop up blocker -
Does anyone know if there is a way to detect if pop up blockers are installed ?
My Intranet ASP.Net applications always start with a pop up to remove navigation buttons from Explorer and I need to be able to detect if they are enabled so I can inform the user.
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?
Check is app on XP -
What is the easiest way for my program to detect to detect if it running on XP? I use the environ function to detect the path to the windows directory but on XP there is no winnt folder.
What is a reliable way to check this...
thanks
detect xp theme -
How can i detect the current 1 of the 3 standard xp themes on a users machine? I realize that a user could be using a custom theme. I just want to detect if 1 of 3 are being used and which one
Detect simultaneos connections to my app -
Hi all,
i have trying to write a function/sub to detect simultaneous connections (instances) of one .exe file in a folder in a server.
my question is: there are a way to automatically detect this (like an API) or i need to make manually?
Please answer me, i need this so much!
keyboard vs joystick: how to detect 1 by 1 -
i want to detect 2 devices, keyboard n the joystick.
i just want to make sure that when the key pressed on the keyboard ( i use keydown_event ), the program won't detect the joystick; n the joystick moved ( joystick_move event ), temporary
won't detect the keyboard.
which command
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 if out look is Running -
Is there a way I can detect if outlook is running on the machine I am running the function from?
Also, if there is a way to detect outlooks presence, is there a way to also tell if a specific macro has been activated?
Thanks in advance.
How can I detect when a Word document has finished loading -
Hi,
Is it possible to detect in the normal.dot when a Word document has finished loading?
AutoOpen() and AutoExec() detect when a document is being opened or executed, but is there a way to detect when it has finished being loaded?
Any help much appreciated
Thanks
detect location -
Hi,
I want to detect the location of the program that I run /compile vb.net
for example:
C:\test\bin
because I want to store files there. Let say the lcoation is unknown.
Is it possible to detect the location ?
Thanks,
NewBie
[2005] Detect Key Pressed, Output different value -
i want to create a program to detect a keypress outside of the program, and then send a different key
EX. if i were in IE and i typed www, the program would detect that and instead of w's it would be hhh
Detect Form Control Changes -
Can anyone help me?
I am looking for a way to detect when a control has been changed from its initial value, also for it to detect if it is changed back again to that original value. This is to be used to set the enabled property of my Apply Button?
Any help greatly appreciated.
how to detect chr(13) in string -
hi!
how to detect chr(13) in string?
I have proven it using chr(13) but it does not detect it. When I debbug app, it shows me small squares instead of separate lines (chr(13)).
¿some suggestion?
regards.
anna7
How to detect installed components -
Hi everybody ;
I was wondering if there is a method to detect if a DLL or OCX is already exist & registered , also in VB6 how can I detect that the .Net framework is installed & what version (I hope that this is not the wrong forum to ask about that).
Get some musical bluetooth usefulness... -
I have a moto v710 cell fone. Yes i know, crippled bluetooth, but thats not the point. My computer can still detect the fone, so i need vb code, or ocx, to detect the bluetooth fone. I dont need it to do anything through the fone, just detect that it is in range. When it is out of rang
detect DB connection -
I have some code where I am connecting to a SQL-7 DB. I want to be able to detect the open connection & pass the user into the site.
Whats the correct syntax for this?
objConnection.Open()
> detect connection here<
Thanks,
~Piz
Detecting MouseUp on another apps form -
Hi,
I am trying to find out how I can detect the mouseup on a form that belongs to another application. I can detect the left key via GetAsyncKeyState but haven't come across any code to detect the mouseup.
Any ideas?
Thanks,
Rob
How to detect if a file is in use -
Hi! I'm new in VB and maybe this is a silly question but I have to know if a file is in use before do something to it
A friend told me about moving the file using FSO and if it generates an error then the file is in use, it is a good option but FSO does not detect the file was in use
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
How to detect windows activity of another application -
Is there a way for my application (in VB) to detect a mouse click on another application. Or detect a dialogue box opening in another application?
I am trying to write a program that could monitor the activaties of another program (written in VC). for testing purpose.
Detect Internet Connection in Win2K! -
Hi pals!
How can I detect an Internet Connection in Win2K!
Firstly I use a modem or ISDN Adapter, which should be easier than the LAN way! So how can I detect wether my PC is online and than start a logging Prog that I wrote??
Neon
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
Detect carriage return -
I start this topic as a new thread, in a multiline textbox, is there a way to detect carriage return?
or when reading a line from txt file, how to detect whether cr exists in that line of string?
Find all windows running of a certain class*resolved* -
Basically i need to detect if another instance of the program is running. App.previnstance is not reliable enough..ie they could rename it , run it from another location etc.
So instead im going to detect all apps running with that class type. How can u detect all the instances of t
Detect New Drive -
I can't wrap my head around how to do this.
I have an external hard drive. I want my service to detect when I plug it in. It's usually the same drive letter but may not always be.
Is there an easy way to detect that a new drive has shown up in My Computer, filesystemwatcher st
Detect Network Computers Accessible -
Hey, does anybody know the API calls to detect computers that is capable of copying files to? I want it to be able to copy a file to a network without me specifying the machine..to detect & copy by itself. Thanks.
detect key press.......urgent! -
Hi,
I've posted this before.....but haven't found a solution as yet.....so here I am re-posting.....
I am running a .exe file from my VB application. I need to detect when a key has been pressed and on detecting a keypress have to stop the .exe file. How do I detect a keypress i
Detect Firewall Status -
Is there a way to detect if the computer has its windows firewall enabled or disabled? If it is even possible, please point me in the right direction.
Code Examples would be greatly appreciated.
Thanks in advance!
PS- I am working on a diagnostic utility that will assist our
[2005] Security -
Good Evening,
I am just hoping someone can help me out, maybe point me in the right direction.
I am making a small security program and I just want to know how easy it to do the following things:
1: Can I detect if the windows password for the account has been changed?
2: Can
how to detect if default printer is set up -
I am looking for an API function that will help me detect wether or not a default printer is set up on the computer.
It is a problem to use the Printer object cause it may be initiated and then not detect if the user removes the default printer manualy...
Is there an API that will c
Detect KeyBoard Hook -
How can we detect whether keyboard is hooked or not?
I mean if any of running programs has implemented keyboard hook (Global), can we detect it?
This can help us determine if some spyware is running and logging keystrokes.
Thanks,
Ashvatthama.
detect whether a form is open through network -
Hi all,
I would like to have a code which could detect an open form through LAN. Below code works great when it detects an opening form at a stand alone PC. However, it is not capable to run its task properly to detect another networked PC which launching the open form. Is anyon
Detect if user scrolls ListView -
how do i detect when user clicks the scrollbar on ListView object and starts to scroll it up or down or whatever while holding the mouse button.
mouseDown() doesn't detect mouse events on the ListView's scroll bars.
please help!
How to detect if user scrolls the ListView -
how do i detect when user clicks the scrollbar on ListView object and starts to scroll it up or down or whatever while holding the mouse button.
mouseDown() doesn't detect mouse events on the ListView's scroll bars.
please help!
[02/03] Compare Sounds / Detect Touch Tones -
Is there a way in VB.net to easily compare two sounds. Or to detect when a certain sound is coming through the mic or being played through the speaker output.
To be exact, is there a way to detect touch tones in VB? To be more exact, is there a way to detect touch tones coming thr
Detect microprocessor and RAM -
Hello
How can we detect which processor and how many RAM are included inside the PC (for example : Pentium II 233 MHz, 64 Mb of RAM) ?
Thank you in advance for your help.
Detect click on X -
hi,
how do you detect when a user clicks on the X in the right upper corner???
splazz