SHDocVw.tagREADYSTATE.READYSTATE_COMPLETE no longer works

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Anil Gupte

    SHDocVw.tagREADYSTATE.READYSTATE_COMPLETE no longer works

    The following code works in VB.Net 2003, but not in 2005
    While webBrowserTemp. ReadyState <SHDocVw.tagREA DYSTATE.READYST ATE_COMPLETE

    Application.DoE vents()

    End While

    I tried

    dim WState as SHDocVw.tagREAD YSTATE

    but that does not work either. Besides telling me how to fix this, can you
    comment on why this broke and whethere I should have done it differently in
    the first place?

    Thanx,
    --
    Anil Gupte
    Innovate with UsLeading the Way in Advanced Technology Solutions Discover state-of-the-art services in logistics, databases, and AI designed for evolving





  • Anil Gupte

    #2
    Re: SHDocVw.tagREAD YSTATE.READYSTA TE_COMPLETE no longer works

    I should have added that I get the following error message:

    'tagREADYSTATE' is ambiguous in the namespace 'SHDocVw'.

    --
    Anil Gupte
    Innovate with UsLeading the Way in Advanced Technology Solutions Discover state-of-the-art services in logistics, databases, and AI designed for evolving



    "Anil Gupte" <anil-list@icinema.co mwrote in message
    news:OkDmtR%23j IHA.4868@TK2MSF TNGP03.phx.gbl. ..
    The following code works in VB.Net 2003, but not in 2005
    While webBrowserTemp. ReadyState <>
    SHDocVw.tagREAD YSTATE.READYSTA TE_COMPLETE
    >
    Application.DoE vents()
    >
    End While
    >
    I tried
    >
    dim WState as SHDocVw.tagREAD YSTATE
    >
    but that does not work either. Besides telling me how to fix this, can
    you comment on why this broke and whethere I should have done it
    differently in the first place?
    >
    Thanx,
    --
    Anil Gupte
    Innovate with UsLeading the Way in Advanced Technology Solutions Discover state-of-the-art services in logistics, databases, and AI designed for evolving


    >
    >
    >

    Comment

    Working...