Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

How to disable sound ???

This is a discussion on How to disable sound ??? within the VB.NET forums, part of the Software Development category; Hi frnds, How can i disable sound when press the enter key in textbox in Visual Basic 6.0 Thanks in Advance...

Go Back   Geeks Talk > Software Development > VB.NET
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

VB.NET Visualbasic.NET

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 4 Weeks Ago
Junior Member
 
Join Date: Dec 2008
Location: MALERKOTLA
Posts: 9
Thanks: 3
Thanked 2 Times in 2 Posts
mani_2u4u is on a distinguished road
Question How to disable sound ???

Hi frnds,
How can i disable sound when press the enter key in textbox in Visual Basic 6.0

Thanks in Advance
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 4 Weeks Ago
Expert Member
 
Join Date: May 2009
Location: Bangalore
Posts: 989
Thanks: 155
Thanked 420 Times in 201 Posts
rijus is just really nicerijus is just really nicerijus is just really nicerijus is just really nicerijus is just really nice
Re: How to disable sound ???

Quote:
Originally Posted by mani_2u4u View Post
Hi frnds,
How can i disable sound when press the enter key in textbox in Visual Basic 6.0

Thanks in Advance
Hi Mani,

In Textbox_KeyPress() event, Perform

If KeyAscii = 13 Then
KeyAscii = 0
End If

Regards,
Rijus.
_______
Real Inspirational Journey.........Unanimously & Sincerely.
Reply With Quote
The Following User Says Thank You to rijus For This Useful Post:
Reply

  Geeks Talk > Software Development > VB.NET

Tags
disable sounds

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Linux tips::fixing the popping sound in ubuntu karmic rijus Unix/Linux 0 10-14-2009 11:29 PM
Record and edit sound files, and add effects, amplification, and noise reduction. JobHelper Geeks Lounge 0 04-03-2008 09:10 AM
peep sound problem... psuresh1982 Windows 5 04-25-2007 08:23 AM
i-Sound WMA MP3 Recorder turn your computer into complete audio recording studio. JobHelper Geeks Lounge 0 01-25-2007 01:00 PM
Is Sound Switched OFF Robert C and C++ 1 09-16-2006 04:08 PM


All times are GMT -4. The time now is 09:15 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved