Make Computer Beep

Posts 110 of 10 · Page 1 of 1
Make Computer Beep
Description:
Small, Light weight application which makes your computer beep either through its internal speaker or External Speakers/Headset.

My Usage: Scaring school teachers, "Making them think the computer will blow up." (Hilarious).


Required Items:
Window Form (Only 1 Form.)
3 Labels
2 Text-boxes
2 TrackBars
1 NumericUpDown
1 Buttons



Virus Total Scan
VirScan Scan
Console_Beep.rarattachment deleted · 8 downloads before removal
omg, whats wrong with proprieties on your textbox's?

that code is just.. jesus..

go on proprieties, find ReadOnly, and set it to True

Oh and, sharing your code on a image is quite stupid, mainly if you are just giving out the .exe to run the program, without source. Plus, you are using .net framework 4.0 and since not everyone is using it, you should have said it.

An advice if you are actually learning C#, you should rename your controls like:

Textbox: txtName or txtUse
Button: btnName or btnUse
etc...

It is way better to understand, mainly on big codes, instead of having button2.. or button1.. or just "Credits". Using just "Credits" isnt really good, because if you have a button and a textbox for credits stuff, and you name them both "Credits", there you go.. problems.
So you could just use:
btnCredits
txtCredits

Good luck on C#
Quote Originally Posted by 'Bruno View Post

go on proprieties, find ReadOnly, and set it to True
I would, but its more fun to let others find out how to do it.
Quote Originally Posted by Dev_Pump View Post
I would, but its more fun to let others find out how to do it.
that makes no sense at all
Brinuz,
I will keep the TextBoxes in mind on my next project.
hmm well sharing it as an image, shows us the code but makes it a lot harder to copy paste.
Quote Originally Posted by zeco View Post
hmm well sharing it as an image, shows us the code but makes it a lot harder to copy paste.
if someone wants to copy and paste it, will do it anyway. since you can only screen-shot small codes, and small codes are c&p'ed fast, even on a image.
k one thing i have like a tutorial setup on mpgh about beeps... kinda old tread now too :|
Quote Originally Posted by Kuro Tenshi View Post
k one thing i have like a tutorial setup on mpgh about beeps... kinda old tread now too :|
I had not noticed your thread.
Quote Originally Posted by Dev_Pump View Post
I had not noticed your thread.
yeah yeah liar ;P

there arent that much threads yet
Posts 110 of 10 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?