Loading Website Contents in to my desktop application..!

A N K E S H

Junior Member
Joined
Sep 11, 2012
Messages
110
Reaction score
211
Hello everyone,

I want to load things into desktop application i am making what i want to do is

i want to put a textbox in my app and a button and when some1 put a url of facebook profile id like

Code:
https://www.facebook.com/zuck

so i want to show the id's content on my application i.e photo and name of the profile

on the button click

it will really help me if some1 code me thing thing

Thanks
 
You want some one to code everything ?
No one will help you , if you are stuck while coding then only post here.
 
IIRC Visual Basic has a simple HTML rendering component. You just wire it up to your user interface and make so that the button click loads the text field URL into the html component.

You can go more advanced and reuse the mozilla rendering component, but I'm not a VB expert so I can't help with that.
 
Back
Top