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.
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.
Like to rate videos and let people know what you think?
Automatically share your ratings, favorites, and more on Facebook, Twitter, and Google Reader with YouTube Autoshare.
Autoshare makes certain YouTube activities public on the services you choose. Select only the services you are comfortable with - like Facebook, Twitter, or Google Reader - to let your friends know what you like on YouTube. You can turn Autoshare off at any time.
Like to share videos with friends?
Automatically share your ratings, favorites, and more on Facebook, Twitter, and Google Reader with YouTube Autoshare.
Autoshare makes certain YouTube activities public on the services you choose. Select only the services you are comfortable with - like Facebook, Twitter, or Google Reader - to let your friends know what you like on YouTube. You can turn Autoshare off at any time.
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.
Autoshare makes certain YouTube activities public on the services you choose. Select only the services you are comfortable with - like Facebook, Twitter, or Google Reader - to let your friends know what you like on YouTube. You can turn Autoshare off at any time.
Anyone know what could be wrong?
System.Media.SystemSounds.Beep .Play();
You can change the "Beep" with any of the Sounds in the Sound properties (aka Asterisk etc.)
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?