Click here to Skip to main content
15,888,172 members
Home / Discussions / C#
   

C#

 
AnswerRe: Abstract Static and Inheritance Pin
PIEBALDconsult30-Aug-10 16:50
mvePIEBALDconsult30-Aug-10 16:50 
GeneralRe: Abstract Static and Inheritance Pin
Matthew Klein31-Aug-10 4:38
Matthew Klein31-Aug-10 4:38 
GeneralRe: Abstract Static and Inheritance Pin
Chris Trelawny-Ross31-Aug-10 5:35
Chris Trelawny-Ross31-Aug-10 5:35 
AnswerRe: Abstract Static and Inheritance Pin
Ennis Ray Lynch, Jr.31-Aug-10 6:16
Ennis Ray Lynch, Jr.31-Aug-10 6:16 
QuestionC# - Easy - Music Player & Next Song [modified] Pin
Martiinus30-Aug-10 13:52
Martiinus30-Aug-10 13:52 
AnswerRe: C# - Easy - Music Player & Next Song Pin
Luc Pattyn30-Aug-10 15:00
sitebuilderLuc Pattyn30-Aug-10 15:00 
AnswerRe: C# - Easy - Music Player & Next Song Pin
Martiinus30-Aug-10 15:27
Martiinus30-Aug-10 15:27 
AnswerRe: C# - Easy - Music Player & Next Song Pin
Luc Pattyn30-Aug-10 15:48
sitebuilderLuc Pattyn30-Aug-10 15:48 
that should be easy: keep track of the current song (store the ListBox.SelectedIndex in a class member, say current); when the song ends, increment that counter and read ListBox.Items[current] to get the next item, and start playing it. (It will throw an error when you reach the end of the list without explicitly checking for that!).

BTW: when you reply to your own message you get a MessageBox and nobody gets an e-mail notification, it is only by accident that I read your reply...

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


QuestionPassing a C# variable to included javascript file Pin
Sonar8730-Aug-10 12:41
Sonar8730-Aug-10 12:41 
AnswerRe: Passing a C# variable to included javascript file Pin
Not Active30-Aug-10 15:22
mentorNot Active30-Aug-10 15:22 
GeneralRe: Passing a C# variable to included javascript file Pin
Sonar8730-Aug-10 15:55
Sonar8730-Aug-10 15:55 
GeneralRe: Passing a C# variable to included javascript file Pin
Not Active30-Aug-10 16:07
mentorNot Active30-Aug-10 16:07 
GeneralRe: Passing a C# variable to included javascript file Pin
Sonar8730-Aug-10 17:12
Sonar8730-Aug-10 17:12 
GeneralRe: Passing a C# variable to included javascript file Pin
Not Active31-Aug-10 0:26
mentorNot Active31-Aug-10 0:26 
GeneralRe: Passing a C# variable to included javascript file Pin
Sonar8731-Aug-10 9:39
Sonar8731-Aug-10 9:39 
QuestionParsing a string Pin
jenya730-Aug-10 4:16
jenya730-Aug-10 4:16 
AnswerRe: Parsing a string Pin
Ennis Ray Lynch, Jr.30-Aug-10 4:18
Ennis Ray Lynch, Jr.30-Aug-10 4:18 
GeneralRe: Parsing a string Pin
jenya730-Aug-10 4:23
jenya730-Aug-10 4:23 
GeneralRe: Parsing a string Pin
Ennis Ray Lynch, Jr.30-Aug-10 4:25
Ennis Ray Lynch, Jr.30-Aug-10 4:25 
GeneralRe: Parsing a string Pin
jenya730-Aug-10 4:26
jenya730-Aug-10 4:26 
GeneralRe: Parsing a string Pin
jenya730-Aug-10 4:30
jenya730-Aug-10 4:30 
GeneralRe: Parsing a string PinPopular
Ian Shlasko30-Aug-10 4:43
Ian Shlasko30-Aug-10 4:43 
GeneralRe: Parsing a string Pin
OriginalGriff30-Aug-10 5:40
mveOriginalGriff30-Aug-10 5:40 
AnswerRe: Parsing a string Pin
Not Active30-Aug-10 5:17
mentorNot Active30-Aug-10 5:17 
AnswerRe: Parsing a string Pin
PIEBALDconsult30-Aug-10 16:51
mvePIEBALDconsult30-Aug-10 16:51 

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.