Hey,
I am using the Web browser controll and i was wondering if there is a a way to make the web page the the control it at go into a textbox.
Also how i could copy the selected text into the clipboard
Thanks for any help
Printable View
Hey,
I am using the Web browser controll and i was wondering if there is a a way to make the web page the the control it at go into a textbox.
Also how i could copy the selected text into the clipboard
Thanks for any help
sorry but i dont understand what you are trying to say......
:confused: :rolleyes:
I think you mean this....
YOU WANT TO RETURN THE HTML CODE INTO A TEXT BOX YEAH ?
if so yes you can and ill post the code later if you want it...
hey,
not the html code but the web page text....
Like if i were to highlight the web page and then copy and paste it into notepad.
Thanks
filter the html code and between certain tags like font and /font is the text on the page, dont forget css styles. then you can display the text excluding html, that way you got the text
Is there an easier way?
How do i copy the Highlighted text on the web page.
i cant think of any other way.... but i have seen something like what you want as a example on vbfoums somewhere
it basically stripped all the text from a page
I am doing a similar project for my programming class. I have to make my own little web browser with VB.Net. I just dont know what the code should look like. I want to have tags in a txt file lik notepad that change the fontsize and make it bold or color. I dont know how to get VB to interpret these tags and change the text in the text box when I open it to display it without the code.
please help