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
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
Comment