Change Player Size
Watch this video in a new window

Visual Studio Tutorial - Make Application Beep

In this video Keith Elder walks users through how to develop a windows application that makes a computer beep using Visual Studio, .Net Framework and the C# programming language.  
 
Customize

More From: keithelder

Loading...

QuickList(0)

Upgrade to Flash Player 10 for improved playback performance. Upgrade Now or get more info.
38 ratings
Sign in to rate
43,733 views
Want to add to Favorites? Sign In or Sign Up now!
Want to add to Playlists? Sign In or Sign Up now!
Want to flag a video? Sign In or Sign Up now!

Statistics & Data

Loading...

Video Responses (0)

This video has no Responses. Be the first to Post a Video Response.
Sign in to post a Comment

Text Comments (54)   Options

Loading...
irunxboxlive (4 days ago) Show Hide
+1
Marked as spam
mine beeped so fuckign hard i use it to scare the niggers away!
cAnNaBioNoiD (1 month ago) Show Hide
 0
Marked as spam
very nice Tut dude..
nickatrop (2 months ago) Show Hide
+1
Marked as spam
Keith, instead of just saying things like "there are things called events" and clicking on the event, describe what it looks like, "there are things called events, which you can access by clicking on the icon that looks like a lightning bolt in the properties section" It helps us out a lot by not having to pause and rewind, thanks hope you make more tutorials.
GanDuumar (2 months ago) Show Hide
 0
Marked as spam
I made everything like in the video, but somehow my "thingy" doesn't do "Beep" :(
Anyone know what could be wrong?
GanDuumar (2 months ago) Show Hide
 0
Marked as spam
Nvm, I found out. My Laptop has some kind of noise redirect thingy, so I had to use another command:
System.Media.SystemSounds.Beep .Play();

You can change the "Beep" with any of the Sounds in the Sound properties (aka Asterisk etc.)
WickedResistance (3 months ago) Show Hide
 0
Marked as spam
What's the difference between C++, Visual Basic 2008 and this program? They all seem the exact same.
Destrutor2107 (3 months ago) Show Hide
 0
Marked as spam
C++ Is a programming language, Visual basic is just a different version of this program basically.
FearedBliss (2 days ago) Show Hide
 0
Marked as spam
@Destrutor2107 Visual Basic is a different language as well.
Destrutor2107 (1 day ago) Show Hide
 0
Marked as spam
Oh, yeah. What I ment to say was that it's a different version of this language.
technochook (6 months ago) Show Hide
 0
Marked as spam
hey this is a code i made:
If Label1.Caption = Val(Text.Text) Then Text2.Text = "good work!"

and i want the person to write the number in label1 times by two into text.text what do i do?

Would you like to comment?

Join YouTube for a free account, or sign in if you are already a member.