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.
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.
Can an ActiveX control detect when its container form moving on the screen -
I need to know when my ActiveX control being moved on the SCREEN.
A "user control class" doesnt have such an event, and other controls only detect when they are being moved on the container form
Can an ActiveX control detect when its container form moving on the screen?
what control i am over -
how do i detect what control i am over with current mouse position?
how do i drag an item over the form and detect whether I am over a specific panel?
SUBCLASS problem -
ok.. I am posting another question because I want to approach the problem from a different way.
I want to see if it is possible to subclass a form and not receive the message mouseout when the mouse is still in the form but on a control. How can I do this since I cant detect when t
Detect and disable right-click -
Just a quick and easy (I hope) question. I have a Form with a Web Control and I want to detect and disable the right click function. So first question is, how do you detect a right click and then how would you tell the web control to not do anything with it? This basically keeps peo
screensavers contd. contd. ..........urgent! -
Hi,
As I've posted messages before, I'm trying to create a screensaver using the Shockwave Flash control to run a .swf file.(I was trying to use a .exe file, but not any more!). The problem is that I'm unable to detect a keypress & mousemove/mouseclick on my form. I tried settin
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
API to detect controls -
Anyone know of an API to detect control properties from an executable without looking at the source code?
I ask because I found an online decompiler that returned the form and control properties of an exe and I'm trying to determine if that means that it could generate source.
We bou
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
Form Detection -
Is there any event in VB6.0 that I can use to detect when a user has started editing any control on the form. I donot want to HAVE to do the checking control by control.
Thanks
Tesita
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
ActiveX - Tab Not Detected [*** RESOLVED ***] -
I have an active X control with multiple picture boxes in it. I currently have it set up so that I can detect the keydown event for anything but the tab key. I don't care about the control losing focus as long as I can detect that the tab key was pressed, however I have not been able
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?
Detect application idle -
I need to be able to detect when my application (not the workstation) has been idle for x number of minutes (no keyboard or mouse activity). I don't want to have to capture events on every control on every form. Any ideas?
detect mouse events in webbrowser control -
sir,
how can i detect mouse events in webbrowser control. i have searched the vbforums, but i got only posts explaning right mouse button click in webbrowser control... i want to detect left mouse button click... i want to display a message box when i press on my webbrowser control.
Which control is under the mouse -
I was thinking of the way to detect which control is under the mouse. I couldnt find an easy way.
I think it can be done by:
1-Detecting the mouse position.
2-Looping through the controls of the form and if the mouse position falls in the bounds of the control then the mouse is on
Detecting Tab . . . Losing my mind!!! -
Argh!!!!
Help!! I'm going to lose my mind!!!
I have a control arry of Masked Edit boxes on my form. I'm checking them for date errors (ie, if the user enters 02/31/2000)
I was doing this on the Lostfocus event. I was then reseting the focus to the control which had the error
How can I detect if a form is...***Resolved*** -
Real quick and easy question..
How can I detect if a form is already loaded?
Thanks,
Rudy
how to detect a form is being drag -
HI
Is there any form event that allows me to detect a user dragging a form?
Thanks
click on a control -
is there a way to click anywhere on a form and detect what control you are clicking or what control you are over?
I have a screen full of labels and i need to know what label my cursor is over
Mouse Detection -
hey, whats some code to detect if the mouse is/isn't OVER the form, or any of the form's controls
Like, if the mouse is anywhere on the form (over a command button, etc) i can find if it is over the form, if it isn't over any part of the form, then detect that too
anyone?
detect mouse move over form -
How can I detect if the mouse has moved or the keyboard has been pressed while the form has focus? To know if the form is being used or it is just open inactively?
thanks
Wheel -
Does anybody know how to detect when a ListView or TreeView is scroll with the mouse's wheel?
I need to know this because, apparently, when you scroll it with this wheel the ZOrder property is set to 0, and all the form messes up (because this control should not be the topest one.
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?
[2008] Detect Mouse Clicks -
OK I'm not really sure how to explain this so bare with me.
I would like to have a form with, say, a button on it. When the button is clicked I would like to be able to click a control in a different application, and have my program (with the button) detect that click (first click a
detect the focus of the textbox -
Hi,
Let say I have 10 textboxes in the form and I want to know which text box have the active cursor /focus. like it return the index of the textbox control to me like text1(5) , so I can put something in the textbox. But I need to detect where the cursor in.
Thanks!
change resoulations back and forth -
Hi wireguys
Been fighting screen resoulations . My setup now checks the screen res and adjusts the form accordingly for each res. Never had got this to perfection. My form on a pc running 1600x1200 my form is tiny and it is way too big too fit on 680x400. I do not like changing a use
How to detect when a form was moved -
I want to detect when a form is dragging with mouse
Shockwave flash control......... -
Hi,
Im using the shockwave Flash control in my form to play a .swf(ShockWaveFile) file. I've made the control fullscreen size.
How do I detect when the mouse has been moved/clicked or a key pressed over this control? It doesns't seem to have a keypress or mouseover event as other
Mouse over activex... Please help... -
I am trying to design an activex control that can detect if the mouse is over the control and also detect if the mouse is off the control.
I have tried hittest and mousemove but I'm not really expierianced enough to know what I'm doing.
could someone please help me.
VBA - Detect when a form is moved -
Any ideas how to detect when a form is moved (dragged). Failing that, how can I stop the user moving it at all. Oh, and just for good measure, I'd like to be able to hide the stupid title bar too. Why can't VBA be VB?
ms webcontrol -> detect a popup -
I'm using the microsoft webbrowser control... Is there a way to detect the URL of a window that is opened? I'm clicking on a link inside the browser control, and by some javascript calls it opens a new internet explorer window.
I want to know if it's possible to get the URL of the new
Detect Keys -
Hi all,
How to detect ALT-O, ALT-A and other key combinations with ALT on keypress event of form ??
Thanks.
ocx detect -
hi people...
i made some activex control that open a exe file...
i have that activex in top of a picture i want to know if its possible detect if the active x control its registred in windows if not i want hiperlink that picture to another site and dont turn off the active x...
than
detect an enter key in a form -
Hi,
I want to detect if the user press the ENTER key in the form then call a sub,
how to do that? keypress or keydown?
sample please
thanks!
form_keydown problem -
i am using the keydown sub for a form and i know how to detect letters:
if keycode = VbKeyA then
this detects the key a. but what do i do if i want to detect the key - or / for example?
Keypress & mouse detection (2 questions) -
1. Hello, I am making a screen capturer program and would like to know, how to detect keypresses outside the form. I mean when form is hidden or minimized.
2. Is it possible to detect a mouse click outside the form in certain window? Let's say i want to see how much clicks do I make
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
Detect how a form is closed ** -
How can i detect if a user has used the close button (X in the upper right area of the form near the minimize and maximize) to close the form...
reason being:
I have my main form hidden to display a splash and login screen.. but if the user hits the X it will show the main form..
treeview control -
Hello
I am trying to use the treeview control, but l don't have text books that tell you how to use it. Has anyone got any sample project where they have used a tree view.
One other question, I have a form with a exit button on it, if the user, clicks on the cross in the top righ