Hi Everybody,
My <RETURN> keystroke is "bonging" at me.
I don't know what I did... but it seems that I "true'd" a property .... er somewhere.
How do I get that "bong" to go away?
Thanks
-Paul-
Printable View
Hi Everybody,
My <RETURN> keystroke is "bonging" at me.
I don't know what I did... but it seems that I "true'd" a property .... er somewhere.
How do I get that "bong" to go away?
Thanks
-Paul-
What Operating System are u Using?
I'd check the accesability options in Control panel.. you may have turned on something there ..Quote:
Originally Posted by jPaulB
Yip, Look at ToggleKeys in Accessibility Options, and if it is selected, turn it offQuote:
Originally Posted by GremlinSA
Thanks Guys,
It not a toggleKeys issue, that option is turned "off".
It happens just in this single VB Form-Code module. The modules leading up to it are all silent, as are the modules that follow it.
vbKeyReturn has several references within this rogue! form. I have looked at them all and none seem to be a "make that ugle Bong sound" statement.
Any ideas?
-Paul-
Are you by chance calling a Msgbox... When a msgbox is called windows automaticaly calls one of the sounds (Either 'Question' or 'Exclamation'.cant remember which)Quote:
Originally Posted by jPaulB
Gremmy...