Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
GeneralRe: in what classes do I handle/place these resources? Pin
SeMartens13-Sep-10 22:14
SeMartens13-Sep-10 22:14 
GeneralRe: in what classes do I handle/place these resources? Pin
OriginalGriff13-Sep-10 22:25
mveOriginalGriff13-Sep-10 22:25 
QuestionTimer events driving me insane! Pin
stephen.darling13-Sep-10 14:48
stephen.darling13-Sep-10 14:48 
AnswerRe: Timer events driving me insane! Pin
Luc Pattyn13-Sep-10 15:23
sitebuilderLuc Pattyn13-Sep-10 15:23 
GeneralRe: Timer events driving me insane! Pin
stephen.darling13-Sep-10 15:29
stephen.darling13-Sep-10 15:29 
AnswerRe: Timer events driving me insane! Pin
PIEBALDconsult13-Sep-10 16:45
mvePIEBALDconsult13-Sep-10 16:45 
QuestionHow do I repeat this sound file as required? Pin
stephen.darling13-Sep-10 10:12
stephen.darling13-Sep-10 10:12 
AnswerRe: How do I repeat this sound file as required? Pin
AspDotNetDev13-Sep-10 11:03
protectorAspDotNetDev13-Sep-10 11:03 
stephen.darling wrote:
I have a time object in my c# app, set to triger every second


Perhaps you could have this trigger every 12 seconds? Or if it needs to be every second, have a variable track how many times it has triggered and every 12 times, you can play the sound (the other 11 times you'd skip the sound playing since it's already playing and you'd do whatever you do on that trigger).

stephen.darling wrote:
I tried to add my playsound() function here


Speaking of adding your playsound function here, you should post some code here so we know the actual functions you are using to play the sound and which objects you are using for your timer.

GeneralRe: How do I repeat this sound file as required? Pin
stephen.darling13-Sep-10 11:11
stephen.darling13-Sep-10 11:11 
GeneralRe: How do I repeat this sound file as required? Pin
AspDotNetDev13-Sep-10 11:42
protectorAspDotNetDev13-Sep-10 11:42 
GeneralRe: How do I repeat this sound file as required? Pin
stephen.darling13-Sep-10 12:29
stephen.darling13-Sep-10 12:29 
QuestionMessage Removed Pin
13-Sep-10 8:36
hove8213-Sep-10 8:36 
GeneralRe: ObjectPolicy Pin
OriginalGriff13-Sep-10 9:06
mveOriginalGriff13-Sep-10 9:06 
GeneralRe: ObjectPolicy Pin
Pete O'Hanlon13-Sep-10 9:07
mvePete O'Hanlon13-Sep-10 9:07 
AnswerRe: ObjectPolicy Pin
Eddy Vluggen13-Sep-10 10:43
professionalEddy Vluggen13-Sep-10 10:43 
GeneralRe: ObjectPolicy Pin
hove8213-Sep-10 10:56
hove8213-Sep-10 10:56 
GeneralRe: ObjectPolicy Pin
Eddy Vluggen13-Sep-10 11:36
professionalEddy Vluggen13-Sep-10 11:36 
GeneralRe: ObjectPolicy Pin
PIEBALDconsult13-Sep-10 14:43
mvePIEBALDconsult13-Sep-10 14:43 
GeneralRe: ObjectPolicy [modified] Pin
hove8213-Sep-10 19:54
hove8213-Sep-10 19:54 
GeneralRe: ObjectPolicy Pin
Eddy Vluggen14-Sep-10 7:52
professionalEddy Vluggen14-Sep-10 7:52 
GeneralRe: ObjectPolicy Pin
hove8214-Sep-10 8:09
hove8214-Sep-10 8:09 
GeneralRe: ObjectPolicy Pin
Eddy Vluggen14-Sep-10 8:58
professionalEddy Vluggen14-Sep-10 8:58 
GeneralRe: ObjectPolicy Pin
hove8214-Sep-10 9:13
hove8214-Sep-10 9:13 
AnswerRe: ObjectPolicy Pin
Pete O'Hanlon13-Sep-10 10:45
mvePete O'Hanlon13-Sep-10 10:45 
GeneralRe: ObjectPolicy Pin
hove8213-Sep-10 10:59
hove8213-Sep-10 10:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.