|
-
Dec 29th, 2004, 11:11 AM
#1
Thread Starter
Lively Member
What's the equivalant of DoEvents in VB.NET?
What's the equivalant of DoEvents in VB.NET?
-
Dec 29th, 2004, 11:12 AM
#2
Re: What's the equivalant of DoEvents in VB.NET?
-
Dec 29th, 2004, 11:15 AM
#3
Thread Starter
Lively Member
Re: What's the equivalant of DoEvents in VB.NET?
Thanks. One problem! I don't have an application object. I'm inside a library. What then?
-
Dec 29th, 2004, 11:38 AM
#4
Re: What's the equivalant of DoEvents in VB.NET?
it simply may not be possible with what you are doing.. you may need to look into using multiple threads instead.... unless someone else has a better answer
-
Dec 29th, 2004, 12:30 PM
#5
Frenzied Member
Re: What's the equivalant of DoEvents in VB.NET?
Threads are probably the way to go. But just a thought. Is the library yours to modify the code? If so, how about passing in the application object, then you can .DoEvents on it? Haven't tried, just a thought.
-
Dec 29th, 2004, 01:00 PM
#6
Re: What's the equivalant of DoEvents in VB.NET?
A component shouldn't call an application level command - why not run your time consuming code either asynchronously or in its own thread...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|