Click here to Skip to main content
15,886,137 members
Home / Discussions / C#
   

C#

 
GeneralRe: Datagrid bound to collection : how to order columns ??? Pin
leplayb25-Apr-06 5:33
leplayb25-Apr-06 5:33 
Questionreading and placing in textarea Pin
kknadh8025-Apr-06 3:31
kknadh8025-Apr-06 3:31 
AnswerRe: reading and placing in textarea Pin
J4amieC25-Apr-06 3:34
J4amieC25-Apr-06 3:34 
AnswerRe: reading and placing in textarea Pin
CWIZO25-Apr-06 3:35
CWIZO25-Apr-06 3:35 
QuestionPassing Window Form Controls as method argument Pin
abhinish25-Apr-06 3:28
abhinish25-Apr-06 3:28 
AnswerRe: Passing Window Form Controls as method argument Pin
Le centriste25-Apr-06 3:41
Le centriste25-Apr-06 3:41 
AnswerRe: Passing Window Form Controls as method argument Pin
Paul Brower25-Apr-06 5:03
Paul Brower25-Apr-06 5:03 
QuestionCapturing Browser data in Windows Application Pin
nw.knowledge25-Apr-06 3:09
nw.knowledge25-Apr-06 3:09 
I am working on a Windows application developed in C#. The Windows application is required to capture the user inputs from active Internet Explorer instance (not included as a web browser control within Windows application). For example, when user clicks on “Submit” button in the browser, the Windows application should be able to capture that event and also capture the text box values from the relevant web form. A similar situation is that the Windows application should also have a capability to populate the text boxes of a web form rendered by Internet Explorer.

To summarize, I need to implement an interface between my Windows application and the Internet Explorer so that the windows application is able to read from Internet Explorer and also populate the values in Internet Explorer. This involves the following:

1. Trapping the “Submit” (button click) event from Internet Explorer and Capturing text boxes in the Internet Explorer.

2. Trapping the page load event from Internet Explorer and populating the textbox in the Internet explorer.

I have searched for the related topics on web and also MSDN, I found that BHO (Browser Helper Object) is one of the option. I have tried to implement the BHO interface based on few samples that I found on some of the sites. However, it is not working yet.

Therefore I thought I would grab this opportunity to take help from the expertise involved with this Forum. Any inputs / ideas will be very helpful for me to progress in right direction.

I look forward to your response.

Thank you and regards,
nw.knowledge
AnswerRe: Capturing Browser data in Windows Application Pin
J4amieC25-Apr-06 3:29
J4amieC25-Apr-06 3:29 
QuestionRe: Capturing Browser data in Windows Application Pin
nw.knowledge25-Apr-06 19:58
nw.knowledge25-Apr-06 19:58 
QuestionDatagrid TextBox becomes dropdownlist on Edit/Update Pin
cppdotnet25-Apr-06 2:55
cppdotnet25-Apr-06 2:55 
QuestionProblem with deleting a row from a sorted DataGrid Pin
Larantz25-Apr-06 2:30
Larantz25-Apr-06 2:30 
AnswerRe: Problem with deleting a row from a sorted DataGrid Pin
Robert Rohde25-Apr-06 3:29
Robert Rohde25-Apr-06 3:29 
QuestionChange active database in runtime Pin
siliconesoul25-Apr-06 2:29
siliconesoul25-Apr-06 2:29 
AnswerRe: Change active database in runtime Pin
Le centriste25-Apr-06 3:43
Le centriste25-Apr-06 3:43 
GeneralRe: Change active database in runtime Pin
siliconesoul25-Apr-06 8:19
siliconesoul25-Apr-06 8:19 
GeneralRe: Change active database in runtime Pin
Le centriste25-Apr-06 9:13
Le centriste25-Apr-06 9:13 
Questionimage rotation with link Pin
Amalarajan25-Apr-06 2:20
Amalarajan25-Apr-06 2:20 
QuestionDelegate .Invoke method problem Pin
danchester25-Apr-06 2:14
danchester25-Apr-06 2:14 
Questionintegration Collection Pin
ashishnagar125-Apr-06 2:04
ashishnagar125-Apr-06 2:04 
QuestionGenerate rdlc file dynamically Pin
Bobby88725-Apr-06 1:29
Bobby88725-Apr-06 1:29 
QuestionSystem tray icon Pin
VanEtienne25-Apr-06 1:27
VanEtienne25-Apr-06 1:27 
AnswerRe: System tray icon Pin
CWIZO25-Apr-06 2:30
CWIZO25-Apr-06 2:30 
AnswerRe: System tray icon Pin
Aaron Dilliard25-Apr-06 3:57
Aaron Dilliard25-Apr-06 3:57 
AnswerRe: System tray icon Pin
Graham Nimbley25-Apr-06 9:39
Graham Nimbley25-Apr-06 9:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.