anyone to help with VB.NET ?

Discussion in 'Programming' started by Maxell, May 17, 2007.

  1. #1
    hi all..

    I have installed Visual Studio 2005. So I assume I have got VB .NET 2005 with it. Now, I am trying to load and html page inm WebBrowser control and fill some data and submit it.

    I know, I have searched and fond a lot of threads, but my problem is that it gives me an error stating "Value is not a member of System.Windows.Forms.HtlmElement"...

    see here
    [​IMG]

    can anyone please tell me why I am having this error ? are there any references or components that I have to add ?

    please help me get started here..

    thanks for reading my thread.
     
    Maxell, May 17, 2007 IP
  2. TasteOfPower

    TasteOfPower Peon

    Messages:
    572
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Yeah its probably innertext or innerhtml. not value.
     
    TasteOfPower, May 20, 2007 IP
  3. it career

    it career Notable Member

    Messages:
    3,562
    Likes Received:
    155
    Best Answers:
    0
    Trophy Points:
    270
    #3
    It might not be called Value, to find out what all field the structure has after . press enter.
     
    it career, May 20, 2007 IP
  4. MattD

    MattD Peon

    Messages:
    161
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    WHy are you bothering to update the fields on the web page?!

    Just send a HTTP POST (or GET if they are crap) using the HttpClient class with the data you want.
     
    MattD, May 20, 2007 IP
  5. stock_post

    stock_post Prominent Member

    Messages:
    5,213
    Likes Received:
    249
    Best Answers:
    0
    Trophy Points:
    310
    #5
    make sure your imports are still there or may have changed in 2005 version.
     
    stock_post, May 20, 2007 IP
  6. thomking

    thomking Peon

    Messages:
    8
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    ooooops no Idea brother!
     
    thomking, May 21, 2007 IP