Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. I'm C# newbie, how do I add a website to my application using Microsft Web Browser control? Please tell me step by step

I'm C# newbie, how do I add a website to my application using Microsft Web Browser control? Please tell me step by step

Scheduled Pinned Locked Moved C#
csharpvisual-studiotutorialquestioncom
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    CSharp1314
    wrote on last edited by
    #1

    I was able to add the Microsoft Web Browser control in Visual Studio .NET 2003, but alot of the properties are in grey so I can't point url to the control, please tell me exact how I can add a url to the Microsoft Web Browser control I added on my C# windows form application, what code I write? I'm total noob, I only know how to use the IDE but I don't know the C# language syntax, please help X_x;; http://www.hentaitheme.com Free Public Ragnarok Online Game Server

    J 1 Reply Last reply
    0
    • C CSharp1314

      I was able to add the Microsoft Web Browser control in Visual Studio .NET 2003, but alot of the properties are in grey so I can't point url to the control, please tell me exact how I can add a url to the Microsoft Web Browser control I added on my C# windows form application, what code I write? I'm total noob, I only know how to use the IDE but I don't know the C# language syntax, please help X_x;; http://www.hentaitheme.com Free Public Ragnarok Online Game Server

      J Offline
      J Offline
      JJF007
      wrote on last edited by
      #2

      Hi .. just add the Web Browser Control to you application, then use object flags = 0; object targetFrame = String.Empty; object postData = String.Empty; object headers = String.Empty; this.axWebBrowser1.Navigate("http://www.ebay.com/", ref flags, ref targetFrame, ref postData, ref headers); But if you want more informations there are some WebBrowser Source Codes here on Codeproject! That you are a beginner is no problem, but learning is to understanding :cool::) If you want to program such things you have to learn c# ;) Greets Matthias

      C 1 Reply Last reply
      0
      • J JJF007

        Hi .. just add the Web Browser Control to you application, then use object flags = 0; object targetFrame = String.Empty; object postData = String.Empty; object headers = String.Empty; this.axWebBrowser1.Navigate("http://www.ebay.com/", ref flags, ref targetFrame, ref postData, ref headers); But if you want more informations there are some WebBrowser Source Codes here on Codeproject! That you are a beginner is no problem, but learning is to understanding :cool::) If you want to program such things you have to learn c# ;) Greets Matthias

        C Offline
        C Offline
        CSharp1314
        wrote on last edited by
        #3

        you can't just add these codes anywhere right? object flags = 0; object targetFrame = String.Empty; object postData = String.Empty; object headers = String.Empty; this.axWebBrowser1.Navigate("http://www.ebay.com/", ref flags, ref targetFrame, ref postData, ref headers); I mean you have to add those code within something{ } right? but where? X_x; http://www.hentaitheme.com Free Public Ragnarok Online Game Server

        D 1 Reply Last reply
        0
        • C CSharp1314

          you can't just add these codes anywhere right? object flags = 0; object targetFrame = String.Empty; object postData = String.Empty; object headers = String.Empty; this.axWebBrowser1.Navigate("http://www.ebay.com/", ref flags, ref targetFrame, ref postData, ref headers); I mean you have to add those code within something{ } right? but where? X_x; http://www.hentaitheme.com Free Public Ragnarok Online Game Server

          D Offline
          D Offline
          Daniel M Edwards
          wrote on last edited by
          #4

          Take a look at any of the articles for the basics of c#.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups