CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2005
    Posts
    51

    My Key-Strokes make noise?

    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-

  2. #2
    Join Date
    Sep 2005
    Location
    Delhi, INDIA
    Posts
    237

    Re: My Key-Strokes make noise?

    What Operating System are u Using?
    I'M BACK AGAIN !!
    -------------------------------------------------------------------------
    enjoy the VB !
    If any post helps you, please rate that.
    Always try to findout the Solutions, instead just discussing the problem and its scope!

  3. #3
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: My Key-Strokes make noise?

    Quote Originally Posted by jPaulB
    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-
    I'd check the accesability options in Control panel.. you may have turned on something there ..
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

  4. #4
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: My Key-Strokes make noise?

    Quote Originally Posted by GremlinSA
    I'd check the accesability options in Control panel.. you may have turned on something there ..
    Yip, Look at ToggleKeys in Accessibility Options, and if it is selected, turn it off

  5. #5
    Join Date
    Apr 2005
    Posts
    51

    Re: My Key-Strokes make noise?

    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-

  6. #6
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: My Key-Strokes make noise?

    Quote Originally Posted by jPaulB
    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)

    Gremmy...
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

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

Featured