Home All Groups Group Topic Archive Search About

IE input box from TreeView

Author
14 Aug 2006 3:08 AM
Young
Hi!

I would like to know if I can put a value from TreeView to input box on
IE. I have a TreeView with a list of our customers and their phone
numbers. On the same form, I have a WebBrowser with customer search
screen with phone number as an input. I would like to click a phone
number from the TreeView and automatically copies it's value into IE.

thanks,
Young.

Author
14 Aug 2006 6:32 AM
Cor Ligthert [MVP]
Young,

You can use the webbrowser control (Net 2.0) or the AXwebbrowser for this.

The AxWebbrowser is usable in two ways, to open a WebBrowser control or to
open an instance of IE (shdocvw).

Be aware that for this the framework has to be on the clients computers.

I hope this helps so far.

Cor

Show quoteHide quote
"Young" <ui_hw***@yahoo.com> schreef in bericht
news:1155524920.608438.60670@p79g2000cwp.googlegroups.com...
> Hi!
>
> I would like to know if I can put a value from TreeView to input box on
> IE. I have a TreeView with a list of our customers and their phone
> numbers. On the same form, I have a WebBrowser with customer search
> screen with phone number as an input. I would like to click a phone
> number from the TreeView and automatically copies it's value into IE.
>
> thanks,
> Young.
>
Author
14 Aug 2006 12:23 PM
Young
Hi Cor,

Thanks for your information. Now, I know it can be done I will research
on hoe to do it. At the same time, if you have some example or an
instruction, please let m eknow.

thanks,
Young.

Cor Ligthert [MVP] wrote:
Show quoteHide quote
> Young,
>
> You can use the webbrowser control (Net 2.0) or the AXwebbrowser for this.
>
> The AxWebbrowser is usable in two ways, to open a WebBrowser control or to
> open an instance of IE (shdocvw).
>
> Be aware that for this the framework has to be on the clients computers.
>
> I hope this helps so far.
>
> Cor
>
> "Young" <ui_hw***@yahoo.com> schreef in bericht
> news:1155524920.608438.60670@p79g2000cwp.googlegroups.com...
> > Hi!
> >
> > I would like to know if I can put a value from TreeView to input box on
> > IE. I have a TreeView with a list of our customers and their phone
> > numbers. On the same form, I have a WebBrowser with customer search
> > screen with phone number as an input. I would like to click a phone
> > number from the TreeView and automatically copies it's value into IE.
> >
> > thanks,
> > Young.
> >
Author
14 Aug 2006 12:49 PM
Young
Cor,

I have found so much docs regarding to WebControl from MSDN and google.
I have not had time to try them out yet but  I think this is what I
need.

thanks again,
Young

Young wrote:
Show quoteHide quote
> Hi Cor,
>
> Thanks for your information. Now, I know it can be done I will research
> on hoe to do it. At the same time, if you have some example or an
> instruction, please let m eknow.
>
> thanks,
> Young.
>
> Cor Ligthert [MVP] wrote:
> > Young,
> >
> > You can use the webbrowser control (Net 2.0) or the AXwebbrowser for this.
> >
> > The AxWebbrowser is usable in two ways, to open a WebBrowser control or to
> > open an instance of IE (shdocvw).
> >
> > Be aware that for this the framework has to be on the clients computers.
> >
> > I hope this helps so far.
> >
> > Cor
> >
> > "Young" <ui_hw***@yahoo.com> schreef in bericht
> > news:1155524920.608438.60670@p79g2000cwp.googlegroups.com...
> > > Hi!
> > >
> > > I would like to know if I can put a value from TreeView to input box on
> > > IE. I have a TreeView with a list of our customers and their phone
> > > numbers. On the same form, I have a WebBrowser with customer search
> > > screen with phone number as an input. I would like to click a phone
> > > number from the TreeView and automatically copies it's value into IE.
> > >
> > > thanks,
> > > Young.
> > >