Results 1 to 4 of 4

Thread: making a boolean property

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    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.

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    bump

  3. #3
    Addicted Member
    Join Date
    Aug 2003
    Posts
    153
    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.

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    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
  •  



Click Here to Expand Forum to Full Width