A
Anil Gupte
The following code works in VB.Net 2003, but not in 2005
While webBrowserTemp.ReadyState <> SHDocVw.tagREADYSTATE.READYSTATE_COMPLETE
Application.DoEvents()
End While
I tried
dim WState as SHDocVw.tagREADYSTATE
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,
While webBrowserTemp.ReadyState <> SHDocVw.tagREADYSTATE.READYSTATE_COMPLETE
Application.DoEvents()
End While
I tried
dim WState as SHDocVw.tagREADYSTATE
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,