Click here to Skip to main content
15,911,711 members
Home / Discussions / C#
   

C#

 
GeneralRe: user id,password.etcc.. Pin
originSH5-Jul-07 3:36
originSH5-Jul-07 3:36 
GeneralRe: user id,password.etcc.. Pin
Christian Graus5-Jul-07 3:56
protectorChristian Graus5-Jul-07 3:56 
AnswerRe: user id,password.etcc.. Pin
Christian Graus5-Jul-07 3:19
protectorChristian Graus5-Jul-07 3:19 
AnswerRe: user id,password.etcc.. Pin
Paul Conrad5-Jul-07 6:02
professionalPaul Conrad5-Jul-07 6:02 
QuestionChange column title in DataGrid Pin
Muhammad Gouda5-Jul-07 2:20
Muhammad Gouda5-Jul-07 2:20 
AnswerRe: Change column title in DataGrid Pin
kubben5-Jul-07 2:28
kubben5-Jul-07 2:28 
GeneralRe: Change column title in DataGrid Pin
Muhammad Gouda9-Jul-07 21:21
Muhammad Gouda9-Jul-07 21:21 
Questionmp3 seek [modified] Pin
tradakad5-Jul-07 2:09
tradakad5-Jul-07 2:09 
Hello ALL!

I have an xml file like this

<files>
<item>
<name>file1.mp3</name>
<seeks>
<seek>
<desc>First seek in first file</desc>
<pos>12</pos>
</seek>
<seek>
<desc>Second seek in first file</desc>
<pos>24</pos>
</seek>
<seek>
<desc>Third seek in first file</desc>
<pos>29</pos>
</seek>
</seeks>
</item>
<item>
<name>file2.mp3</name>
<seeks>
<seek>
<desc>First seek in second file</desc>
<pos>10</pos>
</seek>
<seek>
<desc>Second seek in second file</desc>
<pos>25</pos>
</seek>
</seeks>
</item>
</files>

and I have some mp3 files.

how can I play that files from 1st seek to 2nd seek ? information about seeks I will get from xml

thanx!


-- modified at 8:29 Thursday 5th July, 2007

--
"Success is simple. Do what's right, the right way, at the right time."

best regards,
tradakad
AnswerRe: mp3 seek Pin
Christian Graus5-Jul-07 2:19
protectorChristian Graus5-Jul-07 2:19 
GeneralRe: mp3 seek Pin
tradakad5-Jul-07 2:42
tradakad5-Jul-07 2:42 
GeneralRe: mp3 seek Pin
Christian Graus5-Jul-07 2:53
protectorChristian Graus5-Jul-07 2:53 
GeneralRe: mp3 seek Pin
tradakad5-Jul-07 3:25
tradakad5-Jul-07 3:25 
QuestionProcess problems Pin
SilvermanDK5-Jul-07 2:01
SilvermanDK5-Jul-07 2:01 
QuestionOnline Radio Pin
atulonweb@hotmail.com5-Jul-07 1:36
atulonweb@hotmail.com5-Jul-07 1:36 
AnswerRe: Online Radio Pin
Christian Graus5-Jul-07 2:20
protectorChristian Graus5-Jul-07 2:20 
GeneralRe: Online Radio Pin
atulonweb@hotmail.com5-Jul-07 23:00
atulonweb@hotmail.com5-Jul-07 23:00 
GeneralRe: Online Radio Pin
atulonweb@hotmail.com5-Jul-07 23:14
atulonweb@hotmail.com5-Jul-07 23:14 
GeneralRe: Online Radio Pin
atulonweb@hotmail.com22-Jul-07 23:15
atulonweb@hotmail.com22-Jul-07 23:15 
QuestionException :"The configuration section for Logging cannot be found in the configuration source." Pin
rameshbhojan5-Jul-07 0:55
rameshbhojan5-Jul-07 0:55 
AnswerRe: Exception :"The configuration section for Logging cannot be found in the configuration source." Pin
mohamod18-Jun-14 23:44
mohamod18-Jun-14 23:44 
QuestionHow can i make a Project installable ? Pin
fmlove5-Jul-07 0:30
fmlove5-Jul-07 0:30 
AnswerRe: How can i make a Project installable ? Pin
Christian Graus5-Jul-07 1:20
protectorChristian Graus5-Jul-07 1:20 
AnswerRe: How can i make a Project installable ? Pin
kubben5-Jul-07 2:35
kubben5-Jul-07 2:35 
QuestionRemoting: assign a client's handler to a server's event Pin
1242565-Jul-07 0:28
1242565-Jul-07 0:28 
QuestionNo Double click event on a list box control - C#.Net(Copmact framework) Pin
Sri harini5-Jul-07 0:25
Sri harini5-Jul-07 0:25 

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.