473,396 Members | 1,702 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Possible to retrieve events by a control in webbrowsercontrol?

Hi
I want to know how I can retrieve the 'onchange'-Event of an HTML-Input-Element in my vb.net-code? I have access to the documentproperty (DOM) of the Webbrowsercontrol

Thx
Tobias
Nov 20 '05 #1
4 1164
Regarding to my question there is an microsoft-article
KB Article KB311284 "HOW TO: Handle Document Events in a Visual Basic .NET Application"

The textbox on the site the example application loads doesn't work as usual. Can somebody of you also try the example given in the aticle? So I could find out if it is a general problem or only a problem on my computer

Tobias
Nov 20 '05 #2
Regarding to my question there is an microsoft-article
KB Article KB311284 "HOW TO: Handle Document Events in a Visual Basic .NET Application"

The textbox on the site the example application loads doesn't work as usual. Can somebody of you also try the example given in the aticle? So I could find out if it is a general problem or only a problem on my computer

Tobias
Nov 20 '05 #3

"Tobias Winter" <an*******@discussions.microsoft.com> wrote in message
news:86**********************************@microsof t.com...
Regarding to my question there is an microsoft-article:
KB Article KB311284 "HOW TO: Handle Document Events in a Visual Basic .NET Application".

The textbox on the site the example application loads doesn't work as usual. Can somebody of you also try the example given in the aticle? So I could find out if it is a general problem or only a problem on my computer.
Tobias

I tried it. I found a few things that needed fixing, (check your task list) but it pretty much ran after a few light
fixes.

Code: doc = AxWebBrowser1.Document
Fix: doc = CType(AxWebBrowser1.Document, mshtml.HTMLDocument)

And I added Me.Show at the top of Form_Load so I could see when the form was
ready to navigate.

LFS

Nov 20 '05 #4

"Tobias Winter" <an*******@discussions.microsoft.com> wrote in message
news:86**********************************@microsof t.com...
Regarding to my question there is an microsoft-article:
KB Article KB311284 "HOW TO: Handle Document Events in a Visual Basic .NET Application".

The textbox on the site the example application loads doesn't work as usual. Can somebody of you also try the example given in the aticle? So I could find out if it is a general problem or only a problem on my computer.
Tobias

I tried it. I found a few things that needed fixing, (check your task list) but it pretty much ran after a few light
fixes.

Code: doc = AxWebBrowser1.Document
Fix: doc = CType(AxWebBrowser1.Document, mshtml.HTMLDocument)

And I added Me.Show at the top of Form_Load so I could see when the form was
ready to navigate.

LFS

Nov 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Mohan | last post by:
Hi All, I am using web browser control in a VB 6.0 client server application to print reports. I am writing the report into a HTML file and displays the report to the user using the code,...
5
by: Emmett Power | last post by:
Hi, I use Access to send emails through SMTP. I'd like to mirror the process and retrieve emails from my SMTP/Pop3 server without the intermediary of Outlook. I don't want to spend a lot of...
1
by: Paul Boyes | last post by:
Hello, I am sure this is a fairly common problem, but I have not see any info that directly addresses is. Here is what is happening: We have a windows forms based (C3 .Net) application that...
8
by: ORC | last post by:
Hi, Is it possible to disable an event like e.g. disabling: private void textBox1_TextChanged(object....) ? Thanks, Ole
2
by: epigram | last post by:
I'm responding to a button click event on an asp.net web form. I then need to retrieve the value from a TextBox control and I want to compare it against the control's previous value to see if it...
3
by: ruurd | last post by:
hello, how do i add the webbrowsercontrol to a vb project?
0
by: lord.zoltar | last post by:
I added a WebBrowserControl to a form for our help system, as the help docs are written in HTML. When I close the program, I sometimes get this error: "RaceOnRCWCleanup was detected Message: An...
6
by: data | last post by:
I searched the internet and saw an old posting which has the same problem I am experiencing. The asp server doesn't recognize the variable I declare publicly in my codebehind class. The variable...
8
by: Rex the Strange | last post by:
Hello All, I don't know if this is possible, but I'll give it a shot, here. I'm sick of writing the following line of code in control event handlers: if not visible then exit sub Is it...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.