I need to write an app the will get the url of the active webpages. example.. my app will be running in the background recording the URL of the active webpages and when finding a specific url,, I will need to record the text of that webpage..
I hav a web service which pull records from a database and I am hosting these services in IIS which works fine but I am trying to retrieve the record and display the record in a listbox displaying the time field as the text for that record.I have created the following function
public sub get_data() dim dt as new data.dataTable dim service as ws webservice.webservice
I'm trying to make an application which will log me into a site and read the text of the site and display a certain part of that text in my form. I'm stuck at the login, its a .php page with 2 text boxes, 1 check box and 1 button.Is there any way to manipulate those objects by using controls in my form?
Is it possible to take certain text from a web page and paste it into a Rich Text Box in Visual Basic? I'm going to use this http://google.com/complete/search?output=toolbar&q=mlb to generate a bunch of keywords and I want to highlight just the keyword paste it into the Rich Text Box. How can I do this? Also a better way to describe this is almost scraping the keywords through all that code and putting them into the richtextbox.
Im know 2 days working on solving this problem but seems that i found my master
I need to get some text from this web page ==>> eToro Open Book
I want to use the trade feed for my program to analyse the sentiment of the markets.
I used the browser control and the get element command but its not working.The problem is that whenever my browser starts to open the page I get java scripts errors.
What I'm looking to acquire is ip addresses from a webpage which contains the information.url...I'm basically looking how to make vb.net visit that webpage and save the IP Addresses it gets from that webpage.
Ok, so I'm making a domain checker which bulk checks if domains are available using this website:
[URL]
It inserts, the names, then goes to the next page, but after that, I have no idea how to get the parsed code from the page. This is the page's Html code:
<head><title>Bulk Domain Name Search and Free Bulk Domains Availability Checker !!</title></head> <body> <center>
i have an aspx page with vb.net back end. in that page i get names and url's from the database depending on different conditions. My requirement is that when i get the url, the code should then use that url and have that webpage in a small preview form on my existing aspx page. so basically i have a table as follows -
Im trying to get certain text from a webpage and display it in a textbox. In the image below , i want to disply all the text after "Filename:" in a textbox as highlighted below.
I need to retrieve only selected portion of a webpage (user open a webpage in web-browser control, then he/she would select some portion of a webpage, i just need only those selected portion/text) in vb.net in visual basic language.
I am working on a project just for fun in my spare time and would like to know how to extract certain text from a webpage. For example: One of the tools I wish to have is a translator and I wish to use google translate set on Detect language to English. What I wish to extract is the translated text into the form or a msgbox.
i have two pages the first to insert personal data and the other page cridet data when i enter ther personal data and go to the other page the credit page i want to take the data in textbox control in the first page how?? i tried the way but it doesn't work
i use visual basic dim a as string a = personal.textbox.text
I made an application to rapidshare. I want, program will shows rapidpoints, traffic left etc... Login to account works fine, but it can't show informations... I have this:
Quote:
CODE:
And program shows me some numbers instead of correct infos...
For web development usually when a person makes a web site for someone else they have a program if the customer wants that can edit the text on a page. How would this be done? Accessing a ftp server by chance?
I want to get a line from a web page which start with a fixed word and display it in text-box. like if web page contain line > Location: United States ..where "Location:" text is fixed and "United States" means country changes depending on search performed.
I have a wizard I jinned up at work to import a CSV into our database. The intro "welcome screen" has a fair bit of text regarding the catalog format, but it looks so... bland.
My thoughts turned to making an html page, adding it to the project, and then in place of the text box of instructions have a web browser control to load that specific html doc in the project.
The html doc would have all sorts of pretty formatting and what not (bold, bullet points, colors, etc).
But there are multiple classes on the webpage which has the inner as classname, so i get lots and lots of info. But i just want to get the 12,85. How would i do that?
Using VB.Net, how would I go about checking if a loaded page in a Web Browser object contains a certain line of text? Sorry if theres an obvious answer for this, I'm used to programming in Java.
i need to be able to copy text from a webpage and have whatever it says show up as the text on a label on one of my forms. what code do i need to do that?