coder2002
01-25-2002, 06:15 AM
WebBrowser1.Navigate ("http://www.world.com")
what do you do get a Hyperlink- or other text to
be inserted in the textbox, i am using this in my vb-project
Say i click "http://www.world.com" using the WebBrowser1 in
vb what would i need to do to insert the link in text1 .
'' i was suggested tring to copy the link to text1 when i click on it
do you know how.
In the WebBrowser1 there is more then one link when i am over the
link i want to copy the link to the textbox.
say i made a web page full of IPs and i want someone to copy
the IP by the means of clicking the link, and have it copied to text1
how would i be able to do that. Regards
what do you do get a Hyperlink- or other text to
be inserted in the textbox, i am using this in my vb-project
Say i click "http://www.world.com" using the WebBrowser1 in
vb what would i need to do to insert the link in text1 .
'' i was suggested tring to copy the link to text1 when i click on it
do you know how.
In the WebBrowser1 there is more then one link when i am over the
link i want to copy the link to the textbox.
say i made a web page full of IPs and i want someone to copy
the IP by the means of clicking the link, and have it copied to text1
how would i be able to do that. Regards