Jump to content

need help to all of you for making a program in VB-2008

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
rocky_17117

rocky_17117

    Newbie

  • Members
  • Pip
  • 3 posts
hello friends how are you,, hope you ok,,
today i join this website for making a software for my own use
i want to create a software, who will open webpage in it
it's like a online news paper
user can run it from desktop and see my webpage in my softwear

any one here to tell me how to do this
(step by step coz i am new for VB-2008)

thanx in addwance

#2
Vswe

Vswe

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 9,552 posts
There's two things you can do, either get the content of the string using a webclient, this will only give you the html code. The other thing will look pretty much like Internet Explorer in your application, this could be done by using a webbrowser control.