E
EAB1977
All,
For one of my queries that takes a long time to run, I'd like to be
able to add a aminated GIF to my form to let the user know that the
query is executing behind the scenes. Other ideas, like a progress
bar, aren't feasable due to the fact you can't really get what state
or how far the query has ran.
I have researched this and I've seen where people recommend to use the
Microsoft Web Browser ActiveX control. They also recommend using the
Navigate method.
When I add this to my form, I get WebBrowser6 as a object. When I try
to bring up the Navigate method, I don't see it using Intellesense. Is
there something I am doing wrong? Or do others recommend using some
other method?
I'd like to use this on Form_Load.
For one of my queries that takes a long time to run, I'd like to be
able to add a aminated GIF to my form to let the user know that the
query is executing behind the scenes. Other ideas, like a progress
bar, aren't feasable due to the fact you can't really get what state
or how far the query has ran.
I have researched this and I've seen where people recommend to use the
Microsoft Web Browser ActiveX control. They also recommend using the
Navigate method.
When I add this to my form, I get WebBrowser6 as a object. When I try
to bring up the Navigate method, I don't see it using Intellesense. Is
there something I am doing wrong? Or do others recommend using some
other method?
I'd like to use this on Form_Load.