Click event for web browser objects -
I notice that the web browser doesn't have a click event. Is there any way that I can detect for a mouse click within the web browser window? I can't find an equivalent event.
Thanks
Aidan
Click event for web browser objects -
I notice that the web browser doesn't have a click event. Is there any way that I can detect for a mouse click within the web browser window? I can't find an equivalent event.
Thanks
Aidan
[2005] How do you clear cache objects on browser close -
How do you clear cache objects when the user exits the browser? I currently have code to do this is the global.asax page's session_end event, but it doesn't seems to fire on browser close.
Would the application_end event work?
Flash objects(buttons) in vb.NET -
We are working on a big vb.net project and we did many flash animations which we want to act like buttons. But with the objects used to show flash in vb.net, there is no click event. The only potential event is enter and seems to always activate. We want our flash objects in vb.net to
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
[2008] Web Browser - Make Event Listener -
I've got a web browser control, but I'm looking for a mouse down event, but it doesn't have any.. Can I make one some how???
Or is there another web browser I can use that has that event?
(Mouse Middle Button Click)
Cheers
Icyculyr
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
Event Sequence -
Is there a way to prevent click events from initiating while a previous event is being processed?
ie.
I have a form with many command buttons, and when I click one of them, I want to ignore any other click on other objects until the routine from the first click terminates.
It ha
Web Browser events -
Hi,
I'm using web browser object to show my results.
I want to make some chage on this browser but couldn't find necessary property on properties window of the webbrowser object.
For example i want to disable mouse rigth click event and change mouse cursor.
Last how can i put zo
Jeopardy Game (array of image objects) -
I am writing a jeopardy game for a friend of mine who is a school teacher. I need to have 25 image objects (the jeopardy board) that i can easily make reference to (ie. they are an array). I read a big thing about how to make an array of objects dynamically, and it worked, however, i
UnLoad event -
How does one trap the OnUnload event of the window object. When I close a window I would like to trap the Unload event. I tried calling it in the BODY tag as shown below.
<BODY OnUnLoad="UnLoader">
However in this case the unload event is invoked when I click on the R
OnUnload event -
How does one trap the OnUnload event of the window object. When I close a window I would like to trap the Unload event. I tried calling it in the BODY tag as shown below.
<BODY OnUnLoad="UnLoader">
However in this case the unload event is invoked when I click on the R
[2005] Event handler for objects created at runtime -
Hi
I am writing an app in VB2005. I have a class that handles the creating and disposing of objects on the form at runtime. In otherwords, I have a function inside this class called AddTextBox, that will add a textbox on the screen at runtime, assign it a name, position, etc.
I need
Event notification -
I've been learning a lot lately about adding event driven capabilities to custom objects, like the INotifyPropertyChange event which tells every consumer of a particular object that something changed and to update the display.
However, I want to take this one step further and apply
Locking Data List object -
Hi, everybody!
I have a form with several objects. I’d like to be sure that the 1rst. Object has a value before allowing the user to click on other objects. So, I locked all the objects, (except the 1rst. one) on the form load event and put the following module on the click proper
Old question, Lostfocus. -
Hi. My name is Emidio, I living in Brazil and I have 29 year old.
I'm a programmer (19 year, 6 in VB) but I have a small question that leave me crazy. Is about Lostfocus event.
p.e: I need to write codes in GotFocus, Click and Lostfocus events of all objects in Form. Is about 20 obje
Checking if user's browser is set to enable ActiveX objects through javascript -
Is there a way to use Javascript to see if a user has his or her browser set up to enable ActiveX objects?
Specifically, I only need the code for IE 6.0+ for a PC. (since ActiveX isn't really supported by any other browser anyway . . .)
Thanks!
All objects shift to the corner -
Hello,
I am starting a BETA test at 1483online.com and I noticed something strange about my application. Here's what happens from launch to problem:
1. Open the program and it launches a browser that points to the web site.
2. Navigate to the game page
3. After pressing a link
check box no click event -
Why doesnt asp.net have a click event for check boxes?
I NEED a click event...
the click change event doesnt fire when i click a check box on my asp page...
Just like a button click i need a check box click..any suggestions...
I need to be able to click on a check mark and ha
Double Click Event For any object -
I have Labels, and MSHFlexgrids containing information.
I want to make it so if the user double clicks on any of the
objects an event will occur. Is there any way to do this
W/O typing _dblclick Event subs for each object ?
Maybe KeyPreview???
VB6, excel and programmatically initiating object events [NOT SOLVED] -
Hi All,
Got a bit of a strange question for which I don't seem to be able to find an answer.
I created a VB6 application controlling excel. Some of the forms have several multipage / frame object on which textboxes / comboboxes, etc. are located.
A problem I found is with o
methods and events in my own objects can someone help me clear the difference up -
Hi
I sometimes get confused with methods and events
With a text box its easy to understand, there is a click event or a lost focus event etc , the methods are move refresh etc
I am wanting to create a reel object in my programs for work.
A reel is a reel of plastic film
so its
[2005] Gotfocus not working on Webbrowser -
Hi Peeps,
I have two web browser controls on my vb.net form. Basically I am using them to create and format articles. I have several buttons like Bold, Italics etc and need to determine which web browser I am in so in the got focus of both controls I set a variable to determine whic
[2005] click event for custom control -
Hi everyone,
i have a custom control, with a picturebox and a label...
when i put it onto a form, and put the code in the click event for that control, it only works when dont click on the picbox or label...
ihave too questions, 1) how do i make the label click event and picbo
Open a browser -
How do I create a button click event that opens the users default internet browser to a web-site
Web Browser in VB -
Hi, im trying to create a web browser in visual basic and have found that when you right click a link and click on open in new window, it opens in internet explorer instead of opening anouther instance of the browser.
Does anyone know how to fix this
Thanks
Creating new objects via code -
How do you create objects (I want shapes) from code?(while running, that is. Not by putting it in a form)
Also another question - Whats the equivalent of GetKeyState for mouse clicking? I need to get the X and Y coords of the pointer whenever I click. This would work with MouseDown
Cancel a Click event -
Hi,
Let's say that a user clicks on a listbox's item, the click event is generated. What if after some validation, the program should move back to the previous index because something is missing etc.
How can I cancel a click event?
I tried to change the listindex to the old one
Is there a way to open IE browser in VB -
I'd like to use command click event to open IE browser. If it is possible, how to do it? Thanks!
[2005] too many objects!!! -
I have little problem, I used a lot of copy/paste commands to put the objects in, and somehow I was left with more objects then I wanted, but when I click on them in the drop down menu on properties box, its supposed to find the object on the form and select it, but when I click on ext
WebBrowser in VB5 (SP3) -
Some please help,
I've managed to develop a web browser that uses the IE dll. It does everything i want except the following,
If I let the user right click on a link on any web page then I want him to be able to go there. i.e. if he choses to "Open link in new browser&quo
ok....so noone knows about browser right clicks....how about.... -
Ok....i'm still trying to change what happens when someone tries to open a web page in a new window (if interested or knowledgable see my other post). Is there any way to
1- disable the context menu in a web browser
2- pick up any type click event (maybe shift click)
please help
Help setting program as default browser -
I just programmed my first browser in visual basic 6.0. It's all done except ONE last option that I just can't figure out. How do I make my browser set itself so it's the default browser. So every time you click a link it opens my browser instead of windows explorer. Can anyone help me
Vb to vba export -
Hi,
I am trying to export one application developped under VB5 to VBA97.
I used under VB5, controls such as Dirlistbox and Filelistbox. These objects are contents under vb5.olb available under default directory for VB5 i.e. DevStudio\VB.
To make these components available under vba9
ASP and Unload/Terminate event -
Hi,
I have an ASP application that creates some objects. Is there a way to quit and set the objects to nothing if the application is closed via the [X] box? (Similar to a form_unload or form_terminate event)
Thanks,
Al.
[2005] Listview_SelectedIndexChanged Event Firing Twice -
I have a listview on my form but am having a problem with the events being called.
I need to be able to click onto any of the selections, or click onto the white space to ensure nothing is selected.
Basically, if I click onto one of the selections it calls the selectedindex_chang
Capturing new window requests with Web Browser Control -
Hello there,
I'm using the AxSHDocVW Web Browser Com Object/Control. I'm trying to stop it opening a new instance of Internet Explorer when you right click on a link and "open in new window" ,.. I can capture the event using wbrBrowser1.NewWindow2 but I can't work out how
How to capture Control and Shift key states in a click event -
I'm dynamically adding PictureBox objects to a FlowLayoutPanel. I want to simulate a multiselect capability for the PictureBoxes as with Windows Explorer in thumbnail view. How do I capture the Control and shift key states while in a click event?
I would greatly appreciate any help
Browser control sucks -
I used web browser control in my application and in my application there's one treeview, encrypted HTMLs. When i click on a topic in my tree, it calls .exe (say abc.exe) file which is encrypted version of my abc.htm and decrypts immediately and abc.htm file is shown in web browser but
MSFlexGrid Events -
Howdy?
How can I distinguish between Click and DblClick events? I mean every time you click a mouse, the Click event is fired up. Also, if you do double-click, the Click event will be fired up first and then DblClick event will be fired up later. Does it has any way to avoid Click e
How to trap window close event of Browser in IE -
I want to trap the event of the Window close of the Browser using Java Script so that I can call the function on that event.
I am writing a Client Server application using Java Script and Java Servlets. I am giving client a database connection when the user correctly logins to the ser