Re: slide show in vb
- From: "Nick Malik [Microsoft]" <nickmalik@xxxxxxxxxxxxxxxxxx>
- Date: Tue, 11 Jul 2006 23:34:38 -0700
"Adam Sandler" <corn29@xxxxxxxxxx> wrote in message
news:1152651056.066757.184700@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
<clip>
Nick Malik [Microsoft] wrote:
You posted code, including:
So I'm asking you to try adding a DoEvents in the loop before the
Thread.Sleep to
see if that helps.
I was hoping there was a VB way to preload images. Kinda like in
JavaScript so that mouseovers are not all jacked up when the page is
first visited. Unfortunately, it cannot help... DoEvents is not a
member of System.Web.HTTPApplicationState
No. Doevents is not part of System.Web. It is
System.Windows.Forms.Application.DoEvents()
The code you wrote won't work in ASP.Net. Not even close. Is that what you
are trying to do? You never mentioned that you were writing an ASP.Net app,
so I assumed you were writing a VB rich client. Let me know if I've been
barking up the wrong tree.
--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik
Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
.
- References:
- slide show in vb
- From: Adam Sandler
- Re: slide show in vb
- From: Nick Malik [Microsoft]
- Re: slide show in vb
- From: Adam Sandler
- Re: slide show in vb
- From: Nick Malik [Microsoft]
- Re: slide show in vb
- From: Adam Sandler
- slide show in vb
- Prev by Date: How to store treeview expanded node status after page reload ?
- Next by Date: Http Module -Multiple Projects
- Previous by thread: Re: slide show in vb
- Next by thread: How to stop postback with calendar control
- Index(es):
Relevant Pages
|