blah blah blah is here! blah blah » Close

0
votes
0 answers

wav file event

I have to listen to WAV files and mark an event (like start of a word) then I have to mark the end of this event (like the end of of a word). After completing the above operation I have to write a program that reads the wav file until the ...

1
votes
1 answers

Using events to change form control properties

Hi all, I know there's an easier to achieve this but I'm trying to learn more about events. Here's what I have at the moment: //class which sets new value class StatusLabelChangeEventArgs : EventArgs { public string Label { ...

0
votes
0 answers

Help, Newbie with Joystick Guidance

Hello, I am very new, to the point where I don't even know where to start. I want to create a program that I can use VS C# Express to capture Joystick movements and create events for them. I tried running a bit with DirectInput, a ...

1
votes
2 answers

Events

eeboy
499

I've created an event which is executed every time my USB device is connected/disconnected. [code] //Event for USB disconnect public delegate void DeviceDisconnectedHandler(); public event DeviceDisconnectedHan ...

0
votes
2 answers

Mouseclick in the whole application

Hi :) I have a form with some labels and a richtextbox. Now I would like, that if the user clicks the left mouse button - some things ocurred. It works, but I can only use it for a special control or for the form. [code] this. ...

0
votes
1 answers

events in a button

em i have a problem here. i need to do 3 events in a button for example at first the button is name start. aft i pressed it the name of the button changed to player1 and when i press again the button name changed to player2 and when i ...

Feedback