Is there a way to get online elements text and display that on to a form label or textbox or w.e? e.g. http://puu.sh/4xWQj.png in that how would i get "iTzSnD" to make it display in the form? same with any other webpage element? how can I get this done?

Recommended Answers

All 2 Replies

You would have to use a WebClient class I guess. Not sure if many websites still allow you to "play" around with them.
To know some Regex might help also.

You would have to use a WebClient class I guess. Not sure if many websites still allow you to "play" around with them.
To know some Regex might help also.

Hmm....maybe if I can start simple, for example, in a webpage I want "<p id="h_friendly">28</p>" this to be converted and loaded into a form label so the outcome should be 28 in a label in a form. How can i do this?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.