TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Dong Lam Trien
827
986
147.3k
Is the command to check if the bell is running or stopped ?
Nov 8 2019 2:00 AM
I have the following C # statement:
using
(SoundPlayer player =
new
SoundPlayer(Properties.Resources.ring))
{
player.Play();
//What should I write here?
while
(If the bell
is
running, wait here)
{
if
(player.Stop()==
true
)
{
this
.progressBarControl1.Visible =
false
;
//false = không cho phép hi?n
}
}
}
I want to check if the ringer is running or stopping, if it is running then wait until it stops before running this.progressBarControl1.Visible = false.
Reply
Answers (
2
)
Adding Add ins into Outlook
Unable to Read Emails in Outlook