RE: mouse clicks being buffered between forms

Author: Gene Wirchenko

Posted: 2009-07-06 at 13:33:54

At 07:36 2009-07-06, Gilbert M. Hale <mrgmhale@rochester.rr.com> wrote:

>I have had to use INKEY() for another strange behavior. When I want to

>change for forecolor of a button, or some coloration of some other object, I

>found I have to use INKEY(.1) to allow the change to occur, otherwise it

>sometimes works, sometimes won't. Very handy tip with the mouse click delay

>need. I will keep that further use in mind. It is still a "cheat" though,

>which appeals to me <g>...

You make the change. That causes an event to be queued to do

the updating (Paint?). If you continue processing, the event does

not fire. Sometimes, you finish the current method whereupon the

next event fires; that is when your change works. inkey()

apparently allows events to fire, and that is why it works.

>Gil

>

>

>

>Gilbert M. Hale

>gil@gilhale.com

>585-359-8085 - Office (Rolls To Cellular)

>585-202-4341 - Cellular/Voice Mail

>

>Legal Advisory: I have had a security expert advise me to embed the

>following statement in all outgoing eMails. Please read it. The statement

>below pertains to any person receiving or reading this document, whether or

>not they are the intended recipient or have intercepted this information as

>a non-secured communication transmitted over the Internet. Be advised you

>are required to comply with the following statement:

No, I am not required to comply with your statement. You may

want me to, but I am under no obligation to comply. If you wish me

to do something for you, let us discuss the fee you will be paying me

for the service.

>This email communication (and any attached file or files) is intended only

>for the recipient(s) listed above. If you are neither an intended

>recipient, or a person responsible for the delivery of this communication to

>the intended recipient, you are hereby advised that any use, distribution or

>copying of the information in this communication is prohibited. The

>information transmitted in this email communication, and any attached

>file(s), may include confidential material protected by a privileged

>attorney/client relationship, may be an attorney work product, or may be

>work performed for a client that contains confidential information.

>Further, an attorney/client privilege includes CPA related work under the

>"Kovel Rule" and other similar State and/or Federal protections.

>

>If you have received this information in error please notify the sender

>immediately via return email, or at 585-359-8085

Quite frankly, if I were running a list and this garbage was

added to every message from a subscriber, that subscriber would soon

be an ex-subscriber.

[snipped previous including another copy of the ridiculous verbiage]

Sincerely,

Gene Wirchenko

©2009 Gene Wirchenko