|
-
Apr 22nd, 2004, 09:28 AM
#1
Thread Starter
Frenzied Member
making a boolean property
I was browsing the object browser and saw that a 3rd party component has a 'DoEvents' property and it's a boolean. I was trying to figure out how they coded this.
What would be a way to code the application.doevents as a property and use it as a 'true - false'? Im stumped.
I'd just like to know just to know.
-
Apr 22nd, 2004, 03:26 PM
#2
Thread Starter
Frenzied Member
-
Apr 22nd, 2004, 08:28 PM
#3
Addicted Member
It may not use the literal Application.DoEvents procedure. It could simply hold its own events in an internal queue if DoEvents is set to false, and when set to true process all the events in its queue as well as any future events.
-
Apr 23rd, 2004, 08:08 AM
#4
Thread Starter
Frenzied Member
interesting. What do you mean by a 'que'?[COLOR=skyblue]
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
|